Package com.liferay.fragment.model
Class FragmentEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<FragmentEntry>
com.liferay.fragment.model.FragmentEntryWrapper
- All Implemented Interfaces:
FragmentEntry
,FragmentEntryModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<FragmentEntry>
,com.liferay.portal.kernel.model.change.tracking.CTModel<FragmentEntry>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<FragmentEntry>
,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.version.VersionedModel<FragmentEntryVersion>
,com.liferay.portal.kernel.model.WorkflowedModel
,Serializable
,Cloneable
,Comparable<FragmentEntry>
public class FragmentEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<FragmentEntry>
implements FragmentEntry, com.liferay.portal.kernel.model.ModelWrapper<FragmentEntry>
This class is a wrapper for FragmentEntry
.
- 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.FragmentEntry
FRAGMENT_ENTRY_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the cacheable of this fragment entry.long
Returns the company ID of this fragment entry.Returns the configuration of this fragment entry.Returns the create date of this fragment entry.getCss()
Returns the css of this fragment entry.long
Returns the ct collection ID of this fragment entry.Returns the external reference code of this fragment entry.long
Returns the fragment collection ID of this fragment entry.long
Returns the fragment entry ID of this fragment entry.Returns the fragment entry key of this fragment entry.int
long
Returns the group ID of this fragment entry.long
Returns the head ID of this fragment entry.getHtml()
Returns the html of this fragment entry.getIcon()
Returns the icon of this fragment entry.getImagePreviewURL
(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) getJs()
Returns the js of this fragment entry.Returns the last publish date of this fragment entry.Returns the modified date of this fragment entry.long
Returns the mvcc version of this fragment entry.getName()
Returns the name of this fragment entry.long
Returns the preview file entry ID of this fragment entry.long
Returns the primary key of this fragment entry.boolean
Returns the read only of this fragment entry.com.liferay.exportimport.kernel.lar.StagedModelType
int
Returns the status of this fragment entry.long
Returns the status by user ID of this fragment entry.Returns the status by user name of this fragment entry.Returns the status by user uuid of this fragment entry.Returns the status date of this fragment entry.int
getType()
Returns the type of this fragment entry.Returns the type options of this fragment entry.int
long
Returns the user ID of this fragment entry.Returns the user name of this fragment entry.Returns the user uuid of this fragment entry.getUuid()
Returns the uuid of this fragment entry.boolean
Returnstrue
if this fragment entry is approved.boolean
Returnstrue
if this fragment entry is cacheable.boolean
isDenied()
Returnstrue
if this fragment entry is denied.boolean
isDraft()
Returnstrue
if this fragment entry is a draft.boolean
Returnstrue
if this fragment entry is expired.boolean
isHead()
boolean
Returnstrue
if this fragment entry is inactive.boolean
Returnstrue
if this fragment entry is incomplete.boolean
Returnstrue
if this fragment entry is pending.boolean
Returnstrue
if this fragment entry is read only.boolean
Returnstrue
if this fragment entry is scheduled.boolean
boolean
boolean
boolean
void
persist()
void
populateVersionModel
(FragmentEntryVersion fragmentEntryVersion) void
populateZipWriter
(com.liferay.portal.kernel.zip.ZipWriter zipWriter, String path) void
setCacheable
(boolean cacheable) Sets whether this fragment entry is cacheable.void
setCompanyId
(long companyId) Sets the company ID of this fragment entry.void
setConfiguration
(String configuration) Sets the configuration of this fragment entry.void
setCreateDate
(Date createDate) Sets the create date of this fragment entry.void
Sets the css of this fragment entry.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this fragment entry.void
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this fragment entry.void
setFragmentCollectionId
(long fragmentCollectionId) Sets the fragment collection ID of this fragment entry.void
setFragmentEntryId
(long fragmentEntryId) Sets the fragment entry ID of this fragment entry.void
setFragmentEntryKey
(String fragmentEntryKey) Sets the fragment entry key of this fragment entry.void
setGroupId
(long groupId) Sets the group ID of this fragment entry.void
setHeadId
(long headId) Sets the head ID of this fragment entry.void
Sets the html of this fragment entry.void
Sets the icon of this fragment entry.void
setImagePreviewURL
(String imagePreviewURL) void
Sets the js of this fragment entry.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this fragment entry.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this fragment entry.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this fragment entry.void
Sets the name of this fragment entry.void
setPreviewFileEntryId
(long previewFileEntryId) Sets the preview file entry ID of this fragment entry.void
setPrimaryKey
(long primaryKey) Sets the primary key of this fragment entry.void
setReadOnly
(boolean readOnly) Sets whether this fragment entry is read only.void
setStatus
(int status) Sets the status of this fragment entry.void
setStatusByUserId
(long statusByUserId) Sets the status by user ID of this fragment entry.void
setStatusByUserName
(String statusByUserName) Sets the status by user name of this fragment entry.void
setStatusByUserUuid
(String statusByUserUuid) Sets the status by user uuid of this fragment entry.void
setStatusDate
(Date statusDate) Sets the status date of this fragment entry.void
setType
(int type) Sets the type of this fragment entry.void
setTypeOptions
(String typeOptions) Sets the type options of this fragment entry.void
setUserId
(long userId) Sets the user ID of this fragment entry.void
setUserName
(String userName) Sets the user name of this fragment entry.void
setUserUuid
(String userUuid) Sets the user uuid of this fragment entry.void
Sets the uuid of this fragment entry.protected FragmentEntryWrapper
wrap
(FragmentEntry fragmentEntry) 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
-
FragmentEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<FragmentEntry>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<FragmentEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<FragmentEntry>
- Specified by:
cloneWithOriginalValues
in interfaceFragmentEntryModel
-
fetchDraftFragmentEntry
- Specified by:
fetchDraftFragmentEntry
in interfaceFragmentEntry
-
getCacheable
public boolean getCacheable()Returns the cacheable of this fragment entry.- Specified by:
getCacheable
in interfaceFragmentEntryModel
- Returns:
- the cacheable of this fragment entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this fragment entry.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceFragmentEntryModel
- 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 entry
-
getConfiguration
Returns the configuration of this fragment entry.- Specified by:
getConfiguration
in interfaceFragmentEntryModel
- Returns:
- the configuration of this fragment entry
-
getContent
- Specified by:
getContent
in interfaceFragmentEntry
-
getCreateDate
Returns the create date of this fragment entry.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceFragmentEntryModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this fragment entry
-
getCss
Returns the css of this fragment entry.- Specified by:
getCss
in interfaceFragmentEntryModel
- Returns:
- the css of this fragment entry
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this fragment entry.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FragmentEntry>
- Specified by:
getCtCollectionId
in interfaceFragmentEntryModel
- Returns:
- the ct collection ID of this fragment entry
-
getExternalReferenceCode
Returns the external reference code of this fragment entry.- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Specified by:
getExternalReferenceCode
in interfaceFragmentEntryModel
- Returns:
- the external reference code of this fragment entry
-
getFragmentCollectionId
public long getFragmentCollectionId()Returns the fragment collection ID of this fragment entry.- Specified by:
getFragmentCollectionId
in interfaceFragmentEntryModel
- Returns:
- the fragment collection ID of this fragment entry
-
getFragmentEntryId
public long getFragmentEntryId()Returns the fragment entry ID of this fragment entry.- Specified by:
getFragmentEntryId
in interfaceFragmentEntryModel
- Returns:
- the fragment entry ID of this fragment entry
-
getFragmentEntryKey
Returns the fragment entry key of this fragment entry.- Specified by:
getFragmentEntryKey
in interfaceFragmentEntryModel
- Returns:
- the fragment entry key of this fragment entry
-
getGlobalUsageCount
public int getGlobalUsageCount()- Specified by:
getGlobalUsageCount
in interfaceFragmentEntry
-
getGroupId
public long getGroupId()Returns the group ID of this fragment entry.- Specified by:
getGroupId
in interfaceFragmentEntryModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this fragment entry
-
getHeadId
public long getHeadId()Returns the head ID of this fragment entry.- Specified by:
getHeadId
in interfaceFragmentEntryModel
- Specified by:
getHeadId
in interfacecom.liferay.portal.kernel.model.version.VersionedModel<FragmentEntryVersion>
- Returns:
- the head ID of this fragment entry
-
getHtml
Returns the html of this fragment entry.- Specified by:
getHtml
in interfaceFragmentEntryModel
- Returns:
- the html of this fragment entry
-
getIcon
Returns the icon of this fragment entry.- Specified by:
getIcon
in interfaceFragmentEntryModel
- Returns:
- the icon of this fragment entry
-
getImagePreviewURL
- Specified by:
getImagePreviewURL
in interfaceFragmentEntry
-
getJs
Returns the js of this fragment entry.- Specified by:
getJs
in interfaceFragmentEntryModel
- Returns:
- the js of this fragment entry
-
getLastPublishDate
Returns the last publish date of this fragment entry.- Specified by:
getLastPublishDate
in interfaceFragmentEntryModel
- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Returns:
- the last publish date of this fragment entry
-
getModifiedDate
Returns the modified date of this fragment entry.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceFragmentEntryModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this fragment entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this fragment entry.- Specified by:
getMvccVersion
in interfaceFragmentEntryModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this fragment entry
-
getName
Returns the name of this fragment entry.- Specified by:
getName
in interfaceFragmentEntryModel
- Returns:
- the name of this fragment entry
-
getPreviewFileEntryId
public long getPreviewFileEntryId()Returns the preview file entry ID of this fragment entry.- Specified by:
getPreviewFileEntryId
in interfaceFragmentEntryModel
- Returns:
- the preview file entry ID of this fragment entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this fragment entry.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FragmentEntry>
- Specified by:
getPrimaryKey
in interfaceFragmentEntryModel
- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.version.VersionedModel<FragmentEntryVersion>
- Returns:
- the primary key of this fragment entry
-
getReadOnly
public boolean getReadOnly()Returns the read only of this fragment entry.- Specified by:
getReadOnly
in interfaceFragmentEntryModel
- Returns:
- the read only of this fragment entry
-
getStatus
public int getStatus()Returns the status of this fragment entry.- Specified by:
getStatus
in interfaceFragmentEntryModel
- Specified by:
getStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status of this fragment entry
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this fragment entry.- Specified by:
getStatusByUserId
in interfaceFragmentEntryModel
- Specified by:
getStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user ID of this fragment entry
-
getStatusByUserName
Returns the status by user name of this fragment entry.- Specified by:
getStatusByUserName
in interfaceFragmentEntryModel
- Specified by:
getStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user name of this fragment entry
-
getStatusByUserUuid
Returns the status by user uuid of this fragment entry.- Specified by:
getStatusByUserUuid
in interfaceFragmentEntryModel
- Specified by:
getStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user uuid of this fragment entry
-
getStatusDate
Returns the status date of this fragment entry.- Specified by:
getStatusDate
in interfaceFragmentEntryModel
- Specified by:
getStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status date of this fragment entry
-
getType
public int getType()Returns the type of this fragment entry.- Specified by:
getType
in interfaceFragmentEntryModel
- Returns:
- the type of this fragment entry
-
getTypeLabel
- Specified by:
getTypeLabel
in interfaceFragmentEntry
-
getTypeOptions
Returns the type options of this fragment entry.- Specified by:
getTypeOptions
in interfaceFragmentEntryModel
- Returns:
- the type options of this fragment entry
-
getUsageCount
public int getUsageCount()- Specified by:
getUsageCount
in interfaceFragmentEntry
-
getUserId
public long getUserId()Returns the user ID of this fragment entry.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceFragmentEntryModel
- Returns:
- the user ID of this fragment entry
-
getUserName
Returns the user name of this fragment entry.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceFragmentEntryModel
- Returns:
- the user name of this fragment entry
-
getUserUuid
Returns the user uuid of this fragment entry.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceFragmentEntryModel
- Returns:
- the user uuid of this fragment entry
-
getUuid
Returns the uuid of this fragment entry.- Specified by:
getUuid
in interfaceFragmentEntryModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this fragment entry
-
isApproved
public boolean isApproved()Returnstrue
if this fragment entry is approved.- Specified by:
isApproved
in interfaceFragmentEntryModel
- Specified by:
isApproved
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment entry is approved;false
otherwise
-
isCacheable
public boolean isCacheable()Returnstrue
if this fragment entry is cacheable.- Specified by:
isCacheable
in interfaceFragmentEntryModel
- Returns:
true
if this fragment entry is cacheable;false
otherwise
-
isDenied
public boolean isDenied()Returnstrue
if this fragment entry is denied.- Specified by:
isDenied
in interfaceFragmentEntryModel
- Specified by:
isDenied
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment entry is denied;false
otherwise
-
isDraft
public boolean isDraft()Returnstrue
if this fragment entry is a draft.- Specified by:
isDraft
in interfaceFragmentEntryModel
- Specified by:
isDraft
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment entry is a draft;false
otherwise
-
isExpired
public boolean isExpired()Returnstrue
if this fragment entry is expired.- Specified by:
isExpired
in interfaceFragmentEntryModel
- Specified by:
isExpired
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment entry is expired;false
otherwise
-
isInactive
public boolean isInactive()Returnstrue
if this fragment entry is inactive.- Specified by:
isInactive
in interfaceFragmentEntryModel
- Specified by:
isInactive
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment entry is inactive;false
otherwise
-
isIncomplete
public boolean isIncomplete()Returnstrue
if this fragment entry is incomplete.- Specified by:
isIncomplete
in interfaceFragmentEntryModel
- Specified by:
isIncomplete
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment entry is incomplete;false
otherwise
-
isPending
public boolean isPending()Returnstrue
if this fragment entry is pending.- Specified by:
isPending
in interfaceFragmentEntryModel
- Specified by:
isPending
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment entry is pending;false
otherwise
-
isReadOnly
public boolean isReadOnly()Returnstrue
if this fragment entry is read only.- Specified by:
isReadOnly
in interfaceFragmentEntryModel
- Returns:
true
if this fragment entry is read only;false
otherwise
-
isScheduled
public boolean isScheduled()Returnstrue
if this fragment entry is scheduled.- Specified by:
isScheduled
in interfaceFragmentEntryModel
- Specified by:
isScheduled
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this fragment entry is scheduled;false
otherwise
-
isTypeComponent
public boolean isTypeComponent()- Specified by:
isTypeComponent
in interfaceFragmentEntry
-
isTypeInput
public boolean isTypeInput()- Specified by:
isTypeInput
in interfaceFragmentEntry
-
isTypeReact
public boolean isTypeReact()- Specified by:
isTypeReact
in interfaceFragmentEntry
-
isTypeSection
public boolean isTypeSection()- Specified by:
isTypeSection
in interfaceFragmentEntry
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
populateVersionModel
- Specified by:
populateVersionModel
in interfaceFragmentEntry
- Specified by:
populateVersionModel
in interfacecom.liferay.portal.kernel.model.version.VersionedModel<FragmentEntryVersion>
-
populateZipWriter
public void populateZipWriter(com.liferay.portal.kernel.zip.ZipWriter zipWriter, String path) throws Exception - Specified by:
populateZipWriter
in interfaceFragmentEntry
- Throws:
Exception
-
setCacheable
public void setCacheable(boolean cacheable) Sets whether this fragment entry is cacheable.- Specified by:
setCacheable
in interfaceFragmentEntryModel
- Parameters:
cacheable
- the cacheable of this fragment entry
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this fragment entry.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceFragmentEntryModel
- 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 entry
-
setConfiguration
Sets the configuration of this fragment entry.- Specified by:
setConfiguration
in interfaceFragmentEntryModel
- Parameters:
configuration
- the configuration of this fragment entry
-
setCreateDate
Sets the create date of this fragment entry.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceFragmentEntryModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this fragment entry
-
setCss
Sets the css of this fragment entry.- Specified by:
setCss
in interfaceFragmentEntryModel
- Parameters:
css
- the css of this fragment entry
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this fragment entry.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FragmentEntry>
- Specified by:
setCtCollectionId
in interfaceFragmentEntryModel
- Parameters:
ctCollectionId
- the ct collection ID of this fragment entry
-
setExternalReferenceCode
Sets the external reference code of this fragment entry.- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Specified by:
setExternalReferenceCode
in interfaceFragmentEntryModel
- Parameters:
externalReferenceCode
- the external reference code of this fragment entry
-
setFragmentCollectionId
public void setFragmentCollectionId(long fragmentCollectionId) Sets the fragment collection ID of this fragment entry.- Specified by:
setFragmentCollectionId
in interfaceFragmentEntryModel
- Parameters:
fragmentCollectionId
- the fragment collection ID of this fragment entry
-
setFragmentEntryId
public void setFragmentEntryId(long fragmentEntryId) Sets the fragment entry ID of this fragment entry.- Specified by:
setFragmentEntryId
in interfaceFragmentEntryModel
- Parameters:
fragmentEntryId
- the fragment entry ID of this fragment entry
-
setFragmentEntryKey
Sets the fragment entry key of this fragment entry.- Specified by:
setFragmentEntryKey
in interfaceFragmentEntryModel
- Parameters:
fragmentEntryKey
- the fragment entry key of this fragment entry
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this fragment entry.- Specified by:
setGroupId
in interfaceFragmentEntryModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this fragment entry
-
setHeadId
public void setHeadId(long headId) Sets the head ID of this fragment entry.- Specified by:
setHeadId
in interfaceFragmentEntryModel
- Specified by:
setHeadId
in interfacecom.liferay.portal.kernel.model.version.VersionedModel<FragmentEntryVersion>
- Parameters:
headId
- the head ID of this fragment entry
-
setHtml
Sets the html of this fragment entry.- Specified by:
setHtml
in interfaceFragmentEntryModel
- Parameters:
html
- the html of this fragment entry
-
setIcon
Sets the icon of this fragment entry.- Specified by:
setIcon
in interfaceFragmentEntryModel
- Parameters:
icon
- the icon of this fragment entry
-
setImagePreviewURL
- Specified by:
setImagePreviewURL
in interfaceFragmentEntry
-
setJs
Sets the js of this fragment entry.- Specified by:
setJs
in interfaceFragmentEntryModel
- Parameters:
js
- the js of this fragment entry
-
setLastPublishDate
Sets the last publish date of this fragment entry.- Specified by:
setLastPublishDate
in interfaceFragmentEntryModel
- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this fragment entry
-
setModifiedDate
Sets the modified date of this fragment entry.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceFragmentEntryModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this fragment entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this fragment entry.- Specified by:
setMvccVersion
in interfaceFragmentEntryModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this fragment entry
-
setName
Sets the name of this fragment entry.- Specified by:
setName
in interfaceFragmentEntryModel
- Parameters:
name
- the name of this fragment entry
-
setPreviewFileEntryId
public void setPreviewFileEntryId(long previewFileEntryId) Sets the preview file entry ID of this fragment entry.- Specified by:
setPreviewFileEntryId
in interfaceFragmentEntryModel
- Parameters:
previewFileEntryId
- the preview file entry ID of this fragment entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this fragment entry.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FragmentEntry>
- Specified by:
setPrimaryKey
in interfaceFragmentEntryModel
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.version.VersionedModel<FragmentEntryVersion>
- Parameters:
primaryKey
- the primary key of this fragment entry
-
setReadOnly
public void setReadOnly(boolean readOnly) Sets whether this fragment entry is read only.- Specified by:
setReadOnly
in interfaceFragmentEntryModel
- Parameters:
readOnly
- the read only of this fragment entry
-
setStatus
public void setStatus(int status) Sets the status of this fragment entry.- Specified by:
setStatus
in interfaceFragmentEntryModel
- Specified by:
setStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
status
- the status of this fragment entry
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this fragment entry.- Specified by:
setStatusByUserId
in interfaceFragmentEntryModel
- Specified by:
setStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserId
- the status by user ID of this fragment entry
-
setStatusByUserName
Sets the status by user name of this fragment entry.- Specified by:
setStatusByUserName
in interfaceFragmentEntryModel
- Specified by:
setStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserName
- the status by user name of this fragment entry
-
setStatusByUserUuid
Sets the status by user uuid of this fragment entry.- Specified by:
setStatusByUserUuid
in interfaceFragmentEntryModel
- Specified by:
setStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserUuid
- the status by user uuid of this fragment entry
-
setStatusDate
Sets the status date of this fragment entry.- Specified by:
setStatusDate
in interfaceFragmentEntryModel
- Specified by:
setStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusDate
- the status date of this fragment entry
-
setType
public void setType(int type) Sets the type of this fragment entry.- Specified by:
setType
in interfaceFragmentEntryModel
- Parameters:
type
- the type of this fragment entry
-
setTypeOptions
Sets the type options of this fragment entry.- Specified by:
setTypeOptions
in interfaceFragmentEntryModel
- Parameters:
typeOptions
- the type options of this fragment entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this fragment entry.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceFragmentEntryModel
- Parameters:
userId
- the user ID of this fragment entry
-
setUserName
Sets the user name of this fragment entry.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceFragmentEntryModel
- Parameters:
userName
- the user name of this fragment entry
-
setUserUuid
Sets the user uuid of this fragment entry.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceFragmentEntryModel
- Parameters:
userUuid
- the user uuid of this fragment entry
-
setUuid
Sets the uuid of this fragment entry.- Specified by:
setUuid
in interfaceFragmentEntryModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this fragment entry
-
toXmlString
- Specified by:
toXmlString
in interfaceFragmentEntryModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<FragmentEntry>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<FragmentEntry>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
isHead
public boolean isHead()- Specified by:
isHead
in interfacecom.liferay.portal.kernel.model.version.VersionedModel<FragmentEntryVersion>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<FragmentEntry>
-