@ProviderType public interface KaleoActionModel extends com.liferay.portal.kernel.model.BaseModel<KaleoAction>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.model.impl.KaleoActionModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.workflow.kaleo.model.impl.KaleoActionImpl.
KaleoAction| Modifier and Type | Method and Description |
|---|---|
KaleoAction |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this kaleo action.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo action.
|
long |
getCtCollectionId()
Returns the ct collection ID of this kaleo action.
|
java.lang.String |
getDescription()
Returns the description of this kaleo action.
|
java.lang.String |
getExecutionType()
Returns the execution type of this kaleo action.
|
long |
getGroupId()
Returns the group ID of this kaleo action.
|
long |
getKaleoActionId()
Returns the kaleo action ID of this kaleo action.
|
java.lang.String |
getKaleoClassName()
Returns the kaleo class name of this kaleo action.
|
long |
getKaleoClassPK()
Returns the kaleo class pk of this kaleo action.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo action.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version ID of this kaleo action.
|
java.lang.String |
getKaleoNodeName()
Returns the kaleo node name of this kaleo action.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo action.
|
long |
getMvccVersion()
Returns the mvcc version of this kaleo action.
|
java.lang.String |
getName()
Returns the name of this kaleo action.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo action.
|
int |
getPriority()
Returns the priority of this kaleo action.
|
java.lang.String |
getScript()
Returns the script of this kaleo action.
|
java.lang.String |
getScriptLanguage()
Returns the script language of this kaleo action.
|
java.lang.String |
getScriptRequiredContexts()
Returns the script required contexts of this kaleo action.
|
long |
getUserId()
Returns the user ID of this kaleo action.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo action.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo action.
|
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo action.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo action.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this kaleo action.
|
void |
setDescription(java.lang.String description)
Sets the description of this kaleo action.
|
void |
setExecutionType(java.lang.String executionType)
Sets the execution type of this kaleo action.
|
void |
setGroupId(long groupId)
Sets the group ID of this kaleo action.
|
void |
setKaleoActionId(long kaleoActionId)
Sets the kaleo action ID of this kaleo action.
|
void |
setKaleoClassName(java.lang.String kaleoClassName)
Sets the kaleo class name of this kaleo action.
|
void |
setKaleoClassPK(long kaleoClassPK)
Sets the kaleo class pk of this kaleo action.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo action.
|
void |
setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
Sets the kaleo definition version ID of this kaleo action.
|
void |
setKaleoNodeName(java.lang.String kaleoNodeName)
Sets the kaleo node name of this kaleo action.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this kaleo action.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this kaleo action.
|
void |
setName(java.lang.String name)
Sets the name of this kaleo action.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo action.
|
void |
setPriority(int priority)
Sets the priority of this kaleo action.
|
void |
setScript(java.lang.String script)
Sets the script of this kaleo action.
|
void |
setScriptLanguage(java.lang.String scriptLanguage)
Sets the script language of this kaleo action.
|
void |
setScriptRequiredContexts(java.lang.String scriptRequiredContexts)
Sets the script required contexts of this kaleo action.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo action.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo action.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo action.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>primaryKey - the primary key of this kaleo actionlong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this kaleo actionlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>ctCollectionId - the ct collection ID of this kaleo actionlong getKaleoActionId()
void setKaleoActionId(long kaleoActionId)
kaleoActionId - the kaleo action ID of this kaleo actionlong getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this kaleo actionlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this kaleo actionlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this kaleo actionjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this kaleo action@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this kaleo actionjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this kaleo actionjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this kaleo action@AutoEscape java.lang.String getKaleoClassName()
void setKaleoClassName(java.lang.String kaleoClassName)
kaleoClassName - the kaleo class name of this kaleo actionlong getKaleoClassPK()
void setKaleoClassPK(long kaleoClassPK)
kaleoClassPK - the kaleo class pk of this kaleo actionlong getKaleoDefinitionId()
void setKaleoDefinitionId(long kaleoDefinitionId)
kaleoDefinitionId - the kaleo definition ID of this kaleo actionlong getKaleoDefinitionVersionId()
void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
kaleoDefinitionVersionId - the kaleo definition version ID of this kaleo action@AutoEscape java.lang.String getKaleoNodeName()
void setKaleoNodeName(java.lang.String kaleoNodeName)
kaleoNodeName - the kaleo node name of this kaleo action@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this kaleo action@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description of this kaleo action@AutoEscape java.lang.String getExecutionType()
void setExecutionType(java.lang.String executionType)
executionType - the execution type of this kaleo action@AutoEscape java.lang.String getScript()
void setScript(java.lang.String script)
script - the script of this kaleo action@AutoEscape java.lang.String getScriptLanguage()
void setScriptLanguage(java.lang.String scriptLanguage)
scriptLanguage - the script language of this kaleo action@AutoEscape java.lang.String getScriptRequiredContexts()
void setScriptRequiredContexts(java.lang.String scriptRequiredContexts)
scriptRequiredContexts - the script required contexts of this kaleo actionint getPriority()
void setPriority(int priority)
priority - the priority of this kaleo actionKaleoAction cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>default java.lang.String toXmlString()