Liferay 7.0-ce-m3

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, StagedGroupedModel, StagedModel, 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, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, RECORDID_COLUMN_BITMASK, 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
 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 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, getOriginalCompanyId, getOriginalGroupId, getOriginalRecordSetId, getOriginalUserId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRecordId, getRecordSetId, getStagedModelType, getUserId, getUserName, getUserUuid, getUuid, getVersion, getVersionUserId, getVersionUserName, getVersionUserUuid, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, 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, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
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, 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
 

Constructor Detail

DDLRecordImpl

public DDLRecordImpl()
Method Detail

getDDMFormFieldValues

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

getDDMFormValues

public DDMFormValues getDDMFormValues()
                               throws PortalException
Throws:
PortalException

getFieldDataType

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

getFieldType

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

getLatestRecordVersion

public DDLRecordVersion getLatestRecordVersion()
                                        throws PortalException
Throws:
PortalException

getRecordSet

public DDLRecordSet getRecordSet()
                          throws PortalException
Throws:
PortalException

getRecordVersion

public DDLRecordVersion getRecordVersion()
                                  throws PortalException
Throws:
PortalException

getRecordVersion

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

getStatus

public int getStatus()
              throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m3