Liferay 7.0-ce-m6

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

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
All Implemented Interfaces:
AuditedModel, BaseModel<DDMStructureLayout>, ClassedModel, GroupedModel, PersistedModel, StagedGroupedModel, StagedModel, DDMStructureLayout, DDMStructureLayoutModel, Serializable, Cloneable, Comparable<DDMStructureLayout>
Direct Known Subclasses:
DDMStructureLayoutImpl

@ProviderType
public abstract class DDMStructureLayoutBaseImpl
extends DDMStructureLayoutModelImpl
implements DDMStructureLayout

The extended model base implementation for the DDMStructureLayout service. Represents a row in the "DDMStructureLayout" database table, with each column mapped to a property of this class.

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in DDMStructureLayoutImpl.

See Also:
DDMStructureLayoutImpl, DDMStructureLayout, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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
DDMStructureLayoutBaseImpl()
           
 
Method Summary
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLayoutModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDDMFormLayout, 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.DDMStructureLayout
getDDMFormLayout
 
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

DDMStructureLayoutBaseImpl

public DDMStructureLayoutBaseImpl()
Method Detail

persist

public void persist()
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel

Liferay 7.0-ce-m6