Class KaleoProcessLinkWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoProcessLink>
com.liferay.portal.workflow.kaleo.forms.model.KaleoProcessLinkWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<KaleoProcessLink>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<KaleoProcessLink>, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, KaleoProcessLink, KaleoProcessLinkModel, Serializable, Cloneable, Comparable<KaleoProcessLink>

public class KaleoProcessLinkWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoProcessLink> implements KaleoProcessLink, com.liferay.portal.kernel.model.ModelWrapper<KaleoProcessLink>

This class is a wrapper for KaleoProcessLink.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model
    KALEO_PROCESS_LINK_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this kaleo process link.
    long
    Returns the ddm template ID of this kaleo process link.
     
    long
    Returns the kaleo process ID of this kaleo process link.
    long
    Returns the kaleo process link ID of this kaleo process link.
     
    long
    Returns the primary key of this kaleo process link.
    Returns the workflow task name of this kaleo process link.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this kaleo process link.
    void
    setDDMTemplateId(long DDMTemplateId)
    Sets the ddm template ID of this kaleo process link.
    void
    setKaleoProcessId(long kaleoProcessId)
    Sets the kaleo process ID of this kaleo process link.
    void
    setKaleoProcessLinkId(long kaleoProcessLinkId)
    Sets the kaleo process link ID of this kaleo process link.
    void
     
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this kaleo process link.
    void
    setWorkflowTaskName(String workflowTaskName)
    Sets the workflow task name of this kaleo process link.
     
    wrap(KaleoProcessLink kaleoProcessLink)
     

    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, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods 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, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper

    getWrappedModel
  • Constructor Details

    • KaleoProcessLinkWrapper

      public KaleoProcessLinkWrapper(KaleoProcessLink kaleoProcessLink)
  • Method Details

    • getModelAttributes

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

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

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

      public long getCompanyId()
      Returns the company ID of this kaleo process link.
      Specified by:
      getCompanyId in interface KaleoProcessLinkModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this kaleo process link
    • getDDMTemplateId

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

      public KaleoProcess getKaleoProcess() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getKaleoProcess in interface KaleoProcessLink
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getKaleoProcessId

      public long getKaleoProcessId()
      Returns the kaleo process ID of this kaleo process link.
      Specified by:
      getKaleoProcessId in interface KaleoProcessLinkModel
      Returns:
      the kaleo process ID of this kaleo process link
    • getKaleoProcessLinkId

      public long getKaleoProcessLinkId()
      Returns the kaleo process link ID of this kaleo process link.
      Specified by:
      getKaleoProcessLinkId in interface KaleoProcessLinkModel
      Returns:
      the kaleo process link ID of this kaleo process link
    • getPrimaryKey

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

      public String getWorkflowTaskName()
      Returns the workflow task name of this kaleo process link.
      Specified by:
      getWorkflowTaskName in interface KaleoProcessLinkModel
      Returns:
      the workflow task name of this kaleo process link
    • 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 link.
      Specified by:
      setCompanyId in interface KaleoProcessLinkModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this kaleo process link
    • setDDMTemplateId

      public void setDDMTemplateId(long DDMTemplateId)
      Sets the ddm template ID of this kaleo process link.
      Specified by:
      setDDMTemplateId in interface KaleoProcessLinkModel
      Parameters:
      DDMTemplateId - the ddm template ID of this kaleo process link
    • setKaleoProcessId

      public void setKaleoProcessId(long kaleoProcessId)
      Sets the kaleo process ID of this kaleo process link.
      Specified by:
      setKaleoProcessId in interface KaleoProcessLinkModel
      Parameters:
      kaleoProcessId - the kaleo process ID of this kaleo process link
    • setKaleoProcessLinkId

      public void setKaleoProcessLinkId(long kaleoProcessLinkId)
      Sets the kaleo process link ID of this kaleo process link.
      Specified by:
      setKaleoProcessLinkId in interface KaleoProcessLinkModel
      Parameters:
      kaleoProcessLinkId - the kaleo process link ID of this kaleo process link
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this kaleo process link.
      Specified by:
      setPrimaryKey in interface KaleoProcessLinkModel
      Parameters:
      primaryKey - the primary key of this kaleo process link
    • setWorkflowTaskName

      public void setWorkflowTaskName(String workflowTaskName)
      Sets the workflow task name of this kaleo process link.
      Specified by:
      setWorkflowTaskName in interface KaleoProcessLinkModel
      Parameters:
      workflowTaskName - the workflow task name of this kaleo process link
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface KaleoProcessLinkModel
    • wrap

      protected KaleoProcessLinkWrapper wrap(KaleoProcessLink kaleoProcessLink)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoProcessLink>