com.liferay.portlet.dynamicdatalists.model.impl
Class DDLRecordBaseImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecord>
      extended by com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl
          extended by com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordBaseImpl
All Implemented Interfaces:
com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecord>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portal.model.PersistedModel, com.liferay.portlet.dynamicdatalists.model.DDLRecord, com.liferay.portlet.dynamicdatalists.model.DDLRecordModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.dynamicdatalists.model.DDLRecord>
Direct Known Subclasses:
DDLRecordImpl

public abstract class DDLRecordBaseImpl
extends DDLRecordModelImpl
implements com.liferay.portlet.dynamicdatalists.model.DDLRecord

The extended model base implementation for the DDLRecord service. Represents a row in the "DDLRecord" 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 DDLRecordImpl.

Author:
Brian Wing Shun Chan
See Also:
DDLRecordImpl, DDLRecord, Serialized Form
Generated:

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, RECORDSETID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASK
 
Constructor Summary
DDLRecordBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDDMStorageId, getDisplayIndex, getExpandoBridge, getGroupId, getModelClass, getModelClassName, getModifiedDate, getOriginalGroupId, getOriginalRecordSetId, getOriginalUserId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRecordId, getRecordSetId, getUserId, getUserName, getUserUuid, getUuid, getVersion, getVersionUserId, getVersionUserName, getVersionUserUuid, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setDDMStorageId, setDisplayIndex, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setRecordId, setRecordSetId, setUserId, setUserName, setUserUuid, setUuid, setVersion, setVersionUserId, setVersionUserName, setVersionUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.dynamicdatalists.model.DDLRecord
getField, getFieldDataType, getFields, getFieldType, getFieldValue, getLatestRecordVersion, getRecordSet, getRecordVersion, getRecordVersion, getStatus
 
Methods inherited from interface com.liferay.portlet.dynamicdatalists.model.DDLRecordModel
clone, compareTo, getCompanyId, getCreateDate, getDDMStorageId, getDisplayIndex, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRecordId, getRecordSetId, getUserId, getUserName, getUserUuid, getUuid, getVersion, getVersionUserId, getVersionUserName, getVersionUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDDMStorageId, setDisplayIndex, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRecordId, setRecordSetId, setUserId, setUserName, setUserUuid, setUuid, setVersion, setVersionUserId, setVersionUserName, setVersionUserUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

DDLRecordBaseImpl

public DDLRecordBaseImpl()
Method Detail

persist

public void persist()
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
persist in interface com.liferay.portal.model.PersistedModel
Throws:
com.liferay.portal.kernel.exception.SystemException