Interface KaleoNotificationRecipientModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<KaleoNotificationRecipient>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
KaleoNotificationRecipient
All Known Implementing Classes:
KaleoNotificationRecipientWrapper

@ProviderType public interface KaleoNotificationRecipientModel extends com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the KaleoNotificationRecipient service. Represents a row in the "KaleoNotificationRecipient" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.model.impl.KaleoNotificationRecipientModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.workflow.kaleo.model.impl.KaleoNotificationRecipientImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the address of this kaleo notification recipient.
    long
    Returns the company ID of this kaleo notification recipient.
    Returns the create date of this kaleo notification recipient.
    long
    Returns the ct collection ID of this kaleo notification recipient.
    long
    Returns the group ID of this kaleo notification recipient.
    long
    Returns the kaleo definition ID of this kaleo notification recipient.
    long
    Returns the kaleo definition version ID of this kaleo notification recipient.
    long
    Returns the kaleo notification ID of this kaleo notification recipient.
    long
    Returns the kaleo notification recipient ID of this kaleo notification recipient.
    Returns the modified date of this kaleo notification recipient.
    long
    Returns the mvcc version of this kaleo notification recipient.
    Returns the notification reception type of this kaleo notification recipient.
    long
    Returns the primary key of this kaleo notification recipient.
    Returns the recipient class name of this kaleo notification recipient.
    long
    Returns the recipient class pk of this kaleo notification recipient.
    int
    Returns the recipient role type of this kaleo notification recipient.
    Returns the recipient script of this kaleo notification recipient.
    Returns the recipient script contexts of this kaleo notification recipient.
    Returns the recipient script language of this kaleo notification recipient.
    long
    Returns the user ID of this kaleo notification recipient.
    Returns the user name of this kaleo notification recipient.
    Returns the user uuid of this kaleo notification recipient.
    void
    setAddress(String address)
    Sets the address of this kaleo notification recipient.
    void
    setCompanyId(long companyId)
    Sets the company ID of this kaleo notification recipient.
    void
    setCreateDate(Date createDate)
    Sets the create date of this kaleo notification recipient.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this kaleo notification recipient.
    void
    setGroupId(long groupId)
    Sets the group ID of this kaleo notification recipient.
    void
    setKaleoDefinitionId(long kaleoDefinitionId)
    Sets the kaleo definition ID of this kaleo notification recipient.
    void
    setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Sets the kaleo definition version ID of this kaleo notification recipient.
    void
    setKaleoNotificationId(long kaleoNotificationId)
    Sets the kaleo notification ID of this kaleo notification recipient.
    void
    setKaleoNotificationRecipientId(long kaleoNotificationRecipientId)
    Sets the kaleo notification recipient ID of this kaleo notification recipient.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this kaleo notification recipient.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this kaleo notification recipient.
    void
    setNotificationReceptionType(String notificationReceptionType)
    Sets the notification reception type of this kaleo notification recipient.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this kaleo notification recipient.
    void
    setRecipientClassName(String recipientClassName)
    Sets the recipient class name of this kaleo notification recipient.
    void
    setRecipientClassPK(long recipientClassPK)
    Sets the recipient class pk of this kaleo notification recipient.
    void
    setRecipientRoleType(int recipientRoleType)
    Sets the recipient role type of this kaleo notification recipient.
    void
    setRecipientScript(String recipientScript)
    Sets the recipient script of this kaleo notification recipient.
    void
    setRecipientScriptContexts(String recipientScriptContexts)
    Sets the recipient script contexts of this kaleo notification recipient.
    void
    setRecipientScriptLanguage(String recipientScriptLanguage)
    Sets the recipient script language of this kaleo notification recipient.
    void
    setUserId(long userId)
    Sets the user ID of this kaleo notification recipient.
    void
    setUserName(String userName)
    Sets the user name of this kaleo notification recipient.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this kaleo notification recipient.
    default String
     

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

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this kaleo notification recipient.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>
      Returns:
      the primary key of this kaleo notification recipient
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this kaleo notification recipient.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>
      Parameters:
      primaryKey - the primary key of this kaleo notification recipient
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this kaleo notification recipient.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this kaleo notification recipient
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this kaleo notification recipient.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this kaleo notification recipient
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this kaleo notification recipient.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>
      Returns:
      the ct collection ID of this kaleo notification recipient
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this kaleo notification recipient.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>
      Parameters:
      ctCollectionId - the ct collection ID of this kaleo notification recipient
    • getKaleoNotificationRecipientId

      long getKaleoNotificationRecipientId()
      Returns the kaleo notification recipient ID of this kaleo notification recipient.
      Returns:
      the kaleo notification recipient ID of this kaleo notification recipient
    • setKaleoNotificationRecipientId

      void setKaleoNotificationRecipientId(long kaleoNotificationRecipientId)
      Sets the kaleo notification recipient ID of this kaleo notification recipient.
      Parameters:
      kaleoNotificationRecipientId - the kaleo notification recipient ID of this kaleo notification recipient
    • getGroupId

      long getGroupId()
      Returns the group ID of this kaleo notification recipient.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this kaleo notification recipient
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this kaleo notification recipient.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this kaleo notification recipient
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this kaleo notification recipient.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this kaleo notification recipient
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this kaleo notification recipient.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this kaleo notification recipient
    • getUserId

      long getUserId()
      Returns the user ID of this kaleo notification recipient.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this kaleo notification recipient
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this kaleo notification recipient.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this kaleo notification recipient
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this kaleo notification recipient.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this kaleo notification recipient
    • setUserUuid

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

      @AutoEscape String getUserName()
      Returns the user name of this kaleo notification recipient.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this kaleo notification recipient
    • setUserName

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

      Date getCreateDate()
      Returns the create date of this kaleo notification recipient.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the create date of this kaleo notification recipient
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this kaleo notification recipient.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      createDate - the create date of this kaleo notification recipient
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this kaleo notification recipient.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the modified date of this kaleo notification recipient
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this kaleo notification recipient.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      modifiedDate - the modified date of this kaleo notification recipient
    • getKaleoDefinitionId

      long getKaleoDefinitionId()
      Returns the kaleo definition ID of this kaleo notification recipient.
      Returns:
      the kaleo definition ID of this kaleo notification recipient
    • setKaleoDefinitionId

      void setKaleoDefinitionId(long kaleoDefinitionId)
      Sets the kaleo definition ID of this kaleo notification recipient.
      Parameters:
      kaleoDefinitionId - the kaleo definition ID of this kaleo notification recipient
    • getKaleoDefinitionVersionId

      long getKaleoDefinitionVersionId()
      Returns the kaleo definition version ID of this kaleo notification recipient.
      Returns:
      the kaleo definition version ID of this kaleo notification recipient
    • setKaleoDefinitionVersionId

      void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
      Sets the kaleo definition version ID of this kaleo notification recipient.
      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID of this kaleo notification recipient
    • getKaleoNotificationId

      long getKaleoNotificationId()
      Returns the kaleo notification ID of this kaleo notification recipient.
      Returns:
      the kaleo notification ID of this kaleo notification recipient
    • setKaleoNotificationId

      void setKaleoNotificationId(long kaleoNotificationId)
      Sets the kaleo notification ID of this kaleo notification recipient.
      Parameters:
      kaleoNotificationId - the kaleo notification ID of this kaleo notification recipient
    • getRecipientClassName

      @AutoEscape String getRecipientClassName()
      Returns the recipient class name of this kaleo notification recipient.
      Returns:
      the recipient class name of this kaleo notification recipient
    • setRecipientClassName

      void setRecipientClassName(String recipientClassName)
      Sets the recipient class name of this kaleo notification recipient.
      Parameters:
      recipientClassName - the recipient class name of this kaleo notification recipient
    • getRecipientClassPK

      long getRecipientClassPK()
      Returns the recipient class pk of this kaleo notification recipient.
      Returns:
      the recipient class pk of this kaleo notification recipient
    • setRecipientClassPK

      void setRecipientClassPK(long recipientClassPK)
      Sets the recipient class pk of this kaleo notification recipient.
      Parameters:
      recipientClassPK - the recipient class pk of this kaleo notification recipient
    • getRecipientRoleType

      int getRecipientRoleType()
      Returns the recipient role type of this kaleo notification recipient.
      Returns:
      the recipient role type of this kaleo notification recipient
    • setRecipientRoleType

      void setRecipientRoleType(int recipientRoleType)
      Sets the recipient role type of this kaleo notification recipient.
      Parameters:
      recipientRoleType - the recipient role type of this kaleo notification recipient
    • getRecipientScript

      @AutoEscape String getRecipientScript()
      Returns the recipient script of this kaleo notification recipient.
      Returns:
      the recipient script of this kaleo notification recipient
    • setRecipientScript

      void setRecipientScript(String recipientScript)
      Sets the recipient script of this kaleo notification recipient.
      Parameters:
      recipientScript - the recipient script of this kaleo notification recipient
    • getRecipientScriptLanguage

      @AutoEscape String getRecipientScriptLanguage()
      Returns the recipient script language of this kaleo notification recipient.
      Returns:
      the recipient script language of this kaleo notification recipient
    • setRecipientScriptLanguage

      void setRecipientScriptLanguage(String recipientScriptLanguage)
      Sets the recipient script language of this kaleo notification recipient.
      Parameters:
      recipientScriptLanguage - the recipient script language of this kaleo notification recipient
    • getRecipientScriptContexts

      @AutoEscape String getRecipientScriptContexts()
      Returns the recipient script contexts of this kaleo notification recipient.
      Returns:
      the recipient script contexts of this kaleo notification recipient
    • setRecipientScriptContexts

      void setRecipientScriptContexts(String recipientScriptContexts)
      Sets the recipient script contexts of this kaleo notification recipient.
      Parameters:
      recipientScriptContexts - the recipient script contexts of this kaleo notification recipient
    • getAddress

      @AutoEscape String getAddress()
      Returns the address of this kaleo notification recipient.
      Returns:
      the address of this kaleo notification recipient
    • setAddress

      void setAddress(String address)
      Sets the address of this kaleo notification recipient.
      Parameters:
      address - the address of this kaleo notification recipient
    • getNotificationReceptionType

      @AutoEscape String getNotificationReceptionType()
      Returns the notification reception type of this kaleo notification recipient.
      Returns:
      the notification reception type of this kaleo notification recipient
    • setNotificationReceptionType

      void setNotificationReceptionType(String notificationReceptionType)
      Sets the notification reception type of this kaleo notification recipient.
      Parameters:
      notificationReceptionType - the notification reception type of this kaleo notification recipient
    • cloneWithOriginalValues

      KaleoNotificationRecipient cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>
    • toXmlString

      default String toXmlString()