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:
  • Constructor Details

    • KaleoProcessWrapper

      public KaleoProcessWrapper(KaleoProcess kaleoProcess)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoProcess>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoProcess>
    • cloneWithOriginalValues

      public KaleoProcess cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoProcess>
      Specified by:
      cloneWithOriginalValues in interface KaleoProcessModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this kaleo process.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface KaleoProcessModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this kaleo process
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this kaleo process.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface KaleoProcessModel
      Specified by:
      getCreateDate in interface com.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:
      getDDLRecordSet in interface KaleoProcess
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDDLRecordSetId

      public long getDDLRecordSetId()
      Returns the ddl record set ID of this kaleo process.
      Specified by:
      getDDLRecordSetId in interface KaleoProcessModel
      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:
      getDDMTemplate in interface KaleoProcess
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDDMTemplateId

      public long getDDMTemplateId()
      Returns the ddm template ID of this kaleo process.
      Specified by:
      getDDMTemplateId in interface KaleoProcessModel
      Returns:
      the ddm template ID of this kaleo process
    • getDescription

      public String getDescription() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDescription in interface KaleoProcess
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDescription

      public String getDescription(Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDescription in interface KaleoProcess
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupId

      public long getGroupId()
      Returns the group ID of this kaleo process.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface KaleoProcessModel
      Returns:
      the group ID of this kaleo process
    • getKaleoProcessId

      public long getKaleoProcessId()
      Returns the kaleo process ID of this kaleo process.
      Specified by:
      getKaleoProcessId in interface KaleoProcessModel
      Returns:
      the kaleo process ID of this kaleo process
    • getKaleoProcessLinks

      public List<KaleoProcessLink> getKaleoProcessLinks()
      Specified by:
      getKaleoProcessLinks in interface KaleoProcess
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this kaleo process.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface KaleoProcessModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this kaleo process
    • getName

      public String getName() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getName in interface KaleoProcess
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getName

      public String getName(Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getName in interface KaleoProcess
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this kaleo process.
      Specified by:
      getPrimaryKey in interface KaleoProcessModel
      Returns:
      the primary key of this kaleo process
    • getUserId

      public long getUserId()
      Returns the user ID of this kaleo process.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface KaleoProcessModel
      Returns:
      the user ID of this kaleo process
    • getUserName

      public String getUserName()
      Returns the user name of this kaleo process.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface KaleoProcessModel
      Returns:
      the user name of this kaleo process
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this kaleo process.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface KaleoProcessModel
      Returns:
      the user uuid of this kaleo process
    • getUuid

      public String getUuid()
      Returns the uuid of this kaleo process.
      Specified by:
      getUuid in interface KaleoProcessModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this kaleo process
    • getWorkflowDefinition

      public String getWorkflowDefinition()
      Specified by:
      getWorkflowDefinition in interface KaleoProcess
    • getWorkflowDefinitionName

      public String getWorkflowDefinitionName()
      Returns the workflow definition name of this kaleo process.
      Specified by:
      getWorkflowDefinitionName in interface KaleoProcessModel
      Returns:
      the workflow definition name of this kaleo process
    • getWorkflowDefinitionVersion

      public int getWorkflowDefinitionVersion()
      Returns the workflow definition version of this kaleo process.
      Specified by:
      getWorkflowDefinitionVersion in interface KaleoProcessModel
      Returns:
      the workflow definition version of this kaleo process
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this kaleo process.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface KaleoProcessModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this kaleo process
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this kaleo process.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface KaleoProcessModel
      Specified by:
      setCreateDate in interface com.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:
      setDDLRecordSetId in interface KaleoProcessModel
      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:
      setDDMTemplateId in interface KaleoProcessModel
      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:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface KaleoProcessModel
      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:
      setKaleoProcessId in interface KaleoProcessModel
      Parameters:
      kaleoProcessId - the kaleo process ID of this kaleo process
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this kaleo process.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface KaleoProcessModel
      Specified by:
      setModifiedDate in interface com.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:
      setPrimaryKey in interface KaleoProcessModel
      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:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface KaleoProcessModel
      Parameters:
      userId - the user ID of this kaleo process
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this kaleo process.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface KaleoProcessModel
      Parameters:
      userName - the user name of this kaleo process
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this kaleo process.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface KaleoProcessModel
      Parameters:
      userUuid - the user uuid of this kaleo process
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this kaleo process.
      Specified by:
      setUuid in interface KaleoProcessModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this kaleo process
    • setWorkflowDefinitionName

      public void setWorkflowDefinitionName(String workflowDefinitionName)
      Sets the workflow definition name of this kaleo process.
      Specified by:
      setWorkflowDefinitionName in interface KaleoProcessModel
      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:
      setWorkflowDefinitionVersion in interface KaleoProcessModel
      Parameters:
      workflowDefinitionVersion - the workflow definition version of this kaleo process
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface KaleoProcessModel
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected KaleoProcessWrapper wrap(KaleoProcess kaleoProcess)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoProcess>