Package com.liferay.fragment.model
Class FragmentCompositionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<FragmentComposition>
com.liferay.fragment.model.FragmentCompositionWrapper
- All Implemented Interfaces:
FragmentComposition
,FragmentCompositionModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<FragmentComposition>
,com.liferay.portal.kernel.model.change.tracking.CTModel<FragmentComposition>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<FragmentComposition>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedGroupedModel
,com.liferay.portal.kernel.model.StagedModel
,com.liferay.portal.kernel.model.WorkflowedModel
,Serializable
,Cloneable
,Comparable<FragmentComposition>
public class FragmentCompositionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<FragmentComposition>
implements FragmentComposition, com.liferay.portal.kernel.model.ModelWrapper<FragmentComposition>
This class is a wrapper for FragmentComposition
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.fragment.model.FragmentComposition
FRAGMENT_COMPOSITION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this fragment composition.Returns the create date of this fragment composition.long
Returns the ct collection ID of this fragment composition.getData()
Returns the data of this fragment composition.com.liferay.portal.kernel.json.JSONObject
Returns the description of this fragment composition.Returns the external reference code of this fragment composition.long
Returns the fragment collection ID of this fragment composition.long
Returns the fragment composition ID of this fragment composition.Returns the fragment composition key of this fragment composition.long
Returns the group ID of this fragment composition.getIcon()
getImagePreviewURL
(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) Returns the last publish date of this fragment composition.Returns the modified date of this fragment composition.long
Returns the mvcc version of this fragment composition.getName()
Returns the name of this fragment composition.long
Returns the preview file entry ID of this fragment composition.long
Returns the primary key of this fragment composition.com.liferay.exportimport.kernel.lar.StagedModelType
int
Returns the status of this fragment composition.long
Returns the status by user ID of this fragment composition.Returns the status by user name of this fragment composition.Returns the status by user uuid of this fragment composition.Returns the status date of this fragment composition.long
Returns the user ID of this fragment composition.Returns the user name of this fragment composition.Returns the user uuid of this fragment composition.getUuid()
Returns the uuid of this fragment composition.boolean
Returnstrue
if this fragment composition is approved.boolean
isDenied()
Returnstrue
if this fragment composition is denied.boolean
isDraft()
Returnstrue
if this fragment composition is a draft.boolean
Returnstrue
if this fragment composition is expired.boolean
Returnstrue
if this fragment composition is inactive.boolean
Returnstrue
if this fragment composition is incomplete.boolean
Returnstrue
if this fragment composition is pending.boolean
Returnstrue
if this fragment composition is scheduled.void
persist()
void
populateZipWriter
(com.liferay.portal.kernel.zip.ZipWriter zipWriter, String path) void
setCompanyId
(long companyId) Sets the company ID of this fragment composition.void
setCreateDate
(Date createDate) Sets the create date of this fragment composition.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this fragment composition.void
Sets the data of this fragment composition.void
setDescription
(String description) Sets the description of this fragment composition.void
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this fragment composition.void
setFragmentCollectionId
(long fragmentCollectionId) Sets the fragment collection ID of this fragment composition.void
setFragmentCompositionId
(long fragmentCompositionId) Sets the fragment composition ID of this fragment composition.void
setFragmentCompositionKey
(String fragmentCompositionKey) Sets the fragment composition key of this fragment composition.void
setGroupId
(long groupId) Sets the group ID of this fragment composition.void
void
setImagePreviewURL
(String imagePreviewURL) void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this fragment composition.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this fragment composition.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this fragment composition.void
Sets the name of this fragment composition.void
setPreviewFileEntryId
(long previewFileEntryId) Sets the preview file entry ID of this fragment composition.void
setPrimaryKey
(long primaryKey) Sets the primary key of this fragment composition.void
setStatus
(int status) Sets the status of this fragment composition.void
setStatusByUserId
(long statusByUserId) Sets the status by user ID of this fragment composition.void
setStatusByUserName
(String statusByUserName) Sets the status by user name of this fragment composition.void
setStatusByUserUuid
(String statusByUserUuid) Sets the status by user uuid of this fragment composition.void
setStatusDate
(Date statusDate) Sets the status date of this fragment composition.void
setUserId
(long userId) Sets the user ID of this fragment composition.void
setUserName
(String userName) Sets the user name of this fragment composition.void
setUserUuid
(String userUuid) Sets the user uuid of this fragment composition.void
Sets the uuid of this fragment composition.protected FragmentCompositionWrapper
wrap
(FragmentComposition fragmentComposition) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
FragmentCompositionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<FragmentComposition>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<FragmentComposition>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<FragmentComposition>
- Specified by:
cloneWithOriginalValues
in interfaceFragmentCompositionModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this fragment composition.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceFragmentCompositionModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this fragment composition
-
getCreateDate
Returns the create date of this fragment composition.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceFragmentCompositionModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this fragment composition
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this fragment composition.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FragmentComposition>
- Specified by:
getCtCollectionId
in interfaceFragmentCompositionModel
- Returns:
- the ct collection ID of this fragment composition
-
getData
Returns the data of this fragment composition.- Specified by:
getData
in interfaceFragmentCompositionModel
- Returns:
- the data of this fragment composition
-
getDataJSONObject
- Specified by:
getDataJSONObject
in interfaceFragmentComposition
- Throws:
Exception
-
getDescription
Returns the description of this fragment composition.- Specified by:
getDescription
in interfaceFragmentCompositionModel
- Returns:
- the description of this fragment composition
-
getExternalReferenceCode
Returns the external reference code of this fragment composition.- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Specified by:
getExternalReferenceCode
in interfaceFragmentCompositionModel
- Returns:
- the external reference code of this fragment composition
-
getFragmentCollectionId
public long getFragmentCollectionId()Returns the fragment collection ID of this fragment composition.- Specified by:
getFragmentCollectionId
in interfaceFragmentCompositionModel
- Returns:
- the fragment collection ID of this fragment composition
-
getFragmentCompositionId
public long getFragmentCompositionId()Returns the fragment composition ID of this fragment composition.- Specified by:
getFragmentCompositionId
in interfaceFragmentCompositionModel
- Returns:
- the fragment composition ID of this fragment composition
-
getFragmentCompositionKey
Returns the fragment composition key of this fragment composition.- Specified by:
getFragmentCompositionKey
in interfaceFragmentCompositionModel
- Returns:
- the fragment composition key of this fragment composition
-
getGroupId
public long getGroupId()Returns the group ID of this fragment composition.- Specified by:
getGroupId
in interfaceFragmentCompositionModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this fragment composition
-
getIcon
- Specified by:
getIcon
in interfaceFragmentComposition
-
getImagePreviewURL
- Specified by:
getImagePreviewURL
in interfaceFragmentComposition
-
getLastPublishDate
Returns the last publish date of this fragment composition.- Specified by:
getLastPublishDate
in interfaceFragmentCompositionModel
- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Returns:
- the last publish date of this fragment composition
-
getModifiedDate
Returns the modified date of this fragment composition.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceFragmentCompositionModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this fragment composition
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this fragment composition.- Specified by:
getMvccVersion
in interfaceFragmentCompositionModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this fragment composition
-
getName
Returns the name of this fragment composition.- Specified by:
getName
in interfaceFragmentCompositionModel
- Returns:
- the name of this fragment composition
-
getPreviewFileEntryId
public long getPreviewFileEntryId()Returns the preview file entry ID of this fragment composition.- Specified by:
getPreviewFileEntryId
in interfaceFragmentCompositionModel
- Returns:
- the preview file entry ID of this fragment composition
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this fragment composition.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FragmentComposition>
- Specified by:
getPrimaryKey
in interfaceFragmentCompositionModel
- Returns:
- the primary key of this fragment composition
-
getStatus
public int getStatus()Returns the status of this fragment composition.- Specified by:
getStatus
in interfaceFragmentCompositionModel
- Specified by:
getStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status of this fragment composition
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this fragment composition.- Specified by:
getStatusByUserId
in interfaceFragmentCompositionModel
- Specified by:
getStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user ID of this fragment composition
-
getStatusByUserName
Returns the status by user name of this fragment composition.- Specified by:
getStatusByUserName
in interfaceFragmentCompositionModel
- Specified by:
getStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user name of this fragment composition
-
getStatusByUserUuid
Returns the status by user uuid of this fragment composition.- Specified by:
getStatusByUserUuid
in interfaceFragmentCompositionModel
- Specified by:
getStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user uuid of this fragment composition
-
getStatusDate
Returns the status date of this fragment composition.- Specified by:
getStatusDate
in interfaceFragmentCompositionModel
- Specified by:
getStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status date of this fragment composition
-
getUserId
public long getUserId()Returns the user ID of this fragment composition.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceFragmentCompositionModel
- Returns:
- the user ID of this fragment composition
-
getUserName
Returns the user name of this fragment composition.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceFragmentCompositionModel
- Returns:
- the user name of this fragment composition
-
getUserUuid
Returns the user uuid of this fragment composition.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceFragmentCompositionModel
- Returns:
- the user uuid of this fragment composition
-
getUuid
Returns the uuid of this fragment composition.- Specified by:
getUuid
in interfaceFragmentCompositionModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this fragment composition
-
isApproved
public boolean isApproved()Returnstrue
if this fragment composition is approved.- Specified by:
isApproved
in interfaceFragmentCompositionModel
- Specified by:
isApproved
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment composition is approved;false
otherwise
-
isDenied
public boolean isDenied()Returnstrue
if this fragment composition is denied.- Specified by:
isDenied
in interfaceFragmentCompositionModel
- Specified by:
isDenied
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment composition is denied;false
otherwise
-
isDraft
public boolean isDraft()Returnstrue
if this fragment composition is a draft.- Specified by:
isDraft
in interfaceFragmentCompositionModel
- Specified by:
isDraft
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment composition is a draft;false
otherwise
-
isExpired
public boolean isExpired()Returnstrue
if this fragment composition is expired.- Specified by:
isExpired
in interfaceFragmentCompositionModel
- Specified by:
isExpired
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment composition is expired;false
otherwise
-
isInactive
public boolean isInactive()Returnstrue
if this fragment composition is inactive.- Specified by:
isInactive
in interfaceFragmentCompositionModel
- Specified by:
isInactive
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment composition is inactive;false
otherwise
-
isIncomplete
public boolean isIncomplete()Returnstrue
if this fragment composition is incomplete.- Specified by:
isIncomplete
in interfaceFragmentCompositionModel
- Specified by:
isIncomplete
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment composition is incomplete;false
otherwise
-
isPending
public boolean isPending()Returnstrue
if this fragment composition is pending.- Specified by:
isPending
in interfaceFragmentCompositionModel
- Specified by:
isPending
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment composition is pending;false
otherwise
-
isScheduled
public boolean isScheduled()Returnstrue
if this fragment composition is scheduled.- Specified by:
isScheduled
in interfaceFragmentCompositionModel
- Specified by:
isScheduled
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment composition is scheduled;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
populateZipWriter
public void populateZipWriter(com.liferay.portal.kernel.zip.ZipWriter zipWriter, String path) throws Exception - Specified by:
populateZipWriter
in interfaceFragmentComposition
- Throws:
Exception
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this fragment composition.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceFragmentCompositionModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this fragment composition
-
setCreateDate
Sets the create date of this fragment composition.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceFragmentCompositionModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this fragment composition
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this fragment composition.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FragmentComposition>
- Specified by:
setCtCollectionId
in interfaceFragmentCompositionModel
- Parameters:
ctCollectionId
- the ct collection ID of this fragment composition
-
setData
Sets the data of this fragment composition.- Specified by:
setData
in interfaceFragmentCompositionModel
- Parameters:
data
- the data of this fragment composition
-
setDescription
Sets the description of this fragment composition.- Specified by:
setDescription
in interfaceFragmentCompositionModel
- Parameters:
description
- the description of this fragment composition
-
setExternalReferenceCode
Sets the external reference code of this fragment composition.- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Specified by:
setExternalReferenceCode
in interfaceFragmentCompositionModel
- Parameters:
externalReferenceCode
- the external reference code of this fragment composition
-
setFragmentCollectionId
public void setFragmentCollectionId(long fragmentCollectionId) Sets the fragment collection ID of this fragment composition.- Specified by:
setFragmentCollectionId
in interfaceFragmentCompositionModel
- Parameters:
fragmentCollectionId
- the fragment collection ID of this fragment composition
-
setFragmentCompositionId
public void setFragmentCompositionId(long fragmentCompositionId) Sets the fragment composition ID of this fragment composition.- Specified by:
setFragmentCompositionId
in interfaceFragmentCompositionModel
- Parameters:
fragmentCompositionId
- the fragment composition ID of this fragment composition
-
setFragmentCompositionKey
Sets the fragment composition key of this fragment composition.- Specified by:
setFragmentCompositionKey
in interfaceFragmentCompositionModel
- Parameters:
fragmentCompositionKey
- the fragment composition key of this fragment composition
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this fragment composition.- Specified by:
setGroupId
in interfaceFragmentCompositionModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this fragment composition
-
setIcon
- Specified by:
setIcon
in interfaceFragmentComposition
-
setImagePreviewURL
- Specified by:
setImagePreviewURL
in interfaceFragmentComposition
-
setLastPublishDate
Sets the last publish date of this fragment composition.- Specified by:
setLastPublishDate
in interfaceFragmentCompositionModel
- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this fragment composition
-
setModifiedDate
Sets the modified date of this fragment composition.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceFragmentCompositionModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this fragment composition
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this fragment composition.- Specified by:
setMvccVersion
in interfaceFragmentCompositionModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this fragment composition
-
setName
Sets the name of this fragment composition.- Specified by:
setName
in interfaceFragmentCompositionModel
- Parameters:
name
- the name of this fragment composition
-
setPreviewFileEntryId
public void setPreviewFileEntryId(long previewFileEntryId) Sets the preview file entry ID of this fragment composition.- Specified by:
setPreviewFileEntryId
in interfaceFragmentCompositionModel
- Parameters:
previewFileEntryId
- the preview file entry ID of this fragment composition
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this fragment composition.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FragmentComposition>
- Specified by:
setPrimaryKey
in interfaceFragmentCompositionModel
- Parameters:
primaryKey
- the primary key of this fragment composition
-
setStatus
public void setStatus(int status) Sets the status of this fragment composition.- Specified by:
setStatus
in interfaceFragmentCompositionModel
- Specified by:
setStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
status
- the status of this fragment composition
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this fragment composition.- Specified by:
setStatusByUserId
in interfaceFragmentCompositionModel
- Specified by:
setStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserId
- the status by user ID of this fragment composition
-
setStatusByUserName
Sets the status by user name of this fragment composition.- Specified by:
setStatusByUserName
in interfaceFragmentCompositionModel
- Specified by:
setStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserName
- the status by user name of this fragment composition
-
setStatusByUserUuid
Sets the status by user uuid of this fragment composition.- Specified by:
setStatusByUserUuid
in interfaceFragmentCompositionModel
- Specified by:
setStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserUuid
- the status by user uuid of this fragment composition
-
setStatusDate
Sets the status date of this fragment composition.- Specified by:
setStatusDate
in interfaceFragmentCompositionModel
- Specified by:
setStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusDate
- the status date of this fragment composition
-
setUserId
public void setUserId(long userId) Sets the user ID of this fragment composition.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceFragmentCompositionModel
- Parameters:
userId
- the user ID of this fragment composition
-
setUserName
Sets the user name of this fragment composition.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceFragmentCompositionModel
- Parameters:
userName
- the user name of this fragment composition
-
setUserUuid
Sets the user uuid of this fragment composition.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceFragmentCompositionModel
- Parameters:
userUuid
- the user uuid of this fragment composition
-
setUuid
Sets the uuid of this fragment composition.- Specified by:
setUuid
in interfaceFragmentCompositionModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this fragment composition
-
toXmlString
- Specified by:
toXmlString
in interfaceFragmentCompositionModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<FragmentComposition>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<FragmentComposition>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<FragmentComposition>
-