Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatalists.model.impl
Class DDLRecordImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DDLRecord>
      extended by com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl
          extended by com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordBaseImpl
              extended by com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordImpl
All Implemented Interfaces:
AuditedModel, BaseModel<DDLRecord>, ClassedModel, GroupedModel, PersistedModel, DDLRecord, DDLRecordModel, Serializable, Cloneable, Comparable<DDLRecord>

public class DDLRecordImpl
extends DDLRecordBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, RECORDSETID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASK
 
Constructor Summary
DDLRecordImpl()
           
 
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 class com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDDMStorageId, getDisplayIndex, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalGroupId, getOriginalRecordSetId, getOriginalUserId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRecordId, getRecordSetId, getUserId, getUserName, getUserUuid, getUuid, getVersion, getVersionUserId, getVersionUserName, getVersionUserUuid, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setDDMStorageId, setDisplayIndex, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setRecordId, setRecordSetId, setUserId, setUserName, setUserUuid, setUuid, setVersion, setVersionUserId, setVersionUserName, setVersionUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

DDLRecordImpl

public DDLRecordImpl()
Method Detail

getField

public Field getField(String fieldName)
               throws PortalException
Throws:
PortalException

getFieldDataType

public Serializable getFieldDataType(String fieldName)
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

getFields

public Fields getFields()
                 throws PortalException
Throws:
PortalException

getFieldType

public Serializable getFieldType(String fieldName)
                          throws Exception
Throws:
Exception

getFieldValue

public Serializable getFieldValue(String fieldName)
                           throws PortalException
Throws:
PortalException

getLatestRecordVersion

public DDLRecordVersion getLatestRecordVersion()
                                        throws PortalException,
                                               SystemException
Throws:
PortalException
SystemException

getRecordSet

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

getRecordVersion

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

getRecordVersion

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

getStatus

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

Liferay 6.1.2-ce-ga3