Class MBMailingListWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBMailingList>
com.liferay.message.boards.model.MBMailingListWrapper
All Implemented Interfaces:
MBMailingList, MBMailingListModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<MBMailingList>, com.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<MBMailingList>, 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, Serializable, Cloneable, Comparable<MBMailingList>

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

This class is a wrapper for MBMailingList.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.message.boards.model.MBMailingList

    MAILING_LIST_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Returns the active of this message boards mailing list.
    boolean
    Returns the allow anonymous of this message boards mailing list.
     
     
    long
    Returns the category ID of this message boards mailing list.
    long
    Returns the company ID of this message boards mailing list.
    Returns the create date of this message boards mailing list.
    long
    Returns the ct collection ID of this message boards mailing list.
    Returns the email address of this message boards mailing list.
    long
    Returns the group ID of this message boards mailing list.
    Returns the in password of this message boards mailing list.
    Returns the in protocol of this message boards mailing list.
    int
    Returns the in read interval of this message boards mailing list.
    Returns the in server name of this message boards mailing list.
    int
    Returns the in server port of this message boards mailing list.
    Returns the in user name of this message boards mailing list.
    boolean
    Returns the in use ssl of this message boards mailing list.
    long
    Returns the mailing list ID of this message boards mailing list.
     
    Returns the modified date of this message boards mailing list.
    long
    Returns the mvcc version of this message boards mailing list.
    boolean
    Returns the out custom of this message boards mailing list.
    Returns the out email address of this message boards mailing list.
    Returns the out password of this message boards mailing list.
    Returns the out server name of this message boards mailing list.
    int
    Returns the out server port of this message boards mailing list.
    Returns the out user name of this message boards mailing list.
    boolean
    Returns the out use ssl of this message boards mailing list.
    long
    Returns the primary key of this message boards mailing list.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    long
    Returns the user ID of this message boards mailing list.
    Returns the user name of this message boards mailing list.
    Returns the user uuid of this message boards mailing list.
    Returns the uuid of this message boards mailing list.
    boolean
    Returns true if this message boards mailing list is active.
    boolean
    Returns true if this message boards mailing list is allow anonymous.
    boolean
    Returns true if this message boards mailing list is in use ssl.
    boolean
    Returns true if this message boards mailing list is out custom.
    boolean
    Returns true if this message boards mailing list is out use ssl.
    void
     
    void
    setActive(boolean active)
    Sets whether this message boards mailing list is active.
    void
    setAllowAnonymous(boolean allowAnonymous)
    Sets whether this message boards mailing list is allow anonymous.
    void
    setCategoryId(long categoryId)
    Sets the category ID of this message boards mailing list.
    void
    setCompanyId(long companyId)
    Sets the company ID of this message boards mailing list.
    void
    setCreateDate(Date createDate)
    Sets the create date of this message boards mailing list.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this message boards mailing list.
    void
    setEmailAddress(String emailAddress)
    Sets the email address of this message boards mailing list.
    void
    setGroupId(long groupId)
    Sets the group ID of this message boards mailing list.
    void
    setInPassword(String inPassword)
    Sets the in password of this message boards mailing list.
    void
    setInProtocol(String inProtocol)
    Sets the in protocol of this message boards mailing list.
    void
    setInReadInterval(int inReadInterval)
    Sets the in read interval of this message boards mailing list.
    void
    setInServerName(String inServerName)
    Sets the in server name of this message boards mailing list.
    void
    setInServerPort(int inServerPort)
    Sets the in server port of this message boards mailing list.
    void
    setInUserName(String inUserName)
    Sets the in user name of this message boards mailing list.
    void
    setInUseSSL(boolean inUseSSL)
    Sets whether this message boards mailing list is in use ssl.
    void
    setMailingListId(long mailingListId)
    Sets the mailing list ID of this message boards mailing list.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this message boards mailing list.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this message boards mailing list.
    void
    setOutCustom(boolean outCustom)
    Sets whether this message boards mailing list is out custom.
    void
    setOutEmailAddress(String outEmailAddress)
    Sets the out email address of this message boards mailing list.
    void
    setOutPassword(String outPassword)
    Sets the out password of this message boards mailing list.
    void
    setOutServerName(String outServerName)
    Sets the out server name of this message boards mailing list.
    void
    setOutServerPort(int outServerPort)
    Sets the out server port of this message boards mailing list.
    void
    setOutUserName(String outUserName)
    Sets the out user name of this message boards mailing list.
    void
    setOutUseSSL(boolean outUseSSL)
    Sets whether this message boards mailing list is out use ssl.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this message boards mailing list.
    void
    setUserId(long userId)
    Sets the user ID of this message boards mailing list.
    void
    setUserName(String userName)
    Sets the user name of this message boards mailing list.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this message boards mailing list.
    void
    Sets the uuid of this message boards mailing list.
     
    wrap(MBMailingList mbMailingList)
     

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

    • MBMailingListWrapper

      public MBMailingListWrapper(MBMailingList mbMailingList)
  • Method Details

    • getModelAttributes

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

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

      public MBMailingList cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
      Specified by:
      cloneWithOriginalValues in interface MBMailingListModel
    • getActive

      public boolean getActive()
      Returns the active of this message boards mailing list.
      Specified by:
      getActive in interface MBMailingListModel
      Returns:
      the active of this message boards mailing list
    • getAllowAnonymous

      public boolean getAllowAnonymous()
      Returns the allow anonymous of this message boards mailing list.
      Specified by:
      getAllowAnonymous in interface MBMailingListModel
      Returns:
      the allow anonymous of this message boards mailing list
    • getCategoryId

      public long getCategoryId()
      Returns the category ID of this message boards mailing list.
      Specified by:
      getCategoryId in interface MBMailingListModel
      Returns:
      the category ID of this message boards mailing list
    • getCompanyId

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

      public Date getCreateDate()
      Returns the create date of this message boards mailing list.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface MBMailingListModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this message boards mailing list
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this message boards mailing list.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>
      Specified by:
      getCtCollectionId in interface MBMailingListModel
      Returns:
      the ct collection ID of this message boards mailing list
    • getEmailAddress

      public String getEmailAddress()
      Returns the email address of this message boards mailing list.
      Specified by:
      getEmailAddress in interface MBMailingListModel
      Returns:
      the email address of this message boards mailing list
    • getGroupId

      public long getGroupId()
      Returns the group ID of this message boards mailing list.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface MBMailingListModel
      Returns:
      the group ID of this message boards mailing list
    • getInPassword

      public String getInPassword()
      Returns the in password of this message boards mailing list.
      Specified by:
      getInPassword in interface MBMailingListModel
      Returns:
      the in password of this message boards mailing list
    • getInProtocol

      public String getInProtocol()
      Returns the in protocol of this message boards mailing list.
      Specified by:
      getInProtocol in interface MBMailingListModel
      Returns:
      the in protocol of this message boards mailing list
    • getInReadInterval

      public int getInReadInterval()
      Returns the in read interval of this message boards mailing list.
      Specified by:
      getInReadInterval in interface MBMailingListModel
      Returns:
      the in read interval of this message boards mailing list
    • getInServerName

      public String getInServerName()
      Returns the in server name of this message boards mailing list.
      Specified by:
      getInServerName in interface MBMailingListModel
      Returns:
      the in server name of this message boards mailing list
    • getInServerPort

      public int getInServerPort()
      Returns the in server port of this message boards mailing list.
      Specified by:
      getInServerPort in interface MBMailingListModel
      Returns:
      the in server port of this message boards mailing list
    • getInUserName

      public String getInUserName()
      Returns the in user name of this message boards mailing list.
      Specified by:
      getInUserName in interface MBMailingListModel
      Returns:
      the in user name of this message boards mailing list
    • getInUseSSL

      public boolean getInUseSSL()
      Returns the in use ssl of this message boards mailing list.
      Specified by:
      getInUseSSL in interface MBMailingListModel
      Returns:
      the in use ssl of this message boards mailing list
    • getMailingListId

      public long getMailingListId()
      Returns the mailing list ID of this message boards mailing list.
      Specified by:
      getMailingListId in interface MBMailingListModel
      Returns:
      the mailing list ID of this message boards mailing list
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this message boards mailing list.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface MBMailingListModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this message boards mailing list
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this message boards mailing list.
      Specified by:
      getMvccVersion in interface MBMailingListModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this message boards mailing list
    • getOutCustom

      public boolean getOutCustom()
      Returns the out custom of this message boards mailing list.
      Specified by:
      getOutCustom in interface MBMailingListModel
      Returns:
      the out custom of this message boards mailing list
    • getOutEmailAddress

      public String getOutEmailAddress()
      Returns the out email address of this message boards mailing list.
      Specified by:
      getOutEmailAddress in interface MBMailingListModel
      Returns:
      the out email address of this message boards mailing list
    • getOutPassword

      public String getOutPassword()
      Returns the out password of this message boards mailing list.
      Specified by:
      getOutPassword in interface MBMailingListModel
      Returns:
      the out password of this message boards mailing list
    • getOutServerName

      public String getOutServerName()
      Returns the out server name of this message boards mailing list.
      Specified by:
      getOutServerName in interface MBMailingListModel
      Returns:
      the out server name of this message boards mailing list
    • getOutServerPort

      public int getOutServerPort()
      Returns the out server port of this message boards mailing list.
      Specified by:
      getOutServerPort in interface MBMailingListModel
      Returns:
      the out server port of this message boards mailing list
    • getOutUserName

      public String getOutUserName()
      Returns the out user name of this message boards mailing list.
      Specified by:
      getOutUserName in interface MBMailingListModel
      Returns:
      the out user name of this message boards mailing list
    • getOutUseSSL

      public boolean getOutUseSSL()
      Returns the out use ssl of this message boards mailing list.
      Specified by:
      getOutUseSSL in interface MBMailingListModel
      Returns:
      the out use ssl of this message boards mailing list
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this message boards mailing list.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>
      Specified by:
      getPrimaryKey in interface MBMailingListModel
      Returns:
      the primary key of this message boards mailing list
    • getUserId

      public long getUserId()
      Returns the user ID of this message boards mailing list.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface MBMailingListModel
      Returns:
      the user ID of this message boards mailing list
    • getUserName

      public String getUserName()
      Returns the user name of this message boards mailing list.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface MBMailingListModel
      Returns:
      the user name of this message boards mailing list
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this message boards mailing list.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface MBMailingListModel
      Returns:
      the user uuid of this message boards mailing list
    • getUuid

      public String getUuid()
      Returns the uuid of this message boards mailing list.
      Specified by:
      getUuid in interface MBMailingListModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this message boards mailing list
    • isActive

      public boolean isActive()
      Returns true if this message boards mailing list is active.
      Specified by:
      isActive in interface MBMailingListModel
      Returns:
      true if this message boards mailing list is active; false otherwise
    • isAllowAnonymous

      public boolean isAllowAnonymous()
      Returns true if this message boards mailing list is allow anonymous.
      Specified by:
      isAllowAnonymous in interface MBMailingListModel
      Returns:
      true if this message boards mailing list is allow anonymous; false otherwise
    • isInUseSSL

      public boolean isInUseSSL()
      Returns true if this message boards mailing list is in use ssl.
      Specified by:
      isInUseSSL in interface MBMailingListModel
      Returns:
      true if this message boards mailing list is in use ssl; false otherwise
    • isOutCustom

      public boolean isOutCustom()
      Returns true if this message boards mailing list is out custom.
      Specified by:
      isOutCustom in interface MBMailingListModel
      Returns:
      true if this message boards mailing list is out custom; false otherwise
    • isOutUseSSL

      public boolean isOutUseSSL()
      Returns true if this message boards mailing list is out use ssl.
      Specified by:
      isOutUseSSL in interface MBMailingListModel
      Returns:
      true if this message boards mailing list is out use ssl; false otherwise
    • persist

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

      public void setActive(boolean active)
      Sets whether this message boards mailing list is active.
      Specified by:
      setActive in interface MBMailingListModel
      Parameters:
      active - the active of this message boards mailing list
    • setAllowAnonymous

      public void setAllowAnonymous(boolean allowAnonymous)
      Sets whether this message boards mailing list is allow anonymous.
      Specified by:
      setAllowAnonymous in interface MBMailingListModel
      Parameters:
      allowAnonymous - the allow anonymous of this message boards mailing list
    • setCategoryId

      public void setCategoryId(long categoryId)
      Sets the category ID of this message boards mailing list.
      Specified by:
      setCategoryId in interface MBMailingListModel
      Parameters:
      categoryId - the category ID of this message boards mailing list
    • setCompanyId

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

      public void setCreateDate(Date createDate)
      Sets the create date of this message boards mailing list.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface MBMailingListModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this message boards mailing list
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this message boards mailing list.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>
      Specified by:
      setCtCollectionId in interface MBMailingListModel
      Parameters:
      ctCollectionId - the ct collection ID of this message boards mailing list
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
      Sets the email address of this message boards mailing list.
      Specified by:
      setEmailAddress in interface MBMailingListModel
      Parameters:
      emailAddress - the email address of this message boards mailing list
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this message boards mailing list.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface MBMailingListModel
      Parameters:
      groupId - the group ID of this message boards mailing list
    • setInPassword

      public void setInPassword(String inPassword)
      Sets the in password of this message boards mailing list.
      Specified by:
      setInPassword in interface MBMailingListModel
      Parameters:
      inPassword - the in password of this message boards mailing list
    • setInProtocol

      public void setInProtocol(String inProtocol)
      Sets the in protocol of this message boards mailing list.
      Specified by:
      setInProtocol in interface MBMailingListModel
      Parameters:
      inProtocol - the in protocol of this message boards mailing list
    • setInReadInterval

      public void setInReadInterval(int inReadInterval)
      Sets the in read interval of this message boards mailing list.
      Specified by:
      setInReadInterval in interface MBMailingListModel
      Parameters:
      inReadInterval - the in read interval of this message boards mailing list
    • setInServerName

      public void setInServerName(String inServerName)
      Sets the in server name of this message boards mailing list.
      Specified by:
      setInServerName in interface MBMailingListModel
      Parameters:
      inServerName - the in server name of this message boards mailing list
    • setInServerPort

      public void setInServerPort(int inServerPort)
      Sets the in server port of this message boards mailing list.
      Specified by:
      setInServerPort in interface MBMailingListModel
      Parameters:
      inServerPort - the in server port of this message boards mailing list
    • setInUserName

      public void setInUserName(String inUserName)
      Sets the in user name of this message boards mailing list.
      Specified by:
      setInUserName in interface MBMailingListModel
      Parameters:
      inUserName - the in user name of this message boards mailing list
    • setInUseSSL

      public void setInUseSSL(boolean inUseSSL)
      Sets whether this message boards mailing list is in use ssl.
      Specified by:
      setInUseSSL in interface MBMailingListModel
      Parameters:
      inUseSSL - the in use ssl of this message boards mailing list
    • setMailingListId

      public void setMailingListId(long mailingListId)
      Sets the mailing list ID of this message boards mailing list.
      Specified by:
      setMailingListId in interface MBMailingListModel
      Parameters:
      mailingListId - the mailing list ID of this message boards mailing list
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this message boards mailing list.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface MBMailingListModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this message boards mailing list
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this message boards mailing list.
      Specified by:
      setMvccVersion in interface MBMailingListModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this message boards mailing list
    • setOutCustom

      public void setOutCustom(boolean outCustom)
      Sets whether this message boards mailing list is out custom.
      Specified by:
      setOutCustom in interface MBMailingListModel
      Parameters:
      outCustom - the out custom of this message boards mailing list
    • setOutEmailAddress

      public void setOutEmailAddress(String outEmailAddress)
      Sets the out email address of this message boards mailing list.
      Specified by:
      setOutEmailAddress in interface MBMailingListModel
      Parameters:
      outEmailAddress - the out email address of this message boards mailing list
    • setOutPassword

      public void setOutPassword(String outPassword)
      Sets the out password of this message boards mailing list.
      Specified by:
      setOutPassword in interface MBMailingListModel
      Parameters:
      outPassword - the out password of this message boards mailing list
    • setOutServerName

      public void setOutServerName(String outServerName)
      Sets the out server name of this message boards mailing list.
      Specified by:
      setOutServerName in interface MBMailingListModel
      Parameters:
      outServerName - the out server name of this message boards mailing list
    • setOutServerPort

      public void setOutServerPort(int outServerPort)
      Sets the out server port of this message boards mailing list.
      Specified by:
      setOutServerPort in interface MBMailingListModel
      Parameters:
      outServerPort - the out server port of this message boards mailing list
    • setOutUserName

      public void setOutUserName(String outUserName)
      Sets the out user name of this message boards mailing list.
      Specified by:
      setOutUserName in interface MBMailingListModel
      Parameters:
      outUserName - the out user name of this message boards mailing list
    • setOutUseSSL

      public void setOutUseSSL(boolean outUseSSL)
      Sets whether this message boards mailing list is out use ssl.
      Specified by:
      setOutUseSSL in interface MBMailingListModel
      Parameters:
      outUseSSL - the out use ssl of this message boards mailing list
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this message boards mailing list.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>
      Specified by:
      setPrimaryKey in interface MBMailingListModel
      Parameters:
      primaryKey - the primary key of this message boards mailing list
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this message boards mailing list.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface MBMailingListModel
      Parameters:
      userId - the user ID of this message boards mailing list
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this message boards mailing list.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface MBMailingListModel
      Parameters:
      userName - the user name of this message boards mailing list
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this message boards mailing list.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface MBMailingListModel
      Parameters:
      userUuid - the user uuid of this message boards mailing list
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this message boards mailing list.
      Specified by:
      setUuid in interface MBMailingListModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this message boards mailing list
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface MBMailingListModel
    • getAttributeGetterFunctions

      public Map<String,Function<MBMailingList,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<MBMailingList,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>
    • getStagedModelType

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

      protected MBMailingListWrapper wrap(MBMailingList mbMailingList)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MBMailingList>