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

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
              extended by com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetImpl
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>

public class DDLRecordSetImpl
extends DDLRecordSetBaseImpl

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

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
DDLRecordSetImpl()
           
 
Method Summary
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure getDDMStructure()
           
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure getDDMStructure(long detailDDMTemplateId)
           
 java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecord> getRecords()
           
 java.util.List<com.liferay.portlet.dynamicdatamapping.storage.Fields> getRecordsFieldsList()
           
 
Methods inherited from class com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetBaseImpl
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.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

DDLRecordSetImpl

public DDLRecordSetImpl()
Method Detail

getDDMStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure getDDMStructure()
                                                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                                                 com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getDDMStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure getDDMStructure(long detailDDMTemplateId)
                                                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                                                 com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getRecords

public java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecord> getRecords()
                                                                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getRecordsFieldsList

public java.util.List<com.liferay.portlet.dynamicdatamapping.storage.Fields> getRecordsFieldsList()
                                                                                           throws com.liferay.portal.kernel.exception.PortalException,
                                                                                                  com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException