Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.model
Interface DDLRecordSet

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

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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 DDMStructure getDDMStructure()
           
 DDMStructure getDDMStructure(long detailDDMTemplateId)
           
 List<DDLRecord> getRecords()
           
 List<Fields> 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, prepareLocalizedFieldsForImport, 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, 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.PersistedModel
persist
 

Method Detail

getDDMStructure

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

getDDMStructure

DDMStructure getDDMStructure(long detailDDMTemplateId)
                             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.1.2-ce-ga3