Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatalists.model
Interface DDLRecord

All Superinterfaces:
AuditedModel, BaseModel<DDLRecord>, ClassedModel, Cloneable, Comparable<DDLRecord>, DDLRecordModel, GroupedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel
All Known Implementing Classes:
DDLRecordWrapper

@ProviderType
public interface DDLRecord
extends DDLRecordModel, PersistedModel

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

See Also:
DDLRecordModel, com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordImpl, com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl

Method Summary
 List<DDMFormFieldValue> getDDMFormFieldValues(String fieldName)
           
 DDMFormValues getDDMFormValues()
           
 Serializable getFieldDataType(String fieldName)
           
 Serializable getFieldType(String fieldName)
           
 DDLRecordVersion getLatestRecordVersion()
           
 DDLRecordSet getRecordSet()
           
 DDLRecordVersion getRecordVersion()
           
 DDLRecordVersion getRecordVersion(String version)
           
 int getStatus()
           
 
Methods inherited from interface com.liferay.portlet.dynamicdatalists.model.DDLRecordModel
clone, compareTo, getCompanyId, getCreateDate, getDDMStorageId, getDisplayIndex, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRecordId, getRecordSetId, getUserId, getUserName, getUserUuid, getUuid, getVersion, getVersionUserId, getVersionUserName, getVersionUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDDMStorageId, setDisplayIndex, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRecordId, setRecordSetId, setUserId, setUserName, setUserUuid, setUuid, setVersion, setVersionUserId, setVersionUserName, setVersionUserUuid, 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

getDDMFormFieldValues

List<DDMFormFieldValue> getDDMFormFieldValues(String fieldName)
                                              throws PortalException
Throws:
PortalException

getDDMFormValues

DDMFormValues getDDMFormValues()
                               throws PortalException
Throws:
PortalException

getFieldDataType

Serializable getFieldDataType(String fieldName)
                              throws PortalException
Throws:
PortalException

getFieldType

Serializable getFieldType(String fieldName)
                          throws Exception
Throws:
Exception

getLatestRecordVersion

DDLRecordVersion getLatestRecordVersion()
                                        throws PortalException
Throws:
PortalException

getRecordSet

DDLRecordSet getRecordSet()
                          throws PortalException
Throws:
PortalException

getRecordVersion

DDLRecordVersion getRecordVersion()
                                  throws PortalException
Throws:
PortalException

getRecordVersion

DDLRecordVersion getRecordVersion(String version)
                                  throws PortalException
Throws:
PortalException

getStatus

int getStatus()
              throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m3