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
modelFields inherited from interface com.liferay.fragment.model.FragmentEntry
FRAGMENT_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the cacheable of this fragment entry.longReturns 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.longReturns the ct collection ID of this fragment entry.Returns the external reference code of this fragment entry.longReturns the fragment collection ID of this fragment entry.longReturns the fragment entry ID of this fragment entry.Returns the fragment entry key of this fragment entry.intlongReturns the group ID of this fragment entry.longReturns 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.longReturns the mvcc version of this fragment entry.getName()Returns the name of this fragment entry.longReturns the preview file entry ID of this fragment entry.longReturns the primary key of this fragment entry.booleanReturns the read only of this fragment entry.com.liferay.exportimport.kernel.lar.StagedModelTypeintReturns the status of this fragment entry.longReturns 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.intgetType()Returns the type of this fragment entry.Returns the type options of this fragment entry.intlongReturns 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.booleanReturnstrueif this fragment entry is approved.booleanReturnstrueif this fragment entry is cacheable.booleanisDenied()Returnstrueif this fragment entry is denied.booleanisDraft()Returnstrueif this fragment entry is a draft.booleanReturnstrueif this fragment entry is expired.booleanisHead()booleanReturnstrueif this fragment entry is inactive.booleanReturnstrueif this fragment entry is incomplete.booleanReturnstrueif this fragment entry is pending.booleanReturnstrueif this fragment entry is read only.booleanReturnstrueif this fragment entry is scheduled.booleanbooleanbooleanbooleanvoidpersist()voidpopulateVersionModel(FragmentEntryVersion fragmentEntryVersion) voidpopulateZipWriter(com.liferay.portal.kernel.zip.ZipWriter zipWriter, String path) voidsetCacheable(boolean cacheable) Sets whether this fragment entry is cacheable.voidsetCompanyId(long companyId) Sets the company ID of this fragment entry.voidsetConfiguration(String configuration) Sets the configuration of this fragment entry.voidsetCreateDate(Date createDate) Sets the create date of this fragment entry.voidSets the css of this fragment entry.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this fragment entry.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this fragment entry.voidsetFragmentCollectionId(long fragmentCollectionId) Sets the fragment collection ID of this fragment entry.voidsetFragmentEntryId(long fragmentEntryId) Sets the fragment entry ID of this fragment entry.voidsetFragmentEntryKey(String fragmentEntryKey) Sets the fragment entry key of this fragment entry.voidsetGroupId(long groupId) Sets the group ID of this fragment entry.voidsetHeadId(long headId) Sets the head ID of this fragment entry.voidSets the html of this fragment entry.voidSets the icon of this fragment entry.voidsetImagePreviewURL(String imagePreviewURL) voidSets the js of this fragment entry.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this fragment entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this fragment entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this fragment entry.voidSets the name of this fragment entry.voidsetPreviewFileEntryId(long previewFileEntryId) Sets the preview file entry ID of this fragment entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this fragment entry.voidsetReadOnly(boolean readOnly) Sets whether this fragment entry is read only.voidsetStatus(int status) Sets the status of this fragment entry.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this fragment entry.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this fragment entry.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this fragment entry.voidsetStatusDate(Date statusDate) Sets the status date of this fragment entry.voidsetType(int type) Sets the type of this fragment entry.voidsetTypeOptions(String typeOptions) Sets the type options of this fragment entry.voidsetUserId(long userId) Sets the user ID of this fragment entry.voidsetUserName(String userName) Sets the user name of this fragment entry.voidsetUserUuid(String userUuid) Sets the user uuid of this fragment entry.voidSets the uuid of this fragment entry.protected FragmentEntryWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
FragmentEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<FragmentEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<FragmentEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<FragmentEntry>- Specified by:
cloneWithOriginalValuesin interfaceFragmentEntryModel
-
fetchDraftFragmentEntry
- Specified by:
fetchDraftFragmentEntryin interfaceFragmentEntry
-
getCacheable
public boolean getCacheable()Returns the cacheable of this fragment entry.- Specified by:
getCacheablein interfaceFragmentEntryModel- Returns:
- the cacheable of this fragment entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this fragment entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceFragmentEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this fragment entry
-
getConfiguration
Returns the configuration of this fragment entry.- Specified by:
getConfigurationin interfaceFragmentEntryModel- Returns:
- the configuration of this fragment entry
-
getContent
- Specified by:
getContentin interfaceFragmentEntry
-
getCreateDate
Returns the create date of this fragment entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceFragmentEntryModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this fragment entry
-
getCss
Returns the css of this fragment entry.- Specified by:
getCssin interfaceFragmentEntryModel- Returns:
- the css of this fragment entry
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this fragment entry.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FragmentEntry>- Specified by:
getCtCollectionIdin interfaceFragmentEntryModel- Returns:
- the ct collection ID of this fragment entry
-
getExternalReferenceCode
Returns the external reference code of this fragment entry.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
getExternalReferenceCodein 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:
getFragmentCollectionIdin 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:
getFragmentEntryIdin interfaceFragmentEntryModel- Returns:
- the fragment entry ID of this fragment entry
-
getFragmentEntryKey
Returns the fragment entry key of this fragment entry.- Specified by:
getFragmentEntryKeyin interfaceFragmentEntryModel- Returns:
- the fragment entry key of this fragment entry
-
getGlobalUsageCount
public int getGlobalUsageCount()- Specified by:
getGlobalUsageCountin interfaceFragmentEntry
-
getGroupId
public long getGroupId()Returns the group ID of this fragment entry.- Specified by:
getGroupIdin interfaceFragmentEntryModel- Specified by:
getGroupIdin 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:
getHeadIdin interfaceFragmentEntryModel- Specified by:
getHeadIdin 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:
getHtmlin interfaceFragmentEntryModel- Returns:
- the html of this fragment entry
-
getIcon
Returns the icon of this fragment entry.- Specified by:
getIconin interfaceFragmentEntryModel- Returns:
- the icon of this fragment entry
-
getImagePreviewURL
- Specified by:
getImagePreviewURLin interfaceFragmentEntry
-
getJs
Returns the js of this fragment entry.- Specified by:
getJsin interfaceFragmentEntryModel- Returns:
- the js of this fragment entry
-
getLastPublishDate
Returns the last publish date of this fragment entry.- Specified by:
getLastPublishDatein interfaceFragmentEntryModel- Specified by:
getLastPublishDatein 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:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceFragmentEntryModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceFragmentEntryModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this fragment entry
-
getName
Returns the name of this fragment entry.- Specified by:
getNamein interfaceFragmentEntryModel- Returns:
- the name of this fragment entry
-
getPreviewFileEntryId
public long getPreviewFileEntryId()Returns the preview file entry ID of this fragment entry.- Specified by:
getPreviewFileEntryIdin 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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FragmentEntry>- Specified by:
getPrimaryKeyin interfaceFragmentEntryModel- Specified by:
getPrimaryKeyin 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:
getReadOnlyin interfaceFragmentEntryModel- Returns:
- the read only of this fragment entry
-
getStatus
public int getStatus()Returns the status of this fragment entry.- Specified by:
getStatusin interfaceFragmentEntryModel- Specified by:
getStatusin 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:
getStatusByUserIdin interfaceFragmentEntryModel- Specified by:
getStatusByUserIdin 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:
getStatusByUserNamein interfaceFragmentEntryModel- Specified by:
getStatusByUserNamein 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:
getStatusByUserUuidin interfaceFragmentEntryModel- Specified by:
getStatusByUserUuidin 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:
getStatusDatein interfaceFragmentEntryModel- Specified by:
getStatusDatein 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:
getTypein interfaceFragmentEntryModel- Returns:
- the type of this fragment entry
-
getTypeLabel
- Specified by:
getTypeLabelin interfaceFragmentEntry
-
getTypeOptions
Returns the type options of this fragment entry.- Specified by:
getTypeOptionsin interfaceFragmentEntryModel- Returns:
- the type options of this fragment entry
-
getUsageCount
public int getUsageCount()- Specified by:
getUsageCountin interfaceFragmentEntry
-
getUserId
public long getUserId()Returns the user ID of this fragment entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceFragmentEntryModel- Returns:
- the user ID of this fragment entry
-
getUserName
Returns the user name of this fragment entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceFragmentEntryModel- Returns:
- the user name of this fragment entry
-
getUserUuid
Returns the user uuid of this fragment entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceFragmentEntryModel- Returns:
- the user uuid of this fragment entry
-
getUuid
Returns the uuid of this fragment entry.- Specified by:
getUuidin interfaceFragmentEntryModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this fragment entry
-
isApproved
public boolean isApproved()Returnstrueif this fragment entry is approved.- Specified by:
isApprovedin interfaceFragmentEntryModel- Specified by:
isApprovedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this fragment entry is approved;falseotherwise
-
isCacheable
public boolean isCacheable()Returnstrueif this fragment entry is cacheable.- Specified by:
isCacheablein interfaceFragmentEntryModel- Returns:
trueif this fragment entry is cacheable;falseotherwise
-
isDenied
public boolean isDenied()Returnstrueif this fragment entry is denied.- Specified by:
isDeniedin interfaceFragmentEntryModel- Specified by:
isDeniedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this fragment entry is denied;falseotherwise
-
isDraft
public boolean isDraft()Returnstrueif this fragment entry is a draft.- Specified by:
isDraftin interfaceFragmentEntryModel- Specified by:
isDraftin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this fragment entry is a draft;falseotherwise
-
isExpired
public boolean isExpired()Returnstrueif this fragment entry is expired.- Specified by:
isExpiredin interfaceFragmentEntryModel- Specified by:
isExpiredin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this fragment entry is expired;falseotherwise
-
isInactive
public boolean isInactive()Returnstrueif this fragment entry is inactive.- Specified by:
isInactivein interfaceFragmentEntryModel- Specified by:
isInactivein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this fragment entry is inactive;falseotherwise
-
isIncomplete
public boolean isIncomplete()Returnstrueif this fragment entry is incomplete.- Specified by:
isIncompletein interfaceFragmentEntryModel- Specified by:
isIncompletein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this fragment entry is incomplete;falseotherwise
-
isPending
public boolean isPending()Returnstrueif this fragment entry is pending.- Specified by:
isPendingin interfaceFragmentEntryModel- Specified by:
isPendingin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this fragment entry is pending;falseotherwise
-
isReadOnly
public boolean isReadOnly()Returnstrueif this fragment entry is read only.- Specified by:
isReadOnlyin interfaceFragmentEntryModel- Returns:
trueif this fragment entry is read only;falseotherwise
-
isScheduled
public boolean isScheduled()Returnstrueif this fragment entry is scheduled.- Specified by:
isScheduledin interfaceFragmentEntryModel- Specified by:
isScheduledin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this fragment entry is scheduled;falseotherwise
-
isTypeComponent
public boolean isTypeComponent()- Specified by:
isTypeComponentin interfaceFragmentEntry
-
isTypeInput
public boolean isTypeInput()- Specified by:
isTypeInputin interfaceFragmentEntry
-
isTypeReact
public boolean isTypeReact()- Specified by:
isTypeReactin interfaceFragmentEntry
-
isTypeSection
public boolean isTypeSection()- Specified by:
isTypeSectionin interfaceFragmentEntry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
populateVersionModel
- Specified by:
populateVersionModelin interfaceFragmentEntry- Specified by:
populateVersionModelin 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:
populateZipWriterin interfaceFragmentEntry- Throws:
Exception
-
setCacheable
public void setCacheable(boolean cacheable) Sets whether this fragment entry is cacheable.- Specified by:
setCacheablein 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceFragmentEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin 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:
setConfigurationin interfaceFragmentEntryModel- Parameters:
configuration- the configuration of this fragment entry
-
setCreateDate
Sets the create date of this fragment entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceFragmentEntryModel- Specified by:
setCreateDatein 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:
setCssin 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FragmentEntry>- Specified by:
setCtCollectionIdin interfaceFragmentEntryModel- Parameters:
ctCollectionId- the ct collection ID of this fragment entry
-
setExternalReferenceCode
Sets the external reference code of this fragment entry.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
setExternalReferenceCodein 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:
setFragmentCollectionIdin 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:
setFragmentEntryIdin interfaceFragmentEntryModel- Parameters:
fragmentEntryId- the fragment entry ID of this fragment entry
-
setFragmentEntryKey
Sets the fragment entry key of this fragment entry.- Specified by:
setFragmentEntryKeyin 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:
setGroupIdin interfaceFragmentEntryModel- Specified by:
setGroupIdin 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:
setHeadIdin interfaceFragmentEntryModel- Specified by:
setHeadIdin 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:
setHtmlin interfaceFragmentEntryModel- Parameters:
html- the html of this fragment entry
-
setIcon
Sets the icon of this fragment entry.- Specified by:
setIconin interfaceFragmentEntryModel- Parameters:
icon- the icon of this fragment entry
-
setImagePreviewURL
- Specified by:
setImagePreviewURLin interfaceFragmentEntry
-
setJs
Sets the js of this fragment entry.- Specified by:
setJsin interfaceFragmentEntryModel- Parameters:
js- the js of this fragment entry
-
setLastPublishDate
Sets the last publish date of this fragment entry.- Specified by:
setLastPublishDatein interfaceFragmentEntryModel- Specified by:
setLastPublishDatein 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceFragmentEntryModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceFragmentEntryModel- Specified by:
setMvccVersionin 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:
setNamein 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:
setPreviewFileEntryIdin 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<FragmentEntry>- Specified by:
setPrimaryKeyin interfaceFragmentEntryModel- Specified by:
setPrimaryKeyin 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:
setReadOnlyin 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:
setStatusin interfaceFragmentEntryModel- Specified by:
setStatusin 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:
setStatusByUserIdin interfaceFragmentEntryModel- Specified by:
setStatusByUserIdin 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:
setStatusByUserNamein interfaceFragmentEntryModel- Specified by:
setStatusByUserNamein 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:
setStatusByUserUuidin interfaceFragmentEntryModel- Specified by:
setStatusByUserUuidin 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:
setStatusDatein interfaceFragmentEntryModel- Specified by:
setStatusDatein 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:
setTypein interfaceFragmentEntryModel- Parameters:
type- the type of this fragment entry
-
setTypeOptions
Sets the type options of this fragment entry.- Specified by:
setTypeOptionsin 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceFragmentEntryModel- Parameters:
userId- the user ID of this fragment entry
-
setUserName
Sets the user name of this fragment entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceFragmentEntryModel- Parameters:
userName- the user name of this fragment entry
-
setUserUuid
Sets the user uuid of this fragment entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceFragmentEntryModel- Parameters:
userUuid- the user uuid of this fragment entry
-
setUuid
Sets the uuid of this fragment entry.- Specified by:
setUuidin interfaceFragmentEntryModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this fragment entry
-
toXmlString
- Specified by:
toXmlStringin interfaceFragmentEntryModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<FragmentEntry>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<FragmentEntry>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
isHead
public boolean isHead()- Specified by:
isHeadin interfacecom.liferay.portal.kernel.model.version.VersionedModel<FragmentEntryVersion>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<FragmentEntry>
-