Liferay 7.0-ce-m2

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
 Field getField(String fieldName)
           
 Serializable getFieldDataType(String fieldName)
           
 Fields getFields()
           
 Serializable getFieldType(String fieldName)
           
 Serializable getFieldValue(String fieldName)
           
 Serializable getFieldValue(String fieldName, Locale locale)
           
 List<Serializable> getFieldValues(String fieldName, Locale locale)
           
 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

getField

Field getField(String fieldName)
               throws PortalException
Throws:
PortalException

getFieldDataType

Serializable getFieldDataType(String fieldName)
                              throws PortalException
Throws:
PortalException

getFields

Fields getFields()
                 throws PortalException
Throws:
PortalException

getFieldType

Serializable getFieldType(String fieldName)
                          throws Exception
Throws:
Exception

getFieldValue

Serializable getFieldValue(String fieldName)
                           throws PortalException
Throws:
PortalException

getFieldValue

Serializable getFieldValue(String fieldName,
                           Locale locale)
                           throws PortalException
Throws:
PortalException

getFieldValues

List<Serializable> getFieldValues(String fieldName,
                                  Locale locale)
                                  throws PortalException
Throws:
PortalException

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-m2