Class KaleoActionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoAction>
com.liferay.portal.workflow.kaleo.model.KaleoActionWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<KaleoAction>,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<KaleoAction>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,KaleoAction,KaleoActionModel,Serializable,Cloneable,Comparable<KaleoAction>
public class KaleoActionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoAction>
implements KaleoAction, com.liferay.portal.kernel.model.ModelWrapper<KaleoAction>
This class is a wrapper for KaleoAction.
- 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.KaleoAction
KALEO_ACTION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this kaleo action.Returns the create date of this kaleo action.longReturns the ct collection ID of this kaleo action.Returns the description of this kaleo action.Returns the execution type of this kaleo action.longReturns the group ID of this kaleo action.longReturns the kaleo action ID of this kaleo action.Returns the kaleo class name of this kaleo action.longReturns the kaleo class pk of this kaleo action.longReturns the kaleo definition ID of this kaleo action.longReturns the kaleo definition version ID of this kaleo action.Returns the kaleo node name of this kaleo action.Returns the modified date of this kaleo action.longReturns the mvcc version of this kaleo action.getName()Returns the name of this kaleo action.longReturns the primary key of this kaleo action.intReturns the priority of this kaleo action.Returns the script of this kaleo action.Returns the script language of this kaleo action.Returns the script required contexts of this kaleo action.intReturns the status of this kaleo action.getType()Returns the type of this kaleo action.longReturns the user ID of this kaleo action.Returns the user name of this kaleo action.Returns the user uuid of this kaleo action.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this kaleo action.voidsetCreateDate(Date createDate) Sets the create date of this kaleo action.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo action.voidsetDescription(String description) Sets the description of this kaleo action.voidsetExecutionType(String executionType) Sets the execution type of this kaleo action.voidsetGroupId(long groupId) Sets the group ID of this kaleo action.voidsetKaleoActionId(long kaleoActionId) Sets the kaleo action ID of this kaleo action.voidsetKaleoClassName(String kaleoClassName) Sets the kaleo class name of this kaleo action.voidsetKaleoClassPK(long kaleoClassPK) Sets the kaleo class pk of this kaleo action.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo action.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo action.voidsetKaleoNodeName(String kaleoNodeName) Sets the kaleo node name of this kaleo action.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo action.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo action.voidSets the name of this kaleo action.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo action.voidsetPriority(int priority) Sets the priority of this kaleo action.voidSets the script of this kaleo action.voidsetScriptLanguage(String scriptLanguage) Sets the script language of this kaleo action.voidsetScriptRequiredContexts(String scriptRequiredContexts) Sets the script required contexts of this kaleo action.voidsetStatus(int status) Sets the status of this kaleo action.voidSets the type of this kaleo action.voidsetUserId(long userId) Sets the user ID of this kaleo action.voidsetUserName(String userName) Sets the user name of this kaleo action.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo action.protected KaleoActionWrapperwrap(KaleoAction kaleoAction) 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
-
KaleoActionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoAction>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoAction>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoAction>- Specified by:
cloneWithOriginalValuesin interfaceKaleoActionModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo action.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoActionModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this kaleo action
-
getCreateDate
Returns the create date of this kaleo action.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceKaleoActionModel- Returns:
- the create date of this kaleo action
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo action.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>- Specified by:
getCtCollectionIdin interfaceKaleoActionModel- Returns:
- the ct collection ID of this kaleo action
-
getDescription
Returns the description of this kaleo action.- Specified by:
getDescriptionin interfaceKaleoActionModel- Returns:
- the description of this kaleo action
-
getExecutionType
Returns the execution type of this kaleo action.- Specified by:
getExecutionTypein interfaceKaleoActionModel- Returns:
- the execution type of this kaleo action
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo action.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceKaleoActionModel- Returns:
- the group ID of this kaleo action
-
getKaleoActionId
public long getKaleoActionId()Returns the kaleo action ID of this kaleo action.- Specified by:
getKaleoActionIdin interfaceKaleoActionModel- Returns:
- the kaleo action ID of this kaleo action
-
getKaleoClassName
Returns the kaleo class name of this kaleo action.- Specified by:
getKaleoClassNamein interfaceKaleoActionModel- Returns:
- the kaleo class name of this kaleo action
-
getKaleoClassPK
public long getKaleoClassPK()Returns the kaleo class pk of this kaleo action.- Specified by:
getKaleoClassPKin interfaceKaleoActionModel- Returns:
- the kaleo class pk of this kaleo action
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo action.- Specified by:
getKaleoDefinitionIdin interfaceKaleoActionModel- Returns:
- the kaleo definition ID of this kaleo action
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo action.- Specified by:
getKaleoDefinitionVersionIdin interfaceKaleoActionModel- Returns:
- the kaleo definition version ID of this kaleo action
-
getKaleoNodeName
Returns the kaleo node name of this kaleo action.- Specified by:
getKaleoNodeNamein interfaceKaleoActionModel- Returns:
- the kaleo node name of this kaleo action
-
getModifiedDate
Returns the modified date of this kaleo action.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceKaleoActionModel- Returns:
- the modified date of this kaleo action
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo action.- Specified by:
getMvccVersionin interfaceKaleoActionModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this kaleo action
-
getName
Returns the name of this kaleo action.- Specified by:
getNamein interfaceKaleoActionModel- Returns:
- the name of this kaleo action
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo action.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>- Specified by:
getPrimaryKeyin interfaceKaleoActionModel- Returns:
- the primary key of this kaleo action
-
getPriority
public int getPriority()Returns the priority of this kaleo action.- Specified by:
getPriorityin interfaceKaleoActionModel- Returns:
- the priority of this kaleo action
-
getScript
Returns the script of this kaleo action.- Specified by:
getScriptin interfaceKaleoActionModel- Returns:
- the script of this kaleo action
-
getScriptLanguage
Returns the script language of this kaleo action.- Specified by:
getScriptLanguagein interfaceKaleoActionModel- Returns:
- the script language of this kaleo action
-
getScriptRequiredContexts
Returns the script required contexts of this kaleo action.- Specified by:
getScriptRequiredContextsin interfaceKaleoActionModel- Returns:
- the script required contexts of this kaleo action
-
getStatus
public int getStatus()Returns the status of this kaleo action.- Specified by:
getStatusin interfaceKaleoActionModel- Returns:
- the status of this kaleo action
-
getType
Returns the type of this kaleo action.- Specified by:
getTypein interfaceKaleoActionModel- Returns:
- the type of this kaleo action
-
getUserId
public long getUserId()Returns the user ID of this kaleo action.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoActionModel- Returns:
- the user ID of this kaleo action
-
getUserName
Returns the user name of this kaleo action.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceKaleoActionModel- Returns:
- the user name of this kaleo action
-
getUserUuid
Returns the user uuid of this kaleo action.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoActionModel- Returns:
- the user uuid of this kaleo action
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo action.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKaleoActionModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this kaleo action
-
setCreateDate
Sets the create date of this kaleo action.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceKaleoActionModel- Parameters:
createDate- the create date of this kaleo action
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo action.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>- Specified by:
setCtCollectionIdin interfaceKaleoActionModel- Parameters:
ctCollectionId- the ct collection ID of this kaleo action
-
setDescription
Sets the description of this kaleo action.- Specified by:
setDescriptionin interfaceKaleoActionModel- Parameters:
description- the description of this kaleo action
-
setExecutionType
Sets the execution type of this kaleo action.- Specified by:
setExecutionTypein interfaceKaleoActionModel- Parameters:
executionType- the execution type of this kaleo action
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo action.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceKaleoActionModel- Parameters:
groupId- the group ID of this kaleo action
-
setKaleoActionId
public void setKaleoActionId(long kaleoActionId) Sets the kaleo action ID of this kaleo action.- Specified by:
setKaleoActionIdin interfaceKaleoActionModel- Parameters:
kaleoActionId- the kaleo action ID of this kaleo action
-
setKaleoClassName
Sets the kaleo class name of this kaleo action.- Specified by:
setKaleoClassNamein interfaceKaleoActionModel- Parameters:
kaleoClassName- the kaleo class name of this kaleo action
-
setKaleoClassPK
public void setKaleoClassPK(long kaleoClassPK) Sets the kaleo class pk of this kaleo action.- Specified by:
setKaleoClassPKin interfaceKaleoActionModel- Parameters:
kaleoClassPK- the kaleo class pk of this kaleo action
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo action.- Specified by:
setKaleoDefinitionIdin interfaceKaleoActionModel- Parameters:
kaleoDefinitionId- the kaleo definition ID of this kaleo action
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo action.- Specified by:
setKaleoDefinitionVersionIdin interfaceKaleoActionModel- Parameters:
kaleoDefinitionVersionId- the kaleo definition version ID of this kaleo action
-
setKaleoNodeName
Sets the kaleo node name of this kaleo action.- Specified by:
setKaleoNodeNamein interfaceKaleoActionModel- Parameters:
kaleoNodeName- the kaleo node name of this kaleo action
-
setModifiedDate
Sets the modified date of this kaleo action.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceKaleoActionModel- Parameters:
modifiedDate- the modified date of this kaleo action
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo action.- Specified by:
setMvccVersionin interfaceKaleoActionModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this kaleo action
-
setName
Sets the name of this kaleo action.- Specified by:
setNamein interfaceKaleoActionModel- Parameters:
name- the name of this kaleo action
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo action.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>- Specified by:
setPrimaryKeyin interfaceKaleoActionModel- Parameters:
primaryKey- the primary key of this kaleo action
-
setPriority
public void setPriority(int priority) Sets the priority of this kaleo action.- Specified by:
setPriorityin interfaceKaleoActionModel- Parameters:
priority- the priority of this kaleo action
-
setScript
Sets the script of this kaleo action.- Specified by:
setScriptin interfaceKaleoActionModel- Parameters:
script- the script of this kaleo action
-
setScriptLanguage
Sets the script language of this kaleo action.- Specified by:
setScriptLanguagein interfaceKaleoActionModel- Parameters:
scriptLanguage- the script language of this kaleo action
-
setScriptRequiredContexts
Sets the script required contexts of this kaleo action.- Specified by:
setScriptRequiredContextsin interfaceKaleoActionModel- Parameters:
scriptRequiredContexts- the script required contexts of this kaleo action
-
setStatus
public void setStatus(int status) Sets the status of this kaleo action.- Specified by:
setStatusin interfaceKaleoActionModel- Parameters:
status- the status of this kaleo action
-
setType
Sets the type of this kaleo action.- Specified by:
setTypein interfaceKaleoActionModel- Parameters:
type- the type of this kaleo action
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo action.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoActionModel- Parameters:
userId- the user ID of this kaleo action
-
setUserName
Sets the user name of this kaleo action.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceKaleoActionModel- Parameters:
userName- the user name of this kaleo action
-
setUserUuid
Sets the user uuid of this kaleo action.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceKaleoActionModel- Parameters:
userUuid- the user uuid of this kaleo action
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoActionModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoAction>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoAction>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoAction>
-