Liferay 6.2-ce-ga5

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, DDLRecordImpl, 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, 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,
                                     SystemException
Throws:
PortalException
SystemException

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,
                                               SystemException
Throws:
PortalException
SystemException

getRecordSet

DDLRecordSet getRecordSet()
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

getRecordVersion

DDLRecordVersion getRecordVersion()
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

getRecordVersion

DDLRecordVersion getRecordVersion(String version)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

getStatus

int getStatus()
              throws PortalException,
                     SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5