Class KaleoInstanceWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoInstance>
com.liferay.portal.workflow.kaleo.model.KaleoInstanceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoInstance>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<KaleoInstance>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,KaleoInstance
,KaleoInstanceModel
,Serializable
,Cloneable
,Comparable<KaleoInstance>
public class KaleoInstanceWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoInstance>
implements KaleoInstance, com.liferay.portal.kernel.model.ModelWrapper<KaleoInstance>
This class is a wrapper for KaleoInstance
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoInstance
KALEO_INSTANCE_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the active of this kaleo instance.Returns the class name of this kaleo instance.long
Returns the class pk of this kaleo instance.long
Returns the company ID of this kaleo instance.boolean
Returns the completed of this kaleo instance.Returns the completion date of this kaleo instance.Returns the create date of this kaleo instance.long
Returns the ct collection ID of this kaleo instance.long
Returns the group ID of this kaleo instance.long
Returns the kaleo definition ID of this kaleo instance.Returns the kaleo definition name of this kaleo instance.int
Returns the kaleo definition version of this kaleo instance.long
Returns the kaleo definition version ID of this kaleo instance.long
Returns the kaleo instance ID of this kaleo instance.Returns the modified date of this kaleo instance.long
Returns the mvcc version of this kaleo instance.long
Returns the primary key of this kaleo instance.getRootKaleoInstanceToken
(com.liferay.portal.kernel.service.ServiceContext serviceContext) getRootKaleoInstanceToken
(Map<String, Serializable> workflowContext, com.liferay.portal.kernel.service.ServiceContext serviceContext) long
Returns the root kaleo instance token ID of this kaleo instance.long
Returns the user ID of this kaleo instance.Returns the user name of this kaleo instance.Returns the user uuid of this kaleo instance.Returns the workflow context of this kaleo instance.boolean
isActive()
Returnstrue
if this kaleo instance is active.boolean
Returnstrue
if this kaleo instance is completed.void
persist()
void
setActive
(boolean active) Sets whether this kaleo instance is active.void
setClassName
(String className) Sets the class name of this kaleo instance.void
setClassPK
(long classPK) Sets the class pk of this kaleo instance.void
setCompanyId
(long companyId) Sets the company ID of this kaleo instance.void
setCompleted
(boolean completed) Sets whether this kaleo instance is completed.void
setCompletionDate
(Date completionDate) Sets the completion date of this kaleo instance.void
setCreateDate
(Date createDate) Sets the create date of this kaleo instance.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this kaleo instance.void
setGroupId
(long groupId) Sets the group ID of this kaleo instance.void
setKaleoDefinitionId
(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo instance.void
setKaleoDefinitionName
(String kaleoDefinitionName) Sets the kaleo definition name of this kaleo instance.void
setKaleoDefinitionVersion
(int kaleoDefinitionVersion) Sets the kaleo definition version of this kaleo instance.void
setKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo instance.void
setKaleoInstanceId
(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo instance.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this kaleo instance.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this kaleo instance.void
setPrimaryKey
(long primaryKey) Sets the primary key of this kaleo instance.void
setRootKaleoInstanceTokenId
(long rootKaleoInstanceTokenId) Sets the root kaleo instance token ID of this kaleo instance.void
setUserId
(long userId) Sets the user ID of this kaleo instance.void
setUserName
(String userName) Sets the user name of this kaleo instance.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo instance.void
setWorkflowContext
(String workflowContext) Sets the workflow context of this kaleo instance.protected KaleoInstanceWrapper
wrap
(KaleoInstance kaleoInstance) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoInstanceWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstance>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstance>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstance>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoInstanceModel
-
getActive
public boolean getActive()Returns the active of this kaleo instance.- Specified by:
getActive
in interfaceKaleoInstanceModel
- Returns:
- the active of this kaleo instance
-
getClassName
Returns the class name of this kaleo instance.- Specified by:
getClassName
in interfaceKaleoInstanceModel
- Returns:
- the class name of this kaleo instance
-
getClassPK
public long getClassPK()Returns the class pk of this kaleo instance.- Specified by:
getClassPK
in interfaceKaleoInstanceModel
- Returns:
- the class pk of this kaleo instance
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo instance.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoInstanceModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this kaleo instance
-
getCompleted
public boolean getCompleted()Returns the completed of this kaleo instance.- Specified by:
getCompleted
in interfaceKaleoInstanceModel
- Returns:
- the completed of this kaleo instance
-
getCompletionDate
Returns the completion date of this kaleo instance.- Specified by:
getCompletionDate
in interfaceKaleoInstanceModel
- Returns:
- the completion date of this kaleo instance
-
getCreateDate
Returns the create date of this kaleo instance.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceKaleoInstanceModel
- Returns:
- the create date of this kaleo instance
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo instance.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>
- Specified by:
getCtCollectionId
in interfaceKaleoInstanceModel
- Returns:
- the ct collection ID of this kaleo instance
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo instance.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceKaleoInstanceModel
- Returns:
- the group ID of this kaleo instance
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo instance.- Specified by:
getKaleoDefinitionId
in interfaceKaleoInstanceModel
- Returns:
- the kaleo definition ID of this kaleo instance
-
getKaleoDefinitionName
Returns the kaleo definition name of this kaleo instance.- Specified by:
getKaleoDefinitionName
in interfaceKaleoInstanceModel
- Returns:
- the kaleo definition name of this kaleo instance
-
getKaleoDefinitionVersion
public int getKaleoDefinitionVersion()Returns the kaleo definition version of this kaleo instance.- Specified by:
getKaleoDefinitionVersion
in interfaceKaleoInstanceModel
- Returns:
- the kaleo definition version of this kaleo instance
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo instance.- Specified by:
getKaleoDefinitionVersionId
in interfaceKaleoInstanceModel
- Returns:
- the kaleo definition version ID of this kaleo instance
-
getKaleoInstanceId
public long getKaleoInstanceId()Returns the kaleo instance ID of this kaleo instance.- Specified by:
getKaleoInstanceId
in interfaceKaleoInstanceModel
- Returns:
- the kaleo instance ID of this kaleo instance
-
getModifiedDate
Returns the modified date of this kaleo instance.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceKaleoInstanceModel
- Returns:
- the modified date of this kaleo instance
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo instance.- Specified by:
getMvccVersion
in interfaceKaleoInstanceModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this kaleo instance
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo instance.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>
- Specified by:
getPrimaryKey
in interfaceKaleoInstanceModel
- Returns:
- the primary key of this kaleo instance
-
getRootKaleoInstanceToken
public KaleoInstanceToken getRootKaleoInstanceToken(Map<String, Serializable> workflowContext, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getRootKaleoInstanceToken
in interfaceKaleoInstance
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRootKaleoInstanceToken
public KaleoInstanceToken getRootKaleoInstanceToken(com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getRootKaleoInstanceToken
in interfaceKaleoInstance
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRootKaleoInstanceTokenId
public long getRootKaleoInstanceTokenId()Returns the root kaleo instance token ID of this kaleo instance.- Specified by:
getRootKaleoInstanceTokenId
in interfaceKaleoInstanceModel
- Returns:
- the root kaleo instance token ID of this kaleo instance
-
getUserId
public long getUserId()Returns the user ID of this kaleo instance.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoInstanceModel
- Returns:
- the user ID of this kaleo instance
-
getUserName
Returns the user name of this kaleo instance.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoInstanceModel
- Returns:
- the user name of this kaleo instance
-
getUserUuid
Returns the user uuid of this kaleo instance.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoInstanceModel
- Returns:
- the user uuid of this kaleo instance
-
getWorkflowContext
Returns the workflow context of this kaleo instance.- Specified by:
getWorkflowContext
in interfaceKaleoInstanceModel
- Returns:
- the workflow context of this kaleo instance
-
isActive
public boolean isActive()Returnstrue
if this kaleo instance is active.- Specified by:
isActive
in interfaceKaleoInstanceModel
- Returns:
true
if this kaleo instance is active;false
otherwise
-
isCompleted
public boolean isCompleted()Returnstrue
if this kaleo instance is completed.- Specified by:
isCompleted
in interfaceKaleoInstanceModel
- Returns:
true
if this kaleo instance is completed;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setActive
public void setActive(boolean active) Sets whether this kaleo instance is active.- Specified by:
setActive
in interfaceKaleoInstanceModel
- Parameters:
active
- the active of this kaleo instance
-
setClassName
Sets the class name of this kaleo instance.- Specified by:
setClassName
in interfaceKaleoInstanceModel
- Parameters:
className
- the class name of this kaleo instance
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this kaleo instance.- Specified by:
setClassPK
in interfaceKaleoInstanceModel
- Parameters:
classPK
- the class pk of this kaleo instance
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo instance.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoInstanceModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this kaleo instance
-
setCompleted
public void setCompleted(boolean completed) Sets whether this kaleo instance is completed.- Specified by:
setCompleted
in interfaceKaleoInstanceModel
- Parameters:
completed
- the completed of this kaleo instance
-
setCompletionDate
Sets the completion date of this kaleo instance.- Specified by:
setCompletionDate
in interfaceKaleoInstanceModel
- Parameters:
completionDate
- the completion date of this kaleo instance
-
setCreateDate
Sets the create date of this kaleo instance.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceKaleoInstanceModel
- Parameters:
createDate
- the create date of this kaleo instance
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo instance.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>
- Specified by:
setCtCollectionId
in interfaceKaleoInstanceModel
- Parameters:
ctCollectionId
- the ct collection ID of this kaleo instance
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo instance.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceKaleoInstanceModel
- Parameters:
groupId
- the group ID of this kaleo instance
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo instance.- Specified by:
setKaleoDefinitionId
in interfaceKaleoInstanceModel
- Parameters:
kaleoDefinitionId
- the kaleo definition ID of this kaleo instance
-
setKaleoDefinitionName
Sets the kaleo definition name of this kaleo instance.- Specified by:
setKaleoDefinitionName
in interfaceKaleoInstanceModel
- Parameters:
kaleoDefinitionName
- the kaleo definition name of this kaleo instance
-
setKaleoDefinitionVersion
public void setKaleoDefinitionVersion(int kaleoDefinitionVersion) Sets the kaleo definition version of this kaleo instance.- Specified by:
setKaleoDefinitionVersion
in interfaceKaleoInstanceModel
- Parameters:
kaleoDefinitionVersion
- the kaleo definition version of this kaleo instance
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo instance.- Specified by:
setKaleoDefinitionVersionId
in interfaceKaleoInstanceModel
- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID of this kaleo instance
-
setKaleoInstanceId
public void setKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo instance.- Specified by:
setKaleoInstanceId
in interfaceKaleoInstanceModel
- Parameters:
kaleoInstanceId
- the kaleo instance ID of this kaleo instance
-
setModifiedDate
Sets the modified date of this kaleo instance.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceKaleoInstanceModel
- Parameters:
modifiedDate
- the modified date of this kaleo instance
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo instance.- Specified by:
setMvccVersion
in interfaceKaleoInstanceModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this kaleo instance
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo instance.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>
- Specified by:
setPrimaryKey
in interfaceKaleoInstanceModel
- Parameters:
primaryKey
- the primary key of this kaleo instance
-
setRootKaleoInstanceTokenId
public void setRootKaleoInstanceTokenId(long rootKaleoInstanceTokenId) Sets the root kaleo instance token ID of this kaleo instance.- Specified by:
setRootKaleoInstanceTokenId
in interfaceKaleoInstanceModel
- Parameters:
rootKaleoInstanceTokenId
- the root kaleo instance token ID of this kaleo instance
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo instance.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceKaleoInstanceModel
- Parameters:
userId
- the user ID of this kaleo instance
-
setUserName
Sets the user name of this kaleo instance.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceKaleoInstanceModel
- Parameters:
userName
- the user name of this kaleo instance
-
setUserUuid
Sets the user uuid of this kaleo instance.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoInstanceModel
- Parameters:
userUuid
- the user uuid of this kaleo instance
-
setWorkflowContext
Sets the workflow context of this kaleo instance.- Specified by:
setWorkflowContext
in interfaceKaleoInstanceModel
- Parameters:
workflowContext
- the workflow context of this kaleo instance
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoInstanceModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstance>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstance>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoInstance>
-