@ProviderType public class AssetListEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetListEntry> implements AssetListEntry, com.liferay.portal.kernel.model.ModelWrapper<AssetListEntry>
This class is a wrapper for AssetListEntry
.
AssetListEntry
,
Serialized FormASSET_LIST_ENTRY_ID_ACCESSOR
Constructor and Description |
---|
AssetListEntryWrapper(AssetListEntry assetListEntry) |
Modifier and Type | Method and Description |
---|---|
java.util.List<com.liferay.asset.kernel.model.AssetEntry> |
getAssetEntries(long segmentsEntryId) |
java.util.List<com.liferay.asset.kernel.model.AssetEntry> |
getAssetEntries(long[] segmentsEntryIds) |
java.util.List<com.liferay.asset.kernel.model.AssetEntry> |
getAssetEntries(long[] segmentsEntryIds,
int start,
int end) |
java.util.List<com.liferay.asset.kernel.model.AssetEntry> |
getAssetEntries(long segmentsEntryId,
int start,
int end) |
int |
getAssetEntriesCount(long segmentsEntryId) |
int |
getAssetEntriesCount(long[] segmentsEntryIds) |
com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
getAssetEntryQuery(long segmentsEntryId) |
com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
getAssetEntryQuery(long[] segmentsEntryIds) |
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.
|
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 |
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 |
getPrimaryKey()
Returns the primary key of this asset list entry.
|
com.liferay.exportimport.kernel.lar.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) |
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() |
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 |
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 |
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, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public AssetListEntryWrapper(AssetListEntry assetListEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntry>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<AssetListEntry>
public java.util.List<com.liferay.asset.kernel.model.AssetEntry> getAssetEntries(long segmentsEntryId)
getAssetEntries
in interface AssetListEntry
public java.util.List<com.liferay.asset.kernel.model.AssetEntry> getAssetEntries(long segmentsEntryId, int start, int end)
getAssetEntries
in interface AssetListEntry
public java.util.List<com.liferay.asset.kernel.model.AssetEntry> getAssetEntries(long[] segmentsEntryIds)
getAssetEntries
in interface AssetListEntry
public java.util.List<com.liferay.asset.kernel.model.AssetEntry> getAssetEntries(long[] segmentsEntryIds, int start, int end)
getAssetEntries
in interface AssetListEntry
public int getAssetEntriesCount(long segmentsEntryId)
getAssetEntriesCount
in interface AssetListEntry
public int getAssetEntriesCount(long[] segmentsEntryIds)
getAssetEntriesCount
in interface AssetListEntry
public com.liferay.asset.kernel.service.persistence.AssetEntryQuery getAssetEntryQuery(long segmentsEntryId)
getAssetEntryQuery
in interface AssetListEntry
public com.liferay.asset.kernel.service.persistence.AssetEntryQuery getAssetEntryQuery(long[] segmentsEntryIds)
getAssetEntryQuery
in interface AssetListEntry
public long getAssetListEntryId()
getAssetListEntryId
in interface AssetListEntryModel
public java.lang.String getAssetListEntryKey()
getAssetListEntryKey
in interface AssetListEntryModel
public long getCompanyId()
getCompanyId
in interface AssetListEntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public java.util.Date getCreateDate()
getCreateDate
in interface AssetListEntryModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getGroupId()
getGroupId
in interface AssetListEntryModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public java.util.Date getLastPublishDate()
getLastPublishDate
in interface AssetListEntryModel
getLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface AssetListEntryModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getPrimaryKey()
getPrimaryKey
in interface AssetListEntryModel
public java.lang.String getTitle()
getTitle
in interface AssetListEntryModel
public int getType()
getType
in interface AssetListEntryModel
public java.lang.String getTypeLabel()
getTypeLabel
in interface AssetListEntry
public java.lang.String getTypeSettings(long segmentsEntryId)
getTypeSettings
in interface AssetListEntry
public long getUserId()
getUserId
in interface AssetListEntryModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface AssetListEntryModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface AssetListEntryModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUuid()
getUuid
in interface AssetListEntryModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setAssetListEntryId(long assetListEntryId)
setAssetListEntryId
in interface AssetListEntryModel
assetListEntryId
- the asset list entry ID of this asset list entrypublic void setAssetListEntryKey(java.lang.String assetListEntryKey)
setAssetListEntryKey
in interface AssetListEntryModel
assetListEntryKey
- the asset list entry key of this asset list entrypublic void setCompanyId(long companyId)
setCompanyId
in interface AssetListEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this asset list entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface AssetListEntryModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this asset list entrypublic void setGroupId(long groupId)
setGroupId
in interface AssetListEntryModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this asset list entrypublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate
in interface AssetListEntryModel
setLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
lastPublishDate
- the last publish date of this asset list entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface AssetListEntryModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this asset list entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface AssetListEntryModel
primaryKey
- the primary key of this asset list entrypublic void setTitle(java.lang.String title)
setTitle
in interface AssetListEntryModel
title
- the title of this asset list entrypublic void setType(int type)
setType
in interface AssetListEntryModel
type
- the type of this asset list entrypublic void setUserId(long userId)
setUserId
in interface AssetListEntryModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this asset list entrypublic void setUserName(java.lang.String userName)
setUserName
in interface AssetListEntryModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this asset list entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface AssetListEntryModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this asset list entrypublic void setUuid(java.lang.String uuid)
setUuid
in interface AssetListEntryModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this asset list entrypublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
protected AssetListEntryWrapper wrap(AssetListEntry assetListEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetListEntry>