@ProviderType public class KaleoActionWrapper extends java.lang.Object 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 |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(KaleoAction kaleoAction) |
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Returns the company ID of this kaleo action.
|
java.util.Date |
getCreateDate()
Returns the create date 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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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 p k of this kaleo action.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition 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.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date 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.
|
java.io.Serializable |
getPrimaryKeyObj() |
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.
|
KaleoAction |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
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 |
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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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 p k of this kaleo action.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition 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 |
setName(java.lang.String name)
Sets the name of this kaleo action.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo action.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<KaleoAction> |
toCacheModel() |
KaleoAction |
toEscapedModel() |
java.lang.String |
toString() |
KaleoAction |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public KaleoActionWrapper(KaleoAction kaleoAction)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic 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 java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>clone in interface KaleoActionModelclone in class java.lang.Objectpublic int compareTo(KaleoAction kaleoAction)
compareTo in interface KaleoActionModelcompareTo in interface java.lang.Comparable<KaleoAction>public 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 java.lang.String getDescription()
getDescription in interface KaleoActionModelpublic java.lang.String getExecutionType()
getExecutionType in interface KaleoActionModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge 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 java.lang.String getKaleoNodeName()
getKaleoNodeName in interface KaleoActionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface KaleoActionModelpublic java.lang.String getName()
getName in interface KaleoActionModelpublic long getPrimaryKey()
getPrimaryKey in interface KaleoActionModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj 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 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 int hashCode()
hashCode in interface KaleoActionModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>isCachedModel in interface KaleoActionModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>isEscapedModel in interface KaleoActionModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>isNew in interface KaleoActionModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>setCachedModel in interface KaleoActionModelpublic 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 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 setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>setExpandoBridgeAttributes in interface KaleoActionModelpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>setExpandoBridgeAttributes in interface KaleoActionModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>setExpandoBridgeAttributes in interface KaleoActionModelpublic 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 p k of this kaleo actionpublic void setKaleoDefinitionId(long kaleoDefinitionId)
setKaleoDefinitionId in interface KaleoActionModelkaleoDefinitionId - the kaleo definition 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 setName(java.lang.String name)
setName in interface KaleoActionModelname - the name of this kaleo actionpublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>setNew in interface KaleoActionModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface KaleoActionModelprimaryKey - the primary key of this kaleo actionpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface KaleoActionModelpublic 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 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 com.liferay.portal.kernel.model.CacheModel<KaleoAction> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>toCacheModel in interface KaleoActionModelpublic KaleoAction toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>toEscapedModel in interface KaleoActionModelpublic java.lang.String toString()
toString in interface KaleoActionModeltoString in class java.lang.Objectpublic KaleoAction toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>toUnescapedModel in interface KaleoActionModelpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>toXmlString in interface KaleoActionModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic KaleoAction getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<KaleoAction>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoAction>