Package com.liferay.fragment.model
Interface FragmentEntryLink
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<FragmentEntryLink>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<FragmentEntryLink>
,com.liferay.portal.kernel.model.change.tracking.CTModel<FragmentEntryLink>
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,FragmentEntryLinkModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedGroupedModel
,com.liferay.portal.kernel.model.StagedModel
,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
FragmentEntryLinkWrapper
@ProviderType
public interface FragmentEntryLink
extends FragmentEntryLinkModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the FragmentEntryLink service. Represents a row in the "FragmentEntryLink" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<FragmentEntryLink,
Long> -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
isSystem()
boolean
boolean
boolean
boolean
boolean
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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.fragment.model.FragmentEntryLinkModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getConfiguration, getCreateDate, getCss, getCtCollectionId, getDeleted, getEditableValues, getExternalReferenceCode, getFragmentEntryId, getFragmentEntryLinkId, getGroupId, getHtml, getJs, getLastPropagationDate, getLastPublishDate, getModifiedDate, getMvccVersion, getNamespace, getOriginalFragmentEntryLinkId, getPlid, getPosition, getPrimaryKey, getRendererKey, getSegmentsExperienceId, getType, getUserId, getUserName, getUserUuid, getUuid, isDeleted, setClassName, setClassNameId, setClassPK, setCompanyId, setConfiguration, setCreateDate, setCss, setCtCollectionId, setDeleted, setEditableValues, setExternalReferenceCode, setFragmentEntryId, setFragmentEntryLinkId, setGroupId, setHtml, setJs, setLastPropagationDate, setLastPublishDate, setModifiedDate, setMvccVersion, setNamespace, setOriginalFragmentEntryLinkId, setPlid, setPosition, setPrimaryKey, setRendererKey, setSegmentsExperienceId, setType, setUserId, setUserName, setUserUuid, setUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
FRAGMENT_ENTRY_LINK_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<FragmentEntryLink,Long> FRAGMENT_ENTRY_LINK_ID_ACCESSOR
-
-
Method Details
-
isCacheable
boolean isCacheable() -
isLatestVersion
boolean isLatestVersion() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
isSystem
boolean isSystem() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
isTypeComponent
boolean isTypeComponent() -
isTypeInput
boolean isTypeInput() -
isTypePortlet
boolean isTypePortlet() -
isTypeReact
boolean isTypeReact() -
isTypeSection
boolean isTypeSection()
-