Class KaleoProcessWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoProcess>
com.liferay.portal.workflow.kaleo.forms.model.KaleoProcessWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<KaleoProcess>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<KaleoProcess>,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,KaleoProcess,KaleoProcessModel,Serializable,Cloneable,Comparable<KaleoProcess>
public class KaleoProcessWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoProcess>
implements KaleoProcess, com.liferay.portal.kernel.model.ModelWrapper<KaleoProcess>
This class is a wrapper for KaleoProcess.
- 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.forms.model.KaleoProcess
KALEO_PROCESS_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this kaleo process.Returns the create date of this kaleo process.com.liferay.dynamic.data.lists.model.DDLRecordSetlongReturns the ddl record set ID of this kaleo process.com.liferay.dynamic.data.mapping.model.DDMTemplatelongReturns the ddm template ID of this kaleo process.getDescription(Locale locale) longReturns the group ID of this kaleo process.longReturns the kaleo process ID of this kaleo process.Returns the modified date of this kaleo process.getName()longReturns the primary key of this kaleo process.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this kaleo process.Returns the user name of this kaleo process.Returns the user uuid of this kaleo process.getUuid()Returns the uuid of this kaleo process.Returns the workflow definition name of this kaleo process.intReturns the workflow definition version of this kaleo process.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this kaleo process.voidsetCreateDate(Date createDate) Sets the create date of this kaleo process.voidsetDDLRecordSetId(long DDLRecordSetId) Sets the ddl record set ID of this kaleo process.voidsetDDMTemplateId(long DDMTemplateId) Sets the ddm template ID of this kaleo process.voidsetGroupId(long groupId) Sets the group ID of this kaleo process.voidsetKaleoProcessId(long kaleoProcessId) Sets the kaleo process ID of this kaleo process.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo process.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo process.voidsetUserId(long userId) Sets the user ID of this kaleo process.voidsetUserName(String userName) Sets the user name of this kaleo process.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo process.voidSets the uuid of this kaleo process.voidsetWorkflowDefinitionName(String workflowDefinitionName) Sets the workflow definition name of this kaleo process.voidsetWorkflowDefinitionVersion(int workflowDefinitionVersion) Sets the workflow definition version of this kaleo process.protected KaleoProcessWrapperwrap(KaleoProcess kaleoProcess) 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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
KaleoProcessWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoProcess>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoProcess>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoProcess>- Specified by:
cloneWithOriginalValuesin interfaceKaleoProcessModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo process.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoProcessModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this kaleo process
-
getCreateDate
Returns the create date of this kaleo process.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceKaleoProcessModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this kaleo process
-
getDDLRecordSet
public com.liferay.dynamic.data.lists.model.DDLRecordSet getDDLRecordSet() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getDDLRecordSetin interfaceKaleoProcess- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDLRecordSetId
public long getDDLRecordSetId()Returns the ddl record set ID of this kaleo process.- Specified by:
getDDLRecordSetIdin interfaceKaleoProcessModel- Returns:
- the ddl record set ID of this kaleo process
-
getDDMTemplate
public com.liferay.dynamic.data.mapping.model.DDMTemplate getDDMTemplate() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getDDMTemplatein interfaceKaleoProcess- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMTemplateId
public long getDDMTemplateId()Returns the ddm template ID of this kaleo process.- Specified by:
getDDMTemplateIdin interfaceKaleoProcessModel- Returns:
- the ddm template ID of this kaleo process
-
getDescription
- Specified by:
getDescriptionin interfaceKaleoProcess- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDescription
public String getDescription(Locale locale) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDescriptionin interfaceKaleoProcess- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo process.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceKaleoProcessModel- Returns:
- the group ID of this kaleo process
-
getKaleoProcessId
public long getKaleoProcessId()Returns the kaleo process ID of this kaleo process.- Specified by:
getKaleoProcessIdin interfaceKaleoProcessModel- Returns:
- the kaleo process ID of this kaleo process
-
getKaleoProcessLinks
- Specified by:
getKaleoProcessLinksin interfaceKaleoProcess
-
getModifiedDate
Returns the modified date of this kaleo process.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceKaleoProcessModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this kaleo process
-
getName
- Specified by:
getNamein interfaceKaleoProcess- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getName
- Specified by:
getNamein interfaceKaleoProcess- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo process.- Specified by:
getPrimaryKeyin interfaceKaleoProcessModel- Returns:
- the primary key of this kaleo process
-
getUserId
public long getUserId()Returns the user ID of this kaleo process.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoProcessModel- Returns:
- the user ID of this kaleo process
-
getUserName
Returns the user name of this kaleo process.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceKaleoProcessModel- Returns:
- the user name of this kaleo process
-
getUserUuid
Returns the user uuid of this kaleo process.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoProcessModel- Returns:
- the user uuid of this kaleo process
-
getUuid
Returns the uuid of this kaleo process.- Specified by:
getUuidin interfaceKaleoProcessModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this kaleo process
-
getWorkflowDefinition
- Specified by:
getWorkflowDefinitionin interfaceKaleoProcess
-
getWorkflowDefinitionName
Returns the workflow definition name of this kaleo process.- Specified by:
getWorkflowDefinitionNamein interfaceKaleoProcessModel- Returns:
- the workflow definition name of this kaleo process
-
getWorkflowDefinitionVersion
public int getWorkflowDefinitionVersion()Returns the workflow definition version of this kaleo process.- Specified by:
getWorkflowDefinitionVersionin interfaceKaleoProcessModel- Returns:
- the workflow definition version of this kaleo process
-
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 process.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKaleoProcessModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this kaleo process
-
setCreateDate
Sets the create date of this kaleo process.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceKaleoProcessModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this kaleo process
-
setDDLRecordSetId
public void setDDLRecordSetId(long DDLRecordSetId) Sets the ddl record set ID of this kaleo process.- Specified by:
setDDLRecordSetIdin interfaceKaleoProcessModel- Parameters:
DDLRecordSetId- the ddl record set ID of this kaleo process
-
setDDMTemplateId
public void setDDMTemplateId(long DDMTemplateId) Sets the ddm template ID of this kaleo process.- Specified by:
setDDMTemplateIdin interfaceKaleoProcessModel- Parameters:
DDMTemplateId- the ddm template ID of this kaleo process
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo process.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceKaleoProcessModel- Parameters:
groupId- the group ID of this kaleo process
-
setKaleoProcessId
public void setKaleoProcessId(long kaleoProcessId) Sets the kaleo process ID of this kaleo process.- Specified by:
setKaleoProcessIdin interfaceKaleoProcessModel- Parameters:
kaleoProcessId- the kaleo process ID of this kaleo process
-
setModifiedDate
Sets the modified date of this kaleo process.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceKaleoProcessModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this kaleo process
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo process.- Specified by:
setPrimaryKeyin interfaceKaleoProcessModel- Parameters:
primaryKey- the primary key of this kaleo process
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo process.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoProcessModel- Parameters:
userId- the user ID of this kaleo process
-
setUserName
Sets the user name of this kaleo process.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceKaleoProcessModel- Parameters:
userName- the user name of this kaleo process
-
setUserUuid
Sets the user uuid of this kaleo process.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceKaleoProcessModel- Parameters:
userUuid- the user uuid of this kaleo process
-
setUuid
Sets the uuid of this kaleo process.- Specified by:
setUuidin interfaceKaleoProcessModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this kaleo process
-
setWorkflowDefinitionName
Sets the workflow definition name of this kaleo process.- Specified by:
setWorkflowDefinitionNamein interfaceKaleoProcessModel- Parameters:
workflowDefinitionName- the workflow definition name of this kaleo process
-
setWorkflowDefinitionVersion
public void setWorkflowDefinitionVersion(int workflowDefinitionVersion) Sets the workflow definition version of this kaleo process.- Specified by:
setWorkflowDefinitionVersionin interfaceKaleoProcessModel- Parameters:
workflowDefinitionVersion- the workflow definition version of this kaleo process
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoProcessModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoProcess>
-