Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.model
Interface DDLRecord

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

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

Method Summary
 Field getField(String fieldName)
           
 Serializable getFieldDataType(String fieldName)
           
 Fields getFields()
           
 Serializable getFieldType(String fieldName)
           
 Serializable getFieldValue(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, 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.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

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.1.2-ce-ga3