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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.dynamicdatalists.model.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:
com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecord>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portal.model.PersistedModel, com.liferay.portlet.dynamicdatalists.model.DDLRecord, com.liferay.portlet.dynamicdatalists.model.DDLRecordModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.dynamicdatalists.model.DDLRecord>

public class DDLRecordImpl
extends DDLRecordBaseImpl

Author:
Brian Wing Shun Chan, Eduardo Lundgren
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
 com.liferay.portlet.dynamicdatamapping.storage.Field getField(java.lang.String fieldName)
           
 java.io.Serializable getFieldDataType(java.lang.String fieldName)
           
 com.liferay.portlet.dynamicdatamapping.storage.Fields getFields()
           
 java.io.Serializable getFieldType(java.lang.String fieldName)
           
 java.io.Serializable getFieldValue(java.lang.String fieldName)
           
 com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion getLatestRecordVersion()
           
 com.liferay.portlet.dynamicdatalists.model.DDLRecordSet getRecordSet()
           
 com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion getRecordVersion()
           
 com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion getRecordVersion(java.lang.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, 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, 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, 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, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

DDLRecordImpl

public DDLRecordImpl()
Method Detail

getField

public com.liferay.portlet.dynamicdatamapping.storage.Field getField(java.lang.String fieldName)
                                                              throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getFieldDataType

public java.io.Serializable getFieldDataType(java.lang.String fieldName)
                                      throws com.liferay.portal.kernel.exception.PortalException,
                                             com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getFields

public com.liferay.portlet.dynamicdatamapping.storage.Fields getFields()
                                                                throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getFieldType

public java.io.Serializable getFieldType(java.lang.String fieldName)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

getFieldValue

public java.io.Serializable getFieldValue(java.lang.String fieldName)
                                   throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getLatestRecordVersion

public com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion getLatestRecordVersion()
                                                                                   throws com.liferay.portal.kernel.exception.PortalException,
                                                                                          com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getRecordSet

public com.liferay.portlet.dynamicdatalists.model.DDLRecordSet getRecordSet()
                                                                     throws com.liferay.portal.kernel.exception.PortalException,
                                                                            com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getRecordVersion

public com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion getRecordVersion()
                                                                             throws com.liferay.portal.kernel.exception.PortalException,
                                                                                    com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getRecordVersion

public com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion getRecordVersion(java.lang.String version)
                                                                             throws com.liferay.portal.kernel.exception.PortalException,
                                                                                    com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getStatus

public int getStatus()
              throws com.liferay.portal.kernel.exception.PortalException,
                     com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException