Class NotificationRecipientWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationRecipient>
com.liferay.notification.model.NotificationRecipientWrapper
All Implemented Interfaces:
NotificationRecipient, NotificationRecipientModel, com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<NotificationRecipient>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<NotificationRecipient>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TypedModel, Serializable, Cloneable, Comparable<NotificationRecipient>

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

This class is a wrapper for NotificationRecipient.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.notification.model.NotificationRecipient

    NOTIFICATION_RECIPIENT_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the fully qualified class name of this notification recipient.
    long
    Returns the class name ID of this notification recipient.
    long
    Returns the class pk of this notification recipient.
    long
    Returns the company ID of this notification recipient.
    Returns the create date of this notification recipient.
     
    Returns the modified date of this notification recipient.
    long
    Returns the mvcc version of this notification recipient.
    long
    Returns the notification recipient ID of this notification recipient.
     
    long
    Returns the primary key of this notification recipient.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    long
    Returns the user ID of this notification recipient.
    Returns the user name of this notification recipient.
    Returns the user uuid of this notification recipient.
    Returns the uuid of this notification recipient.
    void
     
    void
    setClassName(String className)
     
    void
    setClassNameId(long classNameId)
    Sets the class name ID of this notification recipient.
    void
    setClassPK(long classPK)
    Sets the class pk of this notification recipient.
    void
    setCompanyId(long companyId)
    Sets the company ID of this notification recipient.
    void
    setCreateDate(Date createDate)
    Sets the create date of this notification recipient.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this notification recipient.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this notification recipient.
    void
    setNotificationRecipientId(long notificationRecipientId)
    Sets the notification recipient ID of this notification recipient.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this notification recipient.
    void
    setUserId(long userId)
    Sets the user ID of this notification recipient.
    void
    setUserName(String userName)
    Sets the user name of this notification recipient.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this notification recipient.
    void
    Sets the uuid of this notification recipient.
     
    wrap(NotificationRecipient notificationRecipient)
     

    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

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

    clone
  • Constructor Details

    • NotificationRecipientWrapper

      public NotificationRecipientWrapper(NotificationRecipient notificationRecipient)
  • Method Details

    • getModelAttributes

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

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

      public NotificationRecipient cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<NotificationRecipient>
      Specified by:
      cloneWithOriginalValues in interface NotificationRecipientModel
    • getClassName

      public String getClassName()
      Returns the fully qualified class name of this notification recipient.
      Specified by:
      getClassName in interface NotificationRecipientModel
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the fully qualified class name of this notification recipient
    • getClassNameId

      public long getClassNameId()
      Returns the class name ID of this notification recipient.
      Specified by:
      getClassNameId in interface NotificationRecipientModel
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the class name ID of this notification recipient
    • getClassPK

      public long getClassPK()
      Returns the class pk of this notification recipient.
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      getClassPK in interface NotificationRecipientModel
      Returns:
      the class pk of this notification recipient
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this notification recipient.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface NotificationRecipientModel
      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 notification recipient
    • getCreateDate

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

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

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

      public long getNotificationRecipientId()
      Returns the notification recipient ID of this notification recipient.
      Specified by:
      getNotificationRecipientId in interface NotificationRecipientModel
      Returns:
      the notification recipient ID of this notification recipient
    • getNotificationRecipientSettings

      public List<NotificationRecipientSetting> getNotificationRecipientSettings()
      Specified by:
      getNotificationRecipientSettings in interface NotificationRecipient
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this notification recipient.
      Specified by:
      getPrimaryKey in interface NotificationRecipientModel
      Returns:
      the primary key of this notification recipient
    • getUserId

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

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

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

      public String getUuid()
      Returns the uuid of this notification recipient.
      Specified by:
      getUuid in interface NotificationRecipientModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this notification recipient
    • persist

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

      public void setClassName(String className)
      Specified by:
      setClassName in interface NotificationRecipientModel
    • setClassNameId

      public void setClassNameId(long classNameId)
      Sets the class name ID of this notification recipient.
      Specified by:
      setClassNameId in interface NotificationRecipientModel
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Parameters:
      classNameId - the class name ID of this notification recipient
    • setClassPK

      public void setClassPK(long classPK)
      Sets the class pk of this notification recipient.
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      setClassPK in interface NotificationRecipientModel
      Parameters:
      classPK - the class pk of this notification recipient
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this notification recipient.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface NotificationRecipientModel
      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 notification recipient
    • setCreateDate

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

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

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

      public void setNotificationRecipientId(long notificationRecipientId)
      Sets the notification recipient ID of this notification recipient.
      Specified by:
      setNotificationRecipientId in interface NotificationRecipientModel
      Parameters:
      notificationRecipientId - the notification recipient ID of this notification recipient
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this notification recipient.
      Specified by:
      setPrimaryKey in interface NotificationRecipientModel
      Parameters:
      primaryKey - the primary key of this notification recipient
    • setUserId

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

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

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

      public void setUuid(String uuid)
      Sets the uuid of this notification recipient.
      Specified by:
      setUuid in interface NotificationRecipientModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this notification recipient
    • toXmlString

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

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

      protected NotificationRecipientWrapper wrap(NotificationRecipient notificationRecipient)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationRecipient>