Package com.liferay.layout.model
Interface LayoutLocalization
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<LayoutLocalization>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<LayoutLocalization>,com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>,LayoutLocalizationModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Implementing Classes:
LayoutLocalizationWrapper
@ProviderType
public interface LayoutLocalization
extends LayoutLocalizationModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the LayoutLocalization service. Represents a row in the "LayoutLocalization" 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<LayoutLocalization,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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.layout.model.LayoutLocalizationModel
cloneWithOriginalValues, getCompanyId, getContent, getCreateDate, getCtCollectionId, getGroupId, getLanguageId, getLastPublishDate, getLayoutLocalizationId, getModifiedDate, getMvccVersion, getPlid, getPrimaryKey, getUuid, setCompanyId, setContent, setCreateDate, setCtCollectionId, setGroupId, setLanguageId, setLastPublishDate, setLayoutLocalizationId, setModifiedDate, setMvccVersion, setPlid, setPrimaryKey, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
LAYOUT_LOCALIZATION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<LayoutLocalization,Long> LAYOUT_LOCALIZATION_ID_ACCESSOR
-