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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet>
      extended by com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetModelImpl
          extended by com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetBaseImpl
All Implemented Interfaces:
com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portal.model.PersistedModel, com.liferay.portlet.dynamicdatalists.model.DDLRecordSet, com.liferay.portlet.dynamicdatalists.model.DDLRecordSetModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet>
Direct Known Subclasses:
DDLRecordSetImpl

public abstract class DDLRecordSetBaseImpl
extends DDLRecordSetModelImpl
implements com.liferay.portlet.dynamicdatalists.model.DDLRecordSet

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

Author:
Brian Wing Shun Chan
See Also:
DDLRecordSetImpl, DDLRecordSet, Serialized Form
Generated:

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, RECORDSETKEY_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
DDLRecordSetBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDDMStructureId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getMinDisplayRows, getModelClass, getModelClassName, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getOriginalGroupId, getOriginalRecordSetKey, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRecordSetId, getRecordSetKey, getScope, getUserId, getUserName, getUserUuid, getUuid, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setDDMStructureId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setMinDisplayRows, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setPrimaryKeyObj, setRecordSetId, setRecordSetKey, setScope, setUserId, setUserName, setUserUuid, setUuid, 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.DDLRecordSet
getDDMStructure, getDDMStructure, getRecords, getRecordsFieldsList
 
Methods inherited from interface com.liferay.portlet.dynamicdatalists.model.DDLRecordSetModel
clone, compareTo, getCompanyId, getCreateDate, getDDMStructureId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getMinDisplayRows, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getRecordSetId, getRecordSetKey, getScope, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDDMStructureId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setMinDisplayRows, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setRecordSetId, setRecordSetKey, setScope, setUserId, setUserName, setUserUuid, setUuid, 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

DDLRecordSetBaseImpl

public DDLRecordSetBaseImpl()
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