Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<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:
AuditedModel, BaseModel<DDLRecordSet>, ClassedModel, GroupedModel, PersistedModel, StagedGroupedModel, StagedModel, DDLRecordSet, DDLRecordSetModel, Serializable, Cloneable, Comparable<DDLRecordSet>

public class DDLRecordSetImpl
extends DDLRecordSetBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetModelImpl
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, RECORDSETID_COLUMN_BITMASK, 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
 DDMStructure getDDMStructure()
           
 DDMStructure getDDMStructure(long formDDMTemplateId)
           
 List<DDLRecord> getRecords()
           
 List<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, getAvailableLanguageIds, getColumnBitmask, getCompanyId, getCreateDate, getDDMStructureId, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getMinDisplayRows, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getOriginalCompanyId, getOriginalGroupId, getOriginalRecordSetKey, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRecordSetId, getRecordSetKey, getScope, getStagedModelType, getUserId, getUserName, getUserUuid, getUuid, hashCode, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, resetOriginalValues, setCompanyId, setCreateDate, setDDMStructureId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setMinDisplayRows, setModelAttributes, 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, 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.dynamicdatalists.model.DDLRecordSetModel
clone, compareTo, getAvailableLanguageIds, getCompanyId, getCreateDate, getDDMStructureId, getDefaultLanguageId, 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, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCachedModel, setCompanyId, setCreateDate, setDDMStructureId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setMinDisplayRows, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setRecordSetId, setRecordSetKey, setScope, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, 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

DDLRecordSetImpl

public DDLRecordSetImpl()
Method Detail

getDDMStructure

public DDMStructure getDDMStructure()
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

getDDMStructure

public DDMStructure getDDMStructure(long formDDMTemplateId)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

getRecords

public List<DDLRecord> getRecords()
                           throws SystemException
Throws:
SystemException

getRecordsFieldsList

public List<Fields> getRecordsFieldsList()
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5