public class AssetListEntryWrapper extends BaseModelWrapper<AssetListEntry> implements AssetListEntry, ModelWrapper<AssetListEntry>
This class is a wrapper for AssetListEntry.
AssetListEntry,
Serialized FormmodelASSET_LIST_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
AssetListEntryWrapper(AssetListEntry assetListEntry) |
| 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 |
getAssetEntrySubtype()
Returns the asset entry subtype of this asset list entry.
|
java.lang.String |
getAssetEntryType()
Returns the asset entry type of this asset list entry.
|
long |
getAssetListEntryId()
Returns the asset list entry ID of this asset list entry.
|
java.lang.String |
getAssetListEntryKey()
Returns the asset list entry key of this asset list entry.
|
java.util.Map<java.lang.String,java.util.function.Function<AssetListEntry,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetListEntry,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this asset list entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this asset list entry.
|
long |
getCtCollectionId()
Returns the ct collection ID of this asset list entry.
|
long |
getGroupId()
Returns the group ID of this asset list entry.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this asset list entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this asset list entry.
|
long |
getMvccVersion()
Returns the mvcc version of this asset list entry.
|
long |
getPrimaryKey()
Returns the primary key of this asset list entry.
|
StagedModelType |
getStagedModelType() |
java.lang.String |
getTitle()
Returns the title of this asset list entry.
|
int |
getType()
Returns the type of this asset list entry.
|
java.lang.String |
getTypeLabel() |
java.lang.String |
getTypeSettings(long segmentsEntryId) |
java.lang.String |
getUnambiguousTitle(java.util.Locale locale) |
long |
getUserId()
Returns the user ID of this asset list entry.
|
java.lang.String |
getUserName()
Returns the user name of this asset list entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this asset list entry.
|
java.lang.String |
getUuid()
Returns the uuid of this asset list entry.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setAssetEntrySubtype(java.lang.String assetEntrySubtype)
Sets the asset entry subtype of this asset list entry.
|
void |
setAssetEntryType(java.lang.String assetEntryType)
Sets the asset entry type of this asset list entry.
|
void |
setAssetListEntryId(long assetListEntryId)
Sets the asset list entry ID of this asset list entry.
|
void |
setAssetListEntryKey(java.lang.String assetListEntryKey)
Sets the asset list entry key of this asset list entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this asset list entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this asset list entry.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this asset list entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this asset list entry.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this asset list entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this asset list entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this asset list entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset list entry.
|
void |
setTitle(java.lang.String title)
Sets the title of this asset list entry.
|
void |
setType(int type)
Sets the type of this asset list entry.
|
void |
setUserId(long userId)
Sets the user ID of this asset list entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this asset list entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this asset list entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this asset list entry.
|
protected AssetListEntryWrapper |
wrap(AssetListEntry assetListEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameclonegetWrappedModelpublic AssetListEntryWrapper(AssetListEntry assetListEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<AssetListEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<AssetListEntry>@Deprecated public java.util.List<AssetEntry> getAssetEntries(long segmentsEntryId)
AssetListAssetEntryProvider#getAssetEntries(AssetListEntry,
long)getAssetEntries in interface AssetListEntry@Deprecated public java.util.List<AssetEntry> getAssetEntries(long segmentsEntryId, int start, int end)
AssetListAssetEntryProvider#getAssetEntries(AssetListEntry,
long, int, int)getAssetEntries in interface AssetListEntry@Deprecated public java.util.List<AssetEntry> getAssetEntries(long[] segmentsEntryIds)
AssetListAssetEntryProvider#getAssetEntries(AssetListEntry,
long[])getAssetEntries in interface AssetListEntry@Deprecated public java.util.List<AssetEntry> getAssetEntries(long[] segmentsEntryIds, int start, int end)
AssetListAssetEntryProvider#getAssetEntries(AssetListEntry,
long[], int, int)getAssetEntries in interface AssetListEntry@Deprecated public int getAssetEntriesCount(long segmentsEntryId)
AssetListAssetEntryProvider#getAssetEntriesCount(
AssetListEntry, long)getAssetEntriesCount in interface AssetListEntry@Deprecated public int getAssetEntriesCount(long[] segmentsEntryIds)
AssetListAssetEntryProvider#getAssetEntriesCount(
AssetListEntry, long[])getAssetEntriesCount in interface AssetListEntry@Deprecated public AssetEntryQuery getAssetEntryQuery(long segmentsEntryId)
AssetListAssetEntryProvider#getAssetEntryQuery(
AssetListEntry, long)getAssetEntryQuery in interface AssetListEntry@Deprecated public AssetEntryQuery getAssetEntryQuery(long[] segmentsEntryIds)
AssetListAssetEntryProvider#getAssetEntryQuery(
AssetListEntry, long[])getAssetEntryQuery in interface AssetListEntrypublic java.lang.String getAssetEntrySubtype()
getAssetEntrySubtype in interface AssetListEntryModelpublic java.lang.String getAssetEntryType()
getAssetEntryType in interface AssetListEntryModelpublic long getAssetListEntryId()
getAssetListEntryId in interface AssetListEntryModelpublic java.lang.String getAssetListEntryKey()
getAssetListEntryKey in interface AssetListEntryModelpublic long getCompanyId()
getCompanyId in interface AssetListEntryModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface AssetListEntryModelgetCreateDate in interface AuditedModelgetCreateDate in interface StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface AssetListEntryModelgetCtCollectionId in interface CTModel<AssetListEntry>public long getGroupId()
getGroupId in interface AssetListEntryModelgetGroupId in interface GroupedModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface AssetListEntryModelgetLastPublishDate in interface StagedGroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AssetListEntryModelgetModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelpublic long getMvccVersion()
getMvccVersion in interface AssetListEntryModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetListEntryModelgetPrimaryKey in interface CTModel<AssetListEntry>public java.lang.String getTitle()
getTitle in interface AssetListEntryModelpublic int getType()
getType in interface AssetListEntryModelpublic java.lang.String getTypeLabel()
getTypeLabel in interface AssetListEntrypublic java.lang.String getTypeSettings(long segmentsEntryId)
getTypeSettings in interface AssetListEntrypublic java.lang.String getUnambiguousTitle(java.util.Locale locale)
throws PortalException
getUnambiguousTitle in interface AssetListEntryPortalExceptionpublic long getUserId()
getUserId in interface AssetListEntryModelgetUserId in interface AuditedModelpublic java.lang.String getUserName()
getUserName in interface AssetListEntryModelgetUserName in interface AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface AssetListEntryModelgetUserUuid in interface AuditedModelpublic java.lang.String getUuid()
getUuid in interface AssetListEntryModelgetUuid in interface StagedModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setAssetEntrySubtype(java.lang.String assetEntrySubtype)
setAssetEntrySubtype in interface AssetListEntryModelassetEntrySubtype - the asset entry subtype of this asset list entrypublic void setAssetEntryType(java.lang.String assetEntryType)
setAssetEntryType in interface AssetListEntryModelassetEntryType - the asset entry type of this asset list entrypublic void setAssetListEntryId(long assetListEntryId)
setAssetListEntryId in interface AssetListEntryModelassetListEntryId - the asset list entry ID of this asset list entrypublic void setAssetListEntryKey(java.lang.String assetListEntryKey)
setAssetListEntryKey in interface AssetListEntryModelassetListEntryKey - the asset list entry key of this asset list entrypublic void setCompanyId(long companyId)
setCompanyId in interface AssetListEntryModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this asset list entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AssetListEntryModelsetCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this asset list entrypublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface AssetListEntryModelsetCtCollectionId in interface CTModel<AssetListEntry>ctCollectionId - the ct collection ID of this asset list entrypublic void setGroupId(long groupId)
setGroupId in interface AssetListEntryModelsetGroupId in interface GroupedModelgroupId - the group ID of this asset list entrypublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface AssetListEntryModelsetLastPublishDate in interface StagedGroupedModellastPublishDate - the last publish date of this asset list entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AssetListEntryModelsetModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this asset list entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AssetListEntryModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this asset list entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetListEntryModelsetPrimaryKey in interface CTModel<AssetListEntry>primaryKey - the primary key of this asset list entrypublic void setTitle(java.lang.String title)
setTitle in interface AssetListEntryModeltitle - the title of this asset list entrypublic void setType(int type)
setType in interface AssetListEntryModeltype - the type of this asset list entrypublic void setUserId(long userId)
setUserId in interface AssetListEntryModelsetUserId in interface AuditedModeluserId - the user ID of this asset list entrypublic void setUserName(java.lang.String userName)
setUserName in interface AssetListEntryModelsetUserName in interface AuditedModeluserName - the user name of this asset list entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AssetListEntryModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this asset list entrypublic void setUuid(java.lang.String uuid)
setUuid in interface AssetListEntryModelsetUuid in interface StagedModeluuid - the uuid of this asset list entrypublic java.util.Map<java.lang.String,java.util.function.Function<AssetListEntry,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<AssetListEntry>public java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetListEntry,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<AssetListEntry>public StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected AssetListEntryWrapper wrap(AssetListEntry assetListEntry)
wrap in class BaseModelWrapper<AssetListEntry>