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
modelFields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoInstance
KALEO_INSTANCE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the active of this kaleo instance.Returns the class name of this kaleo instance.longReturns the class pk of this kaleo instance.longReturns the company ID of this kaleo instance.booleanReturns the completed of this kaleo instance.Returns the completion date of this kaleo instance.Returns the create date of this kaleo instance.longReturns the ct collection ID of this kaleo instance.longReturns the group ID of this kaleo instance.longReturns the kaleo definition ID of this kaleo instance.Returns the kaleo definition name of this kaleo instance.intReturns the kaleo definition version of this kaleo instance.longReturns the kaleo definition version ID of this kaleo instance.longReturns the kaleo instance ID of this kaleo instance.Returns the modified date of this kaleo instance.longReturns the mvcc version of this kaleo instance.longReturns 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) longReturns the root kaleo instance token ID of this kaleo instance.longReturns 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.booleanisActive()Returnstrueif this kaleo instance is active.booleanReturnstrueif this kaleo instance is completed.voidpersist()voidsetActive(boolean active) Sets whether this kaleo instance is active.voidsetClassName(String className) Sets the class name of this kaleo instance.voidsetClassPK(long classPK) Sets the class pk of this kaleo instance.voidsetCompanyId(long companyId) Sets the company ID of this kaleo instance.voidsetCompleted(boolean completed) Sets whether this kaleo instance is completed.voidsetCompletionDate(Date completionDate) Sets the completion date of this kaleo instance.voidsetCreateDate(Date createDate) Sets the create date of this kaleo instance.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo instance.voidsetGroupId(long groupId) Sets the group ID of this kaleo instance.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo instance.voidsetKaleoDefinitionName(String kaleoDefinitionName) Sets the kaleo definition name of this kaleo instance.voidsetKaleoDefinitionVersion(int kaleoDefinitionVersion) Sets the kaleo definition version of this kaleo instance.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo instance.voidsetKaleoInstanceId(long kaleoInstanceId) Sets the kaleo instance ID of this kaleo instance.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo instance.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo instance.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo instance.voidsetRootKaleoInstanceTokenId(long rootKaleoInstanceTokenId) Sets the root kaleo instance token ID of this kaleo instance.voidsetUserId(long userId) Sets the user ID of this kaleo instance.voidsetUserName(String userName) Sets the user name of this kaleo instance.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo instance.voidsetWorkflowContext(String workflowContext) Sets the workflow context of this kaleo instance.protected KaleoInstanceWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoInstanceWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstance>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstance>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstance>- Specified by:
cloneWithOriginalValuesin interfaceKaleoInstanceModel
-
getActive
public boolean getActive()Returns the active of this kaleo instance.- Specified by:
getActivein interfaceKaleoInstanceModel- Returns:
- the active of this kaleo instance
-
getClassName
Returns the class name of this kaleo instance.- Specified by:
getClassNamein interfaceKaleoInstanceModel- Returns:
- the class name of this kaleo instance
-
getClassPK
public long getClassPK()Returns the class pk of this kaleo instance.- Specified by:
getClassPKin interfaceKaleoInstanceModel- Returns:
- the class pk of this kaleo instance
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo instance.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoInstanceModel- Specified by:
getCompanyIdin 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:
getCompletedin interfaceKaleoInstanceModel- Returns:
- the completed of this kaleo instance
-
getCompletionDate
Returns the completion date of this kaleo instance.- Specified by:
getCompletionDatein interfaceKaleoInstanceModel- Returns:
- the completion date of this kaleo instance
-
getCreateDate
Returns the create date of this kaleo instance.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceKaleoInstanceModel- Returns:
- the create date of this kaleo instance
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo instance.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>- Specified by:
getCtCollectionIdin interfaceKaleoInstanceModel- Returns:
- the ct collection ID of this kaleo instance
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo instance.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceKaleoInstanceModel- Returns:
- the group ID of this kaleo instance
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo instance.- Specified by:
getKaleoDefinitionIdin interfaceKaleoInstanceModel- Returns:
- the kaleo definition ID of this kaleo instance
-
getKaleoDefinitionName
Returns the kaleo definition name of this kaleo instance.- Specified by:
getKaleoDefinitionNamein 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:
getKaleoDefinitionVersionin 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:
getKaleoDefinitionVersionIdin 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:
getKaleoInstanceIdin interfaceKaleoInstanceModel- Returns:
- the kaleo instance ID of this kaleo instance
-
getModifiedDate
Returns the modified date of this kaleo instance.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceKaleoInstanceModel- Returns:
- the modified date of this kaleo instance
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo instance.- Specified by:
getMvccVersionin interfaceKaleoInstanceModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>- Specified by:
getPrimaryKeyin 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:
getRootKaleoInstanceTokenin 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:
getRootKaleoInstanceTokenin 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:
getRootKaleoInstanceTokenIdin 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoInstanceModel- Returns:
- the user ID of this kaleo instance
-
getUserName
Returns the user name of this kaleo instance.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceKaleoInstanceModel- Returns:
- the user name of this kaleo instance
-
getUserUuid
Returns the user uuid of this kaleo instance.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoInstanceModel- Returns:
- the user uuid of this kaleo instance
-
getWorkflowContext
Returns the workflow context of this kaleo instance.- Specified by:
getWorkflowContextin interfaceKaleoInstanceModel- Returns:
- the workflow context of this kaleo instance
-
isActive
public boolean isActive()Returnstrueif this kaleo instance is active.- Specified by:
isActivein interfaceKaleoInstanceModel- Returns:
trueif this kaleo instance is active;falseotherwise
-
isCompleted
public boolean isCompleted()Returnstrueif this kaleo instance is completed.- Specified by:
isCompletedin interfaceKaleoInstanceModel- Returns:
trueif this kaleo instance is completed;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setActive
public void setActive(boolean active) Sets whether this kaleo instance is active.- Specified by:
setActivein interfaceKaleoInstanceModel- Parameters:
active- the active of this kaleo instance
-
setClassName
Sets the class name of this kaleo instance.- Specified by:
setClassNamein 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:
setClassPKin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKaleoInstanceModel- Specified by:
setCompanyIdin 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:
setCompletedin interfaceKaleoInstanceModel- Parameters:
completed- the completed of this kaleo instance
-
setCompletionDate
Sets the completion date of this kaleo instance.- Specified by:
setCompletionDatein interfaceKaleoInstanceModel- Parameters:
completionDate- the completion date of this kaleo instance
-
setCreateDate
Sets the create date of this kaleo instance.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>- Specified by:
setCtCollectionIdin 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:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin 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:
setKaleoDefinitionIdin interfaceKaleoInstanceModel- Parameters:
kaleoDefinitionId- the kaleo definition ID of this kaleo instance
-
setKaleoDefinitionName
Sets the kaleo definition name of this kaleo instance.- Specified by:
setKaleoDefinitionNamein 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:
setKaleoDefinitionVersionin 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:
setKaleoDefinitionVersionIdin 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:
setKaleoInstanceIdin interfaceKaleoInstanceModel- Parameters:
kaleoInstanceId- the kaleo instance ID of this kaleo instance
-
setModifiedDate
Sets the modified date of this kaleo instance.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceKaleoInstanceModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>- Specified by:
setPrimaryKeyin 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:
setRootKaleoInstanceTokenIdin 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoInstanceModel- Parameters:
userId- the user ID of this kaleo instance
-
setUserName
Sets the user name of this kaleo instance.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceKaleoInstanceModel- Parameters:
userName- the user name of this kaleo instance
-
setUserUuid
Sets the user uuid of this kaleo instance.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceKaleoInstanceModel- Parameters:
userUuid- the user uuid of this kaleo instance
-
setWorkflowContext
Sets the workflow context of this kaleo instance.- Specified by:
setWorkflowContextin interfaceKaleoInstanceModel- Parameters:
workflowContext- the workflow context of this kaleo instance
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoInstanceModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstance>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoInstance>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoInstance>
-