Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.model.impl
Class DDMStructureLayoutImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DDMStructureLayout>
      extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLayoutModelImpl
          extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLayoutBaseImpl
              extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLayoutImpl
All Implemented Interfaces:
AuditedModel, BaseModel<DDMStructureLayout>, ClassedModel, GroupedModel, PersistedModel, StagedGroupedModel, StagedModel, DDMStructureLayout, DDMStructureLayoutModel, Serializable, Cloneable, Comparable<DDMStructureLayout>

@ProviderType
public class DDMStructureLayoutImpl
extends DDMStructureLayoutBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLayoutModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, STRUCTURELAYOUTID_COLUMN_BITMASK, STRUCTUREVERSIONID_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
DDMStructureLayoutImpl()
           
 
Method Summary
 DDMFormLayout getDDMFormLayout()
           
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLayoutBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLayoutModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDefinition, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalCompanyId, getOriginalGroupId, getOriginalStructureVersionId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getStagedModelType, getStructureLayoutId, getStructureVersionId, getUserId, getUserName, getUserUuid, getUuid, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setCompanyId, setCreateDate, setDDMFormLayout, setDefinition, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setStructureLayoutId, setStructureVersionId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMStructureLayoutModel
clone, compareTo, getCompanyId, getCreateDate, getDefinition, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getStructureLayoutId, getStructureVersionId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDefinition, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setStructureLayoutId, setStructureVersionId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 

Constructor Detail

DDMStructureLayoutImpl

public DDMStructureLayoutImpl()
Method Detail

getDDMFormLayout

public DDMFormLayout getDDMFormLayout()
Specified by:
getDDMFormLayout in interface DDMStructureLayout
Overrides:
getDDMFormLayout in class DDMStructureLayoutModelImpl

Liferay 7.0-ce-m6