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.
KaleoAction,
Serialized FormKALEO_ACTION_ID_ACCESSOR| Constructor and Description |
|---|
KaleoActionWrapper(KaleoAction kaleoAction) |
| Modifier and Type | Method and Description |
|---|---|
KaleoAction |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<KaleoAction,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoAction,java.lang.Object>> |
getAttributeSetterBiConsumers() |
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.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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.
|
int |
getStatus()
Returns the status of this kaleo action.
|
java.lang.String |
getType()
Returns the type 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 |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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 |
setStatus(int status)
Sets the status of this kaleo action.
|
void |
setType(java.lang.String type)
Sets the type 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.
|
java.lang.String |
toXmlString() |
protected KaleoActionWrapper |
wrap(KaleoAction kaleoAction) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic KaleoActionWrapper(KaleoAction kaleoAction)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>public KaleoAction cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>cloneWithOriginalValues in interface KaleoActionModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface KaleoActionModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface KaleoActionModelpublic long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>getCtCollectionId in interface KaleoActionModelpublic java.lang.String getDescription()
getDescription in interface KaleoActionModelpublic java.lang.String getExecutionType()
getExecutionType in interface KaleoActionModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface KaleoActionModelpublic long getKaleoActionId()
getKaleoActionId in interface KaleoActionModelpublic java.lang.String getKaleoClassName()
getKaleoClassName in interface KaleoActionModelpublic long getKaleoClassPK()
getKaleoClassPK in interface KaleoActionModelpublic long getKaleoDefinitionId()
getKaleoDefinitionId in interface KaleoActionModelpublic long getKaleoDefinitionVersionId()
getKaleoDefinitionVersionId in interface KaleoActionModelpublic java.lang.String getKaleoNodeName()
getKaleoNodeName in interface KaleoActionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface KaleoActionModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface KaleoActionModelpublic java.lang.String getName()
getName in interface KaleoActionModelpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>getPrimaryKey in interface KaleoActionModelpublic int getPriority()
getPriority in interface KaleoActionModelpublic java.lang.String getScript()
getScript in interface KaleoActionModelpublic java.lang.String getScriptLanguage()
getScriptLanguage in interface KaleoActionModelpublic java.lang.String getScriptRequiredContexts()
getScriptRequiredContexts in interface KaleoActionModelpublic int getStatus()
getStatus in interface KaleoActionModelpublic java.lang.String getType()
getType in interface KaleoActionModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface KaleoActionModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface KaleoActionModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface KaleoActionModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface KaleoActionModelcompanyId - the company ID of this kaleo actionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface KaleoActionModelcreateDate - the create date of this kaleo actionpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>setCtCollectionId in interface KaleoActionModelctCollectionId - the ct collection ID of this kaleo actionpublic void setDescription(java.lang.String description)
setDescription in interface KaleoActionModeldescription - the description of this kaleo actionpublic void setExecutionType(java.lang.String executionType)
setExecutionType in interface KaleoActionModelexecutionType - the execution type of this kaleo actionpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface KaleoActionModelgroupId - the group ID of this kaleo actionpublic void setKaleoActionId(long kaleoActionId)
setKaleoActionId in interface KaleoActionModelkaleoActionId - the kaleo action ID of this kaleo actionpublic void setKaleoClassName(java.lang.String kaleoClassName)
setKaleoClassName in interface KaleoActionModelkaleoClassName - the kaleo class name of this kaleo actionpublic void setKaleoClassPK(long kaleoClassPK)
setKaleoClassPK in interface KaleoActionModelkaleoClassPK - the kaleo class pk of this kaleo actionpublic void setKaleoDefinitionId(long kaleoDefinitionId)
setKaleoDefinitionId in interface KaleoActionModelkaleoDefinitionId - the kaleo definition ID of this kaleo actionpublic void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
setKaleoDefinitionVersionId in interface KaleoActionModelkaleoDefinitionVersionId - the kaleo definition version ID of this kaleo actionpublic void setKaleoNodeName(java.lang.String kaleoNodeName)
setKaleoNodeName in interface KaleoActionModelkaleoNodeName - the kaleo node name of this kaleo actionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface KaleoActionModelmodifiedDate - the modified date of this kaleo actionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface KaleoActionModelmvccVersion - the mvcc version of this kaleo actionpublic void setName(java.lang.String name)
setName in interface KaleoActionModelname - the name of this kaleo actionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>setPrimaryKey in interface KaleoActionModelprimaryKey - the primary key of this kaleo actionpublic void setPriority(int priority)
setPriority in interface KaleoActionModelpriority - the priority of this kaleo actionpublic void setScript(java.lang.String script)
setScript in interface KaleoActionModelscript - the script of this kaleo actionpublic void setScriptLanguage(java.lang.String scriptLanguage)
setScriptLanguage in interface KaleoActionModelscriptLanguage - the script language of this kaleo actionpublic void setScriptRequiredContexts(java.lang.String scriptRequiredContexts)
setScriptRequiredContexts in interface KaleoActionModelscriptRequiredContexts - the script required contexts of this kaleo actionpublic void setStatus(int status)
setStatus in interface KaleoActionModelstatus - the status of this kaleo actionpublic void setType(java.lang.String type)
setType in interface KaleoActionModeltype - the type of this kaleo actionpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface KaleoActionModeluserId - the user ID of this kaleo actionpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface KaleoActionModeluserName - the user name of this kaleo actionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface KaleoActionModeluserUuid - the user uuid of this kaleo actionpublic java.lang.String toXmlString()
toXmlString in interface KaleoActionModelpublic java.util.Map<java.lang.String,java.util.function.Function<KaleoAction,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>public java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoAction,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>protected KaleoActionWrapper wrap(KaleoAction kaleoAction)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoAction>