Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatalists.model
Interface DDLRecordSet

All Superinterfaces:
AuditedModel, BaseModel<DDLRecordSet>, ClassedModel, Cloneable, Comparable<DDLRecordSet>, DDLRecordSetModel, GroupedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel
All Known Implementing Classes:
DDLRecordSetWrapper

@ProviderType
public interface DDLRecordSet
extends DDLRecordSetModel, PersistedModel

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

See Also:
DDLRecordSetModel, DDLRecordSetImpl, DDLRecordSetModelImpl

Method Summary
 DDMStructure getDDMStructure()
           
 DDMStructure getDDMStructure(long formDDMTemplateId)
           
 List<DDLRecord> getRecords()
           
 List<Fields> getRecordsFieldsList()
           
 
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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getDDMStructure

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

getDDMStructure

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

getRecords

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

getRecordsFieldsList

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

Liferay 6.2-ce-ga5