Interface DDMStructureLayout
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<DDMStructureLayout>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DDMStructureLayout>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureLayout>,DDMStructureLayoutModel,com.liferay.portal.kernel.model.GroupedModel,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.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
DDMStructureLayoutWrapper
@ProviderType
public interface DDMStructureLayout
extends DDMStructureLayoutModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the DDMStructureLayout service. Represents a row in the "DDMStructureLayout" 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<DDMStructureLayout,Long> -
Method Summary
Modifier and TypeMethodDescriptionlongMethods 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.dynamic.data.mapping.model.DDMStructureLayoutModel
cloneWithOriginalValues, getAvailableLanguageIds, getClassName, getClassNameId, getCompanyId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getDefinition, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getGroupId, getModifiedDate, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getStructureLayoutId, getStructureLayoutKey, getStructureVersionId, getUserId, getUserName, getUserUuid, getUuid, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setClassName, setClassNameId, setCompanyId, setCreateDate, setCtCollectionId, setDefinition, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setGroupId, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setStructureLayoutId, setStructureLayoutKey, setStructureVersionId, setUserId, setUserName, setUserUuid, 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
-
STRUCTURE_LAYOUT_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<DDMStructureLayout,Long> STRUCTURE_LAYOUT_ID_ACCESSOR
-
-
Method Details
-
getDDMFormLayout
DDMFormLayout getDDMFormLayout() -
getDDMStructure
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMStructureId
long getDDMStructureId() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-