@ProviderType public interface MBMailingListModel extends com.liferay.portal.kernel.model.BaseModel<MBMailingList>, com.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
This interface and its corresponding implementation com.liferay.message.boards.model.impl.MBMailingListModelImpl 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.message.boards.model.impl.MBMailingListImpl.
MBMailingList| Modifier and Type | Method and Description |
|---|---|
MBMailingList |
cloneWithOriginalValues() |
boolean |
getActive()
Returns the active of this message boards mailing list.
|
boolean |
getAllowAnonymous()
Returns the allow anonymous of this message boards mailing list.
|
long |
getCategoryId()
Returns the category ID of this message boards mailing list.
|
long |
getCompanyId()
Returns the company ID of this message boards mailing list.
|
java.util.Date |
getCreateDate()
Returns the create date of this message boards mailing list.
|
long |
getCtCollectionId()
Returns the ct collection ID of this message boards mailing list.
|
java.lang.String |
getEmailAddress()
Returns the email address of this message boards mailing list.
|
long |
getGroupId()
Returns the group ID of this message boards mailing list.
|
java.lang.String |
getInPassword()
Returns the in password of this message boards mailing list.
|
java.lang.String |
getInProtocol()
Returns the in protocol of this message boards mailing list.
|
int |
getInReadInterval()
Returns the in read interval of this message boards mailing list.
|
java.lang.String |
getInServerName()
Returns the in server name of this message boards mailing list.
|
int |
getInServerPort()
Returns the in server port of this message boards mailing list.
|
java.lang.String |
getInUserName()
Returns the in user name of this message boards mailing list.
|
boolean |
getInUseSSL()
Returns the in use ssl of this message boards mailing list.
|
long |
getMailingListId()
Returns the mailing list ID of this message boards mailing list.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this message boards mailing list.
|
long |
getMvccVersion()
Returns the mvcc version of this message boards mailing list.
|
boolean |
getOutCustom()
Returns the out custom of this message boards mailing list.
|
java.lang.String |
getOutEmailAddress()
Returns the out email address of this message boards mailing list.
|
java.lang.String |
getOutPassword()
Returns the out password of this message boards mailing list.
|
java.lang.String |
getOutServerName()
Returns the out server name of this message boards mailing list.
|
int |
getOutServerPort()
Returns the out server port of this message boards mailing list.
|
java.lang.String |
getOutUserName()
Returns the out user name of this message boards mailing list.
|
boolean |
getOutUseSSL()
Returns the out use ssl of this message boards mailing list.
|
long |
getPrimaryKey()
Returns the primary key of this message boards mailing list.
|
long |
getUserId()
Returns the user ID of this message boards mailing list.
|
java.lang.String |
getUserName()
Returns the user name of this message boards mailing list.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this message boards mailing list.
|
java.lang.String |
getUuid()
Returns the uuid of this message boards mailing list.
|
boolean |
isActive()
Returns
true if this message boards mailing list is active. |
boolean |
isAllowAnonymous()
Returns
true if this message boards mailing list is allow anonymous. |
boolean |
isInUseSSL()
Returns
true if this message boards mailing list is in use ssl. |
boolean |
isOutCustom()
Returns
true if this message boards mailing list is out custom. |
boolean |
isOutUseSSL()
Returns
true if this message boards mailing list is out use ssl. |
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(java.util.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(java.lang.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(java.lang.String inPassword)
Sets the in password of this message boards mailing list.
|
void |
setInProtocol(java.lang.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(java.lang.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(java.lang.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 |
setModifiedDate(java.util.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(java.lang.String outEmailAddress)
Sets the out email address of this message boards mailing list.
|
void |
setOutPassword(java.lang.String outPassword)
Sets the out password of this message boards mailing list.
|
void |
setOutServerName(java.lang.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(java.lang.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(java.lang.String userName)
Sets the user name of this message boards mailing list.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this message boards mailing list.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this message boards mailing list.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>primaryKey - the primary key of this message boards mailing listlong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this message boards mailing listlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>ctCollectionId - the ct collection ID of this message boards mailing list@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this message boards mailing listlong getMailingListId()
void setMailingListId(long mailingListId)
mailingListId - the mailing list ID of this message boards mailing listlong getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this message boards mailing listlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this message boards mailing listlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this message boards mailing listjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this message boards mailing list@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this message boards mailing listjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this message boards mailing listjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this message boards mailing listlong getCategoryId()
void setCategoryId(long categoryId)
categoryId - the category ID of this message boards mailing list@AutoEscape java.lang.String getEmailAddress()
void setEmailAddress(java.lang.String emailAddress)
emailAddress - the email address of this message boards mailing list@AutoEscape java.lang.String getInProtocol()
void setInProtocol(java.lang.String inProtocol)
inProtocol - the in protocol of this message boards mailing list@AutoEscape java.lang.String getInServerName()
void setInServerName(java.lang.String inServerName)
inServerName - the in server name of this message boards mailing listint getInServerPort()
void setInServerPort(int inServerPort)
inServerPort - the in server port of this message boards mailing listboolean getInUseSSL()
boolean isInUseSSL()
true if this message boards mailing list is in use ssl.true if this message boards mailing list is in use ssl; false otherwisevoid setInUseSSL(boolean inUseSSL)
inUseSSL - the in use ssl of this message boards mailing list@AutoEscape java.lang.String getInUserName()
void setInUserName(java.lang.String inUserName)
inUserName - the in user name of this message boards mailing list@AutoEscape java.lang.String getInPassword()
void setInPassword(java.lang.String inPassword)
inPassword - the in password of this message boards mailing listint getInReadInterval()
void setInReadInterval(int inReadInterval)
inReadInterval - the in read interval of this message boards mailing list@AutoEscape java.lang.String getOutEmailAddress()
void setOutEmailAddress(java.lang.String outEmailAddress)
outEmailAddress - the out email address of this message boards mailing listboolean getOutCustom()
boolean isOutCustom()
true if this message boards mailing list is out custom.true if this message boards mailing list is out custom; false otherwisevoid setOutCustom(boolean outCustom)
outCustom - the out custom of this message boards mailing list@AutoEscape java.lang.String getOutServerName()
void setOutServerName(java.lang.String outServerName)
outServerName - the out server name of this message boards mailing listint getOutServerPort()
void setOutServerPort(int outServerPort)
outServerPort - the out server port of this message boards mailing listboolean getOutUseSSL()
boolean isOutUseSSL()
true if this message boards mailing list is out use ssl.true if this message boards mailing list is out use ssl; false otherwisevoid setOutUseSSL(boolean outUseSSL)
outUseSSL - the out use ssl of this message boards mailing list@AutoEscape java.lang.String getOutUserName()
void setOutUserName(java.lang.String outUserName)
outUserName - the out user name of this message boards mailing list@AutoEscape java.lang.String getOutPassword()
void setOutPassword(java.lang.String outPassword)
outPassword - the out password of this message boards mailing listboolean getAllowAnonymous()
boolean isAllowAnonymous()
true if this message boards mailing list is allow anonymous.true if this message boards mailing list is allow anonymous; false otherwisevoid setAllowAnonymous(boolean allowAnonymous)
allowAnonymous - the allow anonymous of this message boards mailing listboolean getActive()
boolean isActive()
true if this message boards mailing list is active.true if this message boards mailing list is active; false otherwisevoid setActive(boolean active)
active - the active of this message boards mailing listMBMailingList cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<MBMailingList>