|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<WorkflowDefinitionLink>
com.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl
@ProviderType public class WorkflowDefinitionLinkModelImpl
The base model implementation for the WorkflowDefinitionLink service. Represents a row in the "WorkflowDefinitionLink" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface WorkflowDefinitionLinkModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in WorkflowDefinitionLinkImpl.
WorkflowDefinitionLinkImpl,
WorkflowDefinitionLink,
WorkflowDefinitionLinkModel,
Serialized Form| Field Summary | |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
|
static long |
CLASSPK_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
GROUPID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static Map<String,Integer> |
TABLE_COLUMNS_MAP
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
TYPEPK_COLUMN_BITMASK
|
static long |
WORKFLOWDEFINITIONNAME_COLUMN_BITMASK
|
static long |
WORKFLOWDEFINITIONVERSION_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
WorkflowDefinitionLinkModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(WorkflowDefinitionLink workflowDefinitionLink)
|
boolean |
equals(Object obj)
|
String |
getClassName()
Returns the fully qualified class name of this workflow definition link. |
long |
getClassNameId()
Returns the class name ID of this workflow definition link. |
long |
getClassPK()
Returns the class p k of this workflow definition link. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this workflow definition link. |
Date |
getCreateDate()
Returns the create date of this workflow definition link. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this workflow definition link. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this workflow definition link. |
long |
getMvccVersion()
Returns the mvcc version of this workflow definition link. |
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
long |
getOriginalTypePK()
|
String |
getOriginalWorkflowDefinitionName()
|
int |
getOriginalWorkflowDefinitionVersion()
|
long |
getPrimaryKey()
Returns the primary key of this workflow definition link. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getTypePK()
Returns the type p k of this workflow definition link. |
long |
getUserId()
Returns the user ID of this workflow definition link. |
String |
getUserName()
Returns the user name of this workflow definition link. |
String |
getUserUuid()
Returns the user uuid of this workflow definition link. |
long |
getWorkflowDefinitionLinkId()
Returns the workflow definition link ID of this workflow definition link. |
String |
getWorkflowDefinitionName()
Returns the workflow definition name of this workflow definition link. |
int |
getWorkflowDefinitionVersion()
Returns the workflow definition version of this workflow definition link. |
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this workflow definition link. |
void |
setClassPK(long classPK)
Sets the class p k of this workflow definition link. |
void |
setCompanyId(long companyId)
Sets the company ID of this workflow definition link. |
void |
setCreateDate(Date createDate)
Sets the create date of this workflow definition link. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group ID of this workflow definition link. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this workflow definition link. |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this workflow definition link. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this workflow definition link. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setTypePK(long typePK)
Sets the type p k of this workflow definition link. |
void |
setUserId(long userId)
Sets the user ID of this workflow definition link. |
void |
setUserName(String userName)
Sets the user name of this workflow definition link. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this workflow definition link. |
void |
setWorkflowDefinitionLinkId(long workflowDefinitionLinkId)
Sets the workflow definition link ID of this workflow definition link. |
void |
setWorkflowDefinitionName(String workflowDefinitionName)
Sets the workflow definition name of this workflow definition link. |
void |
setWorkflowDefinitionVersion(int workflowDefinitionVersion)
Sets the workflow definition version of this workflow definition link. |
CacheModel<WorkflowDefinitionLink> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
WorkflowDefinitionLink |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| 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.portal.model.WorkflowDefinitionLinkModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final 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 final long CLASSNAMEID_COLUMN_BITMASK
public static final long CLASSPK_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long TYPEPK_COLUMN_BITMASK
public static final long WORKFLOWDEFINITIONNAME_COLUMN_BITMASK
public static final long WORKFLOWDEFINITIONVERSION_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public WorkflowDefinitionLinkModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
WorkflowDefinitionLinkModel
getPrimaryKey in interface WorkflowDefinitionLinkModelpublic void setPrimaryKey(long primaryKey)
WorkflowDefinitionLinkModel
setPrimaryKey in interface WorkflowDefinitionLinkModelprimaryKey - the primary key of this workflow definition linkpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<WorkflowDefinitionLink>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface WorkflowDefinitionLinkModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<WorkflowDefinitionLink>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface WorkflowDefinitionLinkModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<WorkflowDefinitionLink>getModelAttributes in class BaseModelImpl<WorkflowDefinitionLink>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<WorkflowDefinitionLink>setModelAttributes in class BaseModelImpl<WorkflowDefinitionLink>public long getMvccVersion()
WorkflowDefinitionLinkModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface WorkflowDefinitionLinkModelpublic void setMvccVersion(long mvccVersion)
WorkflowDefinitionLinkModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface WorkflowDefinitionLinkModelmvccVersion - the mvcc version of this workflow definition linkpublic long getWorkflowDefinitionLinkId()
WorkflowDefinitionLinkModel
getWorkflowDefinitionLinkId in interface WorkflowDefinitionLinkModelpublic void setWorkflowDefinitionLinkId(long workflowDefinitionLinkId)
WorkflowDefinitionLinkModel
setWorkflowDefinitionLinkId in interface WorkflowDefinitionLinkModelworkflowDefinitionLinkId - the workflow definition link ID of this workflow definition linkpublic long getGroupId()
WorkflowDefinitionLinkModel
getGroupId in interface GroupedModelgetGroupId in interface WorkflowDefinitionLinkModelpublic void setGroupId(long groupId)
WorkflowDefinitionLinkModel
setGroupId in interface GroupedModelsetGroupId in interface WorkflowDefinitionLinkModelgroupId - the group ID of this workflow definition linkpublic long getOriginalGroupId()
public long getCompanyId()
WorkflowDefinitionLinkModel
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface WorkflowDefinitionLinkModelpublic void setCompanyId(long companyId)
WorkflowDefinitionLinkModel
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface WorkflowDefinitionLinkModelcompanyId - the company ID of this workflow definition linkpublic long getOriginalCompanyId()
public long getUserId()
WorkflowDefinitionLinkModel
getUserId in interface AuditedModelgetUserId in interface WorkflowDefinitionLinkModelpublic void setUserId(long userId)
WorkflowDefinitionLinkModel
setUserId in interface AuditedModelsetUserId in interface WorkflowDefinitionLinkModeluserId - the user ID of this workflow definition linkpublic String getUserUuid()
WorkflowDefinitionLinkModel
getUserUuid in interface AuditedModelgetUserUuid in interface WorkflowDefinitionLinkModelpublic void setUserUuid(String userUuid)
WorkflowDefinitionLinkModel
setUserUuid in interface AuditedModelsetUserUuid in interface WorkflowDefinitionLinkModeluserUuid - the user uuid of this workflow definition linkpublic String getUserName()
WorkflowDefinitionLinkModel
getUserName in interface AuditedModelgetUserName in interface WorkflowDefinitionLinkModelpublic void setUserName(String userName)
WorkflowDefinitionLinkModel
setUserName in interface AuditedModelsetUserName in interface WorkflowDefinitionLinkModeluserName - the user name of this workflow definition linkpublic Date getCreateDate()
WorkflowDefinitionLinkModel
getCreateDate in interface AuditedModelgetCreateDate in interface WorkflowDefinitionLinkModelpublic void setCreateDate(Date createDate)
WorkflowDefinitionLinkModel
setCreateDate in interface AuditedModelsetCreateDate in interface WorkflowDefinitionLinkModelcreateDate - the create date of this workflow definition linkpublic Date getModifiedDate()
WorkflowDefinitionLinkModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface WorkflowDefinitionLinkModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
WorkflowDefinitionLinkModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface WorkflowDefinitionLinkModelmodifiedDate - the modified date of this workflow definition linkpublic String getClassName()
WorkflowDefinitionLinkModel
getClassName in interface TypedModelgetClassName in interface WorkflowDefinitionLinkModelpublic void setClassName(String className)
setClassName in interface WorkflowDefinitionLinkModelpublic long getClassNameId()
WorkflowDefinitionLinkModel
getClassNameId in interface TypedModelgetClassNameId in interface WorkflowDefinitionLinkModelpublic void setClassNameId(long classNameId)
WorkflowDefinitionLinkModel
setClassNameId in interface TypedModelsetClassNameId in interface WorkflowDefinitionLinkModelclassNameId - the class name ID of this workflow definition linkpublic long getOriginalClassNameId()
public long getClassPK()
WorkflowDefinitionLinkModel
getClassPK in interface AttachedModelgetClassPK in interface WorkflowDefinitionLinkModelpublic void setClassPK(long classPK)
WorkflowDefinitionLinkModel
setClassPK in interface AttachedModelsetClassPK in interface WorkflowDefinitionLinkModelclassPK - the class p k of this workflow definition linkpublic long getOriginalClassPK()
public long getTypePK()
WorkflowDefinitionLinkModel
getTypePK in interface WorkflowDefinitionLinkModelpublic void setTypePK(long typePK)
WorkflowDefinitionLinkModel
setTypePK in interface WorkflowDefinitionLinkModeltypePK - the type p k of this workflow definition linkpublic long getOriginalTypePK()
public String getWorkflowDefinitionName()
WorkflowDefinitionLinkModel
getWorkflowDefinitionName in interface WorkflowDefinitionLinkModelpublic void setWorkflowDefinitionName(String workflowDefinitionName)
WorkflowDefinitionLinkModel
setWorkflowDefinitionName in interface WorkflowDefinitionLinkModelworkflowDefinitionName - the workflow definition name of this workflow definition linkpublic String getOriginalWorkflowDefinitionName()
public int getWorkflowDefinitionVersion()
WorkflowDefinitionLinkModel
getWorkflowDefinitionVersion in interface WorkflowDefinitionLinkModelpublic void setWorkflowDefinitionVersion(int workflowDefinitionVersion)
WorkflowDefinitionLinkModel
setWorkflowDefinitionVersion in interface WorkflowDefinitionLinkModelworkflowDefinitionVersion - the workflow definition version of this workflow definition linkpublic int getOriginalWorkflowDefinitionVersion()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<WorkflowDefinitionLink>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface WorkflowDefinitionLinkModelgetExpandoBridge in class BaseModelImpl<WorkflowDefinitionLink>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<WorkflowDefinitionLink>setExpandoBridgeAttributes in interface WorkflowDefinitionLinkModelsetExpandoBridgeAttributes in class BaseModelImpl<WorkflowDefinitionLink>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public WorkflowDefinitionLink toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<WorkflowDefinitionLink>toEscapedModel in interface WorkflowDefinitionLinkModeltoEscapedModel in class BaseModelImpl<WorkflowDefinitionLink>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<WorkflowDefinitionLink>clone in interface WorkflowDefinitionLinkModelclone in class BaseModelImpl<WorkflowDefinitionLink>public int compareTo(WorkflowDefinitionLink workflowDefinitionLink)
compareTo in interface WorkflowDefinitionLinkModelcompareTo in interface Comparable<WorkflowDefinitionLink>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface WorkflowDefinitionLinkModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<WorkflowDefinitionLink>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<WorkflowDefinitionLink>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<WorkflowDefinitionLink>resetOriginalValues in class BaseModelImpl<WorkflowDefinitionLink>public CacheModel<WorkflowDefinitionLink> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<WorkflowDefinitionLink>toCacheModel in interface WorkflowDefinitionLinkModeltoCacheModel in class BaseModelImpl<WorkflowDefinitionLink>public String toString()
toString in interface WorkflowDefinitionLinkModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<WorkflowDefinitionLink>toXmlString in interface WorkflowDefinitionLinkModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||