Package com.liferay.layout.seo.model
Interface LayoutSEOEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<LayoutSEOEntry>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<LayoutSEOEntry>
,com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOEntry>
,com.liferay.portal.kernel.model.GroupedModel
,LayoutSEOEntryModel
,com.liferay.portal.kernel.model.LocalizedModel
,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
- All Known Implementing Classes:
LayoutSEOEntryWrapper
@ProviderType
public interface LayoutSEOEntry
extends LayoutSEOEntryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the LayoutSEOEntry service. Represents a row in the "LayoutSEOEntry" 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<LayoutSEOEntry,
Long> -
Method Summary
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.layout.seo.model.LayoutSEOEntryModel
cloneWithOriginalValues, getAvailableLanguageIds, getCanonicalURL, getCanonicalURL, getCanonicalURL, getCanonicalURL, getCanonicalURL, getCanonicalURLCurrentLanguageId, getCanonicalURLCurrentValue, getCanonicalURLEnabled, getCanonicalURLMap, getCompanyId, getCreateDate, getCtCollectionId, getDDMStorageId, getDefaultLanguageId, getGroupId, getLastPublishDate, getLayoutId, getLayoutSEOEntryId, getModifiedDate, getMvccVersion, getOpenGraphDescription, getOpenGraphDescription, getOpenGraphDescription, getOpenGraphDescription, getOpenGraphDescription, getOpenGraphDescriptionCurrentLanguageId, getOpenGraphDescriptionCurrentValue, getOpenGraphDescriptionEnabled, getOpenGraphDescriptionMap, getOpenGraphImageAlt, getOpenGraphImageAlt, getOpenGraphImageAlt, getOpenGraphImageAlt, getOpenGraphImageAlt, getOpenGraphImageAltCurrentLanguageId, getOpenGraphImageAltCurrentValue, getOpenGraphImageAltMap, getOpenGraphImageFileEntryId, getOpenGraphTitle, getOpenGraphTitle, getOpenGraphTitle, getOpenGraphTitle, getOpenGraphTitle, getOpenGraphTitleCurrentLanguageId, getOpenGraphTitleCurrentValue, getOpenGraphTitleEnabled, getOpenGraphTitleMap, getPrimaryKey, getPrivateLayout, getUserId, getUserName, getUserUuid, getUuid, isCanonicalURLEnabled, isOpenGraphDescriptionEnabled, isOpenGraphTitleEnabled, isPrivateLayout, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCanonicalURL, setCanonicalURL, setCanonicalURL, setCanonicalURLCurrentLanguageId, setCanonicalURLEnabled, setCanonicalURLMap, setCanonicalURLMap, setCompanyId, setCreateDate, setCtCollectionId, setDDMStorageId, setGroupId, setLastPublishDate, setLayoutId, setLayoutSEOEntryId, setModifiedDate, setMvccVersion, setOpenGraphDescription, setOpenGraphDescription, setOpenGraphDescription, setOpenGraphDescriptionCurrentLanguageId, setOpenGraphDescriptionEnabled, setOpenGraphDescriptionMap, setOpenGraphDescriptionMap, setOpenGraphImageAlt, setOpenGraphImageAlt, setOpenGraphImageAlt, setOpenGraphImageAltCurrentLanguageId, setOpenGraphImageAltMap, setOpenGraphImageAltMap, setOpenGraphImageFileEntryId, setOpenGraphTitle, setOpenGraphTitle, setOpenGraphTitle, setOpenGraphTitleCurrentLanguageId, setOpenGraphTitleEnabled, setOpenGraphTitleMap, setOpenGraphTitleMap, setPrimaryKey, setPrivateLayout, 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
-
LAYOUT_SEO_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<LayoutSEOEntry,Long> LAYOUT_SEO_ENTRY_ID_ACCESSOR
-