@ProviderType public interface AssetListEntry extends AssetListEntryModel, PersistedModel
AssetListEntryModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<AssetListEntry,java.lang.Long> |
ASSET_LIST_ENTRY_ID_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AssetEntry> |
getAssetEntries(long segmentsEntryId)
Deprecated.
As of Mueller (7.2.x), replaced by
AssetListAssetEntryProvider#getAssetEntries(AssetListEntry,
long) |
java.util.List<AssetEntry> |
getAssetEntries(long[] segmentsEntryIds)
Deprecated.
As of Mueller (7.2.x), replaced by
AssetListAssetEntryProvider#getAssetEntries(AssetListEntry,
long[]) |
java.util.List<AssetEntry> |
getAssetEntries(long[] segmentsEntryIds,
int start,
int end)
Deprecated.
As of Mueller (7.2.x), replaced by
AssetListAssetEntryProvider#getAssetEntries(AssetListEntry,
long[], int, int) |
java.util.List<AssetEntry> |
getAssetEntries(long segmentsEntryId,
int start,
int end)
Deprecated.
As of Mueller (7.2.x), replaced by
AssetListAssetEntryProvider#getAssetEntries(AssetListEntry,
long, int, int) |
int |
getAssetEntriesCount(long segmentsEntryId)
Deprecated.
As of Mueller (7.2.x), replaced by
AssetListAssetEntryProvider#getAssetEntriesCount(
AssetListEntry, long) |
int |
getAssetEntriesCount(long[] segmentsEntryIds)
Deprecated.
As of Mueller (7.2.x), replaced by
AssetListAssetEntryProvider#getAssetEntriesCount(
AssetListEntry, long[]) |
AssetEntryQuery |
getAssetEntryQuery(long segmentsEntryId)
Deprecated.
As of Mueller (7.2.x), replaced by
AssetListAssetEntryProvider#getAssetEntryQuery(
AssetListEntry, long) |
AssetEntryQuery |
getAssetEntryQuery(long[] segmentsEntryIds)
Deprecated.
As of Mueller (7.2.x), replaced by
AssetListAssetEntryProvider#getAssetEntryQuery(
AssetListEntry, long[]) |
java.lang.String |
getTypeLabel() |
java.lang.String |
getTypeSettings(long segmentsEntryId) |
java.lang.String |
getUnambiguousTitle(java.util.Locale locale) |
getAssetEntrySubtype, getAssetEntryType, getAssetListEntryId, getAssetListEntryKey, getCompanyId, getCreateDate, getCtCollectionId, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getPrimaryKey, getTitle, getType, getUserId, getUserName, getUserUuid, getUuid, setAssetEntrySubtype, setAssetEntryType, setAssetListEntryId, setAssetListEntryKey, setCompanyId, setCreateDate, setCtCollectionId, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setPrimaryKey, setTitle, setType, setUserId, setUserName, setUserUuid, setUuidclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameclone, getStagedModelTypepersiststatic final Accessor<AssetListEntry,java.lang.Long> ASSET_LIST_ENTRY_ID_ACCESSOR
@Deprecated java.util.List<AssetEntry> getAssetEntries(long segmentsEntryId)
AssetListAssetEntryProvider#getAssetEntries(AssetListEntry,
long)@Deprecated java.util.List<AssetEntry> getAssetEntries(long segmentsEntryId, int start, int end)
AssetListAssetEntryProvider#getAssetEntries(AssetListEntry,
long, int, int)@Deprecated java.util.List<AssetEntry> getAssetEntries(long[] segmentsEntryIds)
AssetListAssetEntryProvider#getAssetEntries(AssetListEntry,
long[])@Deprecated java.util.List<AssetEntry> getAssetEntries(long[] segmentsEntryIds, int start, int end)
AssetListAssetEntryProvider#getAssetEntries(AssetListEntry,
long[], int, int)@Deprecated int getAssetEntriesCount(long segmentsEntryId)
AssetListAssetEntryProvider#getAssetEntriesCount(
AssetListEntry, long)@Deprecated int getAssetEntriesCount(long[] segmentsEntryIds)
AssetListAssetEntryProvider#getAssetEntriesCount(
AssetListEntry, long[])@Deprecated AssetEntryQuery getAssetEntryQuery(long segmentsEntryId)
AssetListAssetEntryProvider#getAssetEntryQuery(
AssetListEntry, long)@Deprecated AssetEntryQuery getAssetEntryQuery(long[] segmentsEntryIds)
AssetListAssetEntryProvider#getAssetEntryQuery(
AssetListEntry, long[])java.lang.String getTypeLabel()
java.lang.String getTypeSettings(long segmentsEntryId)
java.lang.String getUnambiguousTitle(java.util.Locale locale)
throws PortalException
PortalException