Package com.liferay.message.boards.model
Interface MBMailingListModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<MBMailingList>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<MBMailingList>,com.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Subinterfaces:
MBMailingList
- All Known Implementing Classes:
MBMailingListWrapper
@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
The base model interface for the MBMailingList service. Represents a row in the "MBMailingList" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the active of this message boards mailing list.booleanReturns the allow anonymous of this message boards mailing list.longReturns the category ID of this message boards mailing list.longReturns the company ID of this message boards mailing list.Returns the create date of this message boards mailing list.longReturns the ct collection ID of this message boards mailing list.Returns the email address of this message boards mailing list.longReturns 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.intReturns the in read interval of this message boards mailing list.Returns the in server name of this message boards mailing list.intReturns the in server port of this message boards mailing list.Returns the in user name of this message boards mailing list.booleanReturns the in use ssl of this message boards mailing list.longReturns the mailing list ID of this message boards mailing list.Returns the modified date of this message boards mailing list.longReturns the mvcc version of this message boards mailing list.booleanReturns 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.intReturns the out server port of this message boards mailing list.Returns the out user name of this message boards mailing list.booleanReturns the out use ssl of this message boards mailing list.longReturns the primary key of this message boards mailing list.longReturns 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.getUuid()Returns the uuid of this message boards mailing list.booleanisActive()Returnstrueif this message boards mailing list is active.booleanReturnstrueif this message boards mailing list is allow anonymous.booleanReturnstrueif this message boards mailing list is in use ssl.booleanReturnstrueif this message boards mailing list is out custom.booleanReturnstrueif this message boards mailing list is out use ssl.voidsetActive(boolean active) Sets whether this message boards mailing list is active.voidsetAllowAnonymous(boolean allowAnonymous) Sets whether this message boards mailing list is allow anonymous.voidsetCategoryId(long categoryId) Sets the category ID of this message boards mailing list.voidsetCompanyId(long companyId) Sets the company ID of this message boards mailing list.voidsetCreateDate(Date createDate) Sets the create date of this message boards mailing list.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this message boards mailing list.voidsetEmailAddress(String emailAddress) Sets the email address of this message boards mailing list.voidsetGroupId(long groupId) Sets the group ID of this message boards mailing list.voidsetInPassword(String inPassword) Sets the in password of this message boards mailing list.voidsetInProtocol(String inProtocol) Sets the in protocol of this message boards mailing list.voidsetInReadInterval(int inReadInterval) Sets the in read interval of this message boards mailing list.voidsetInServerName(String inServerName) Sets the in server name of this message boards mailing list.voidsetInServerPort(int inServerPort) Sets the in server port of this message boards mailing list.voidsetInUserName(String inUserName) Sets the in user name of this message boards mailing list.voidsetInUseSSL(boolean inUseSSL) Sets whether this message boards mailing list is in use ssl.voidsetMailingListId(long mailingListId) Sets the mailing list ID of this message boards mailing list.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this message boards mailing list.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this message boards mailing list.voidsetOutCustom(boolean outCustom) Sets whether this message boards mailing list is out custom.voidsetOutEmailAddress(String outEmailAddress) Sets the out email address of this message boards mailing list.voidsetOutPassword(String outPassword) Sets the out password of this message boards mailing list.voidsetOutServerName(String outServerName) Sets the out server name of this message boards mailing list.voidsetOutServerPort(int outServerPort) Sets the out server port of this message boards mailing list.voidsetOutUserName(String outUserName) Sets the out user name of this message boards mailing list.voidsetOutUseSSL(boolean outUseSSL) Sets whether this message boards mailing list is out use ssl.voidsetPrimaryKey(long primaryKey) Sets the primary key of this message boards mailing list.voidsetUserId(long userId) Sets the user ID of this message boards mailing list.voidsetUserName(String userName) Sets the user name of this message boards mailing list.voidsetUserUuid(String userUuid) Sets the user uuid of this message boards mailing list.voidSets the uuid of this message boards mailing list.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this message boards mailing list.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>- Returns:
- the primary key of this message boards mailing list
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this message boards mailing list.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>- Parameters:
primaryKey- the primary key of this message boards mailing list
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this message boards mailing list.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this message boards mailing list
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this message boards mailing list.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this message boards mailing list
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this message boards mailing list.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>- Returns:
- the ct collection ID of this message boards mailing list
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this message boards mailing list.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<MBMailingList>- Parameters:
ctCollectionId- the ct collection ID of this message boards mailing list
-
getUuid
Returns the uuid of this message boards mailing list.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this message boards mailing list
-
setUuid
Sets the uuid of this message boards mailing list.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this message boards mailing list
-
getMailingListId
long getMailingListId()Returns the mailing list ID of this message boards mailing list.- Returns:
- the mailing list ID of this message boards mailing list
-
setMailingListId
void setMailingListId(long mailingListId) Sets the mailing list ID of this message boards mailing list.- Parameters:
mailingListId- the mailing list ID of this message boards mailing list
-
getGroupId
long getGroupId()Returns the group ID of this message boards mailing list.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this message boards mailing list
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this message boards mailing list.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this message boards mailing list
-
getCompanyId
long getCompanyId()Returns the company ID of this message boards mailing list.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this message boards mailing list
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this message boards mailing list.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this message boards mailing list
-
getUserId
long getUserId()Returns the user ID of this message boards mailing list.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this message boards mailing list
-
setUserId
void setUserId(long userId) Sets the user ID of this message boards mailing list.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this message boards mailing list
-
getUserUuid
String getUserUuid()Returns the user uuid of this message boards mailing list.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this message boards mailing list
-
setUserUuid
Sets the user uuid of this message boards mailing list.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this message boards mailing list
-
getUserName
Returns the user name of this message boards mailing list.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this message boards mailing list
-
setUserName
Sets the user name of this message boards mailing list.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this message boards mailing list
-
getCreateDate
Date getCreateDate()Returns the create date of this message boards mailing list.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this message boards mailing list
-
setCreateDate
Sets the create date of this message boards mailing list.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this message boards mailing list
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this message boards mailing list.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this message boards mailing list
-
setModifiedDate
Sets the modified date of this message boards mailing list.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this message boards mailing list
-
getCategoryId
long getCategoryId()Returns the category ID of this message boards mailing list.- Returns:
- the category ID of this message boards mailing list
-
setCategoryId
void setCategoryId(long categoryId) Sets the category ID of this message boards mailing list.- Parameters:
categoryId- the category ID of this message boards mailing list
-
getEmailAddress
Returns the email address of this message boards mailing list.- Returns:
- the email address of this message boards mailing list
-
setEmailAddress
Sets the email address of this message boards mailing list.- Parameters:
emailAddress- the email address of this message boards mailing list
-
getInProtocol
Returns the in protocol of this message boards mailing list.- Returns:
- the in protocol of this message boards mailing list
-
setInProtocol
Sets the in protocol of this message boards mailing list.- Parameters:
inProtocol- the in protocol of this message boards mailing list
-
getInServerName
Returns the in server name of this message boards mailing list.- Returns:
- the in server name of this message boards mailing list
-
setInServerName
Sets the in server name of this message boards mailing list.- Parameters:
inServerName- the in server name of this message boards mailing list
-
getInServerPort
int getInServerPort()Returns the in server port of this message boards mailing list.- Returns:
- the in server port of this message boards mailing list
-
setInServerPort
void setInServerPort(int inServerPort) Sets the in server port of this message boards mailing list.- Parameters:
inServerPort- the in server port of this message boards mailing list
-
getInUseSSL
boolean getInUseSSL()Returns the in use ssl of this message boards mailing list.- Returns:
- the in use ssl of this message boards mailing list
-
isInUseSSL
boolean isInUseSSL()Returnstrueif this message boards mailing list is in use ssl.- Returns:
trueif this message boards mailing list is in use ssl;falseotherwise
-
setInUseSSL
void setInUseSSL(boolean inUseSSL) Sets whether this message boards mailing list is in use ssl.- Parameters:
inUseSSL- the in use ssl of this message boards mailing list
-
getInUserName
Returns the in user name of this message boards mailing list.- Returns:
- the in user name of this message boards mailing list
-
setInUserName
Sets the in user name of this message boards mailing list.- Parameters:
inUserName- the in user name of this message boards mailing list
-
getInPassword
Returns the in password of this message boards mailing list.- Returns:
- the in password of this message boards mailing list
-
setInPassword
Sets the in password of this message boards mailing list.- Parameters:
inPassword- the in password of this message boards mailing list
-
getInReadInterval
int getInReadInterval()Returns the in read interval of this message boards mailing list.- Returns:
- the in read interval of this message boards mailing list
-
setInReadInterval
void setInReadInterval(int inReadInterval) Sets the in read interval of this message boards mailing list.- Parameters:
inReadInterval- the in read interval of this message boards mailing list
-
getOutEmailAddress
Returns the out email address of this message boards mailing list.- Returns:
- the out email address of this message boards mailing list
-
setOutEmailAddress
Sets the out email address of this message boards mailing list.- Parameters:
outEmailAddress- the out email address of this message boards mailing list
-
getOutCustom
boolean getOutCustom()Returns the out custom of this message boards mailing list.- Returns:
- the out custom of this message boards mailing list
-
isOutCustom
boolean isOutCustom()Returnstrueif this message boards mailing list is out custom.- Returns:
trueif this message boards mailing list is out custom;falseotherwise
-
setOutCustom
void setOutCustom(boolean outCustom) Sets whether this message boards mailing list is out custom.- Parameters:
outCustom- the out custom of this message boards mailing list
-
getOutServerName
Returns the out server name of this message boards mailing list.- Returns:
- the out server name of this message boards mailing list
-
setOutServerName
Sets the out server name of this message boards mailing list.- Parameters:
outServerName- the out server name of this message boards mailing list
-
getOutServerPort
int getOutServerPort()Returns the out server port of this message boards mailing list.- Returns:
- the out server port of this message boards mailing list
-
setOutServerPort
void setOutServerPort(int outServerPort) Sets the out server port of this message boards mailing list.- Parameters:
outServerPort- the out server port of this message boards mailing list
-
getOutUseSSL
boolean getOutUseSSL()Returns the out use ssl of this message boards mailing list.- Returns:
- the out use ssl of this message boards mailing list
-
isOutUseSSL
boolean isOutUseSSL()Returnstrueif this message boards mailing list is out use ssl.- Returns:
trueif this message boards mailing list is out use ssl;falseotherwise
-
setOutUseSSL
void setOutUseSSL(boolean outUseSSL) Sets whether this message boards mailing list is out use ssl.- Parameters:
outUseSSL- the out use ssl of this message boards mailing list
-
getOutUserName
Returns the out user name of this message boards mailing list.- Returns:
- the out user name of this message boards mailing list
-
setOutUserName
Sets the out user name of this message boards mailing list.- Parameters:
outUserName- the out user name of this message boards mailing list
-
getOutPassword
Returns the out password of this message boards mailing list.- Returns:
- the out password of this message boards mailing list
-
setOutPassword
Sets the out password of this message boards mailing list.- Parameters:
outPassword- the out password of this message boards mailing list
-
getAllowAnonymous
boolean getAllowAnonymous()Returns the allow anonymous of this message boards mailing list.- Returns:
- the allow anonymous of this message boards mailing list
-
isAllowAnonymous
boolean isAllowAnonymous()Returnstrueif this message boards mailing list is allow anonymous.- Returns:
trueif this message boards mailing list is allow anonymous;falseotherwise
-
setAllowAnonymous
void setAllowAnonymous(boolean allowAnonymous) Sets whether this message boards mailing list is allow anonymous.- Parameters:
allowAnonymous- the allow anonymous of this message boards mailing list
-
getActive
boolean getActive()Returns the active of this message boards mailing list.- Returns:
- the active of this message boards mailing list
-
isActive
boolean isActive()Returnstrueif this message boards mailing list is active.- Returns:
trueif this message boards mailing list is active;falseotherwise
-
setActive
void setActive(boolean active) Sets whether this message boards mailing list is active.- Parameters:
active- the active of this message boards mailing list
-
cloneWithOriginalValues
MBMailingList cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<MBMailingList>
-
toXmlString
-