public class DDLRecordVersionModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>
implements com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModel
This implementation and its corresponding interface DDLRecordVersionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DDLRecordVersionImpl.
DDLRecordVersionImpl,
DDLRecordVersion,
DDLRecordVersionModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
RECORDID_COLUMN_BITMASK |
static long |
RECORDVERSIONID_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static long |
STATUS_COLUMN_BITMASK |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
static long |
VERSION_COLUMN_BITMASK |
| Constructor and Description |
|---|
DDLRecordVersionModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion) |
boolean |
equals(java.lang.Object obj) |
boolean |
getApproved()
Deprecated.
As of 6.1.0, replaced by
isApproved() |
long |
getColumnBitmask() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
long |
getDDMStorageId() |
int |
getDisplayIndex() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getOriginalRecordId() |
int |
getOriginalStatus() |
java.lang.String |
getOriginalVersion() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
long |
getRecordId() |
long |
getRecordSetId() |
long |
getRecordVersionId() |
int |
getStatus() |
long |
getStatusByUserId() |
java.lang.String |
getStatusByUserName() |
java.lang.String |
getStatusByUserUuid() |
java.util.Date |
getStatusDate() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid() |
java.lang.String |
getVersion() |
int |
hashCode() |
boolean |
isApproved() |
boolean |
isDenied() |
boolean |
isDraft() |
boolean |
isExpired() |
boolean |
isInactive() |
boolean |
isIncomplete() |
boolean |
isPending() |
boolean |
isScheduled() |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setDDMStorageId(long DDMStorageId) |
void |
setDisplayIndex(int displayIndex) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRecordId(long recordId) |
void |
setRecordSetId(long recordSetId) |
void |
setRecordVersionId(long recordVersionId) |
void |
setStatus(int status) |
void |
setStatusByUserId(long statusByUserId) |
void |
setStatusByUserName(java.lang.String statusByUserName) |
void |
setStatusByUserUuid(java.lang.String statusByUserUuid) |
void |
setStatusDate(java.util.Date statusDate) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUserUuid(java.lang.String userUuid) |
void |
setVersion(java.lang.String version) |
com.liferay.portal.model.CacheModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> |
toCacheModel() |
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
toEscapedModel() |
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static long RECORDID_COLUMN_BITMASK
public static long STATUS_COLUMN_BITMASK
public static long VERSION_COLUMN_BITMASK
public static long RECORDVERSIONID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>public long getRecordVersionId()
getRecordVersionId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setRecordVersionId(long recordVersionId)
setRecordVersionId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic long getGroupId()
getGroupId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic long getUserId()
getUserId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
getUserUuid in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelcom.liferay.portal.kernel.exception.SystemExceptionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic long getDDMStorageId()
getDDMStorageId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setDDMStorageId(long DDMStorageId)
setDDMStorageId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic long getRecordSetId()
getRecordSetId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setRecordSetId(long recordSetId)
setRecordSetId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic long getRecordId()
getRecordId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setRecordId(long recordId)
setRecordId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic long getOriginalRecordId()
public java.lang.String getVersion()
getVersion in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setVersion(java.lang.String version)
setVersion in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic java.lang.String getOriginalVersion()
public int getDisplayIndex()
getDisplayIndex in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setDisplayIndex(int displayIndex)
setDisplayIndex in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic int getStatus()
getStatus in interface com.liferay.portal.model.WorkflowedModelgetStatus in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setStatus(int status)
setStatus in interface com.liferay.portal.model.WorkflowedModelsetStatus in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic int getOriginalStatus()
public long getStatusByUserId()
getStatusByUserId in interface com.liferay.portal.model.WorkflowedModelgetStatusByUserId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface com.liferay.portal.model.WorkflowedModelsetStatusByUserId in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic java.lang.String getStatusByUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
getStatusByUserUuid in interface com.liferay.portal.model.WorkflowedModelgetStatusByUserUuid in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelcom.liferay.portal.kernel.exception.SystemExceptionpublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface com.liferay.portal.model.WorkflowedModelsetStatusByUserUuid in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic java.lang.String getStatusByUserName()
getStatusByUserName in interface com.liferay.portal.model.WorkflowedModelgetStatusByUserName in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface com.liferay.portal.model.WorkflowedModelsetStatusByUserName in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic java.util.Date getStatusDate()
getStatusDate in interface com.liferay.portal.model.WorkflowedModelgetStatusDate in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic void setStatusDate(java.util.Date statusDate)
setStatusDate in interface com.liferay.portal.model.WorkflowedModelsetStatusDate in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic boolean getApproved()
isApproved()getApproved in interface com.liferay.portal.model.WorkflowedModelgetApproved in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic boolean isApproved()
isApproved in interface com.liferay.portal.model.WorkflowedModelisApproved in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic boolean isDenied()
isDenied in interface com.liferay.portal.model.WorkflowedModelisDenied in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic boolean isDraft()
isDraft in interface com.liferay.portal.model.WorkflowedModelisDraft in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic boolean isExpired()
isExpired in interface com.liferay.portal.model.WorkflowedModelisExpired in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic boolean isInactive()
isInactive in interface com.liferay.portal.model.WorkflowedModelisInactive in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic boolean isIncomplete()
isIncomplete in interface com.liferay.portal.model.WorkflowedModelisIncomplete in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic boolean isPending()
isPending in interface com.liferay.portal.model.WorkflowedModelisPending in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic boolean isScheduled()
isScheduled in interface com.liferay.portal.model.WorkflowedModelisScheduled in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelpublic long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>setExpandoBridgeAttributes in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>public com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>toEscapedModel in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>clone in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>public int compareTo(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion)
compareTo in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelcompareTo in interface java.lang.Comparable<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModelhashCode in class java.lang.Objectpublic void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>public com.liferay.portal.model.CacheModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>toCacheModel in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>public java.lang.String toString()
toString in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>toXmlString in interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersionModel