Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatalists.model
Interface DDLRecordSet

All Superinterfaces:
AuditedModel, BaseModel<DDLRecordSet>, ClassedModel, Cloneable, Comparable<DDLRecordSet>, DDLRecordSetModel, GroupedModel, LocalizedModel, 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, com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetImpl, com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetModelImpl

Method Summary
 DDMStructure getDDMStructure()
           
 DDMStructure getDDMStructure(long formDDMTemplateId)
           
 List<DDLRecord> getRecords()
           
 
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, isEntityCacheEnabled, isFinderCacheEnabled, 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
Throws:
PortalException

getDDMStructure

DDMStructure getDDMStructure(long formDDMTemplateId)
                             throws PortalException
Throws:
PortalException

getRecords

List<DDLRecord> getRecords()

Liferay 7.0-ce-m3