Liferay 7.0-ce-b4

com.liferay.portlet.messageboards.model
Interface MBMailingList

All Superinterfaces:
AuditedModel, BaseModel<MBMailingList>, ClassedModel, Cloneable, Comparable<MBMailingList>, GroupedModel, MBMailingListModel, PersistedModel, Serializable, ShardedModel, StagedAuditedModel, StagedModel
All Known Implementing Classes:
MBMailingListWrapper

@ProviderType
public interface MBMailingList
extends MBMailingListModel, PersistedModel

The extended model interface for the MBMailingList service. Represents a row in the "MBMailingList" database table, with each column mapped to a property of this class.

See Also:
MBMailingListModel, com.liferay.portlet.messageboards.model.impl.MBMailingListImpl, com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl

Field Summary
static Accessor<MBMailingList,Long> MAILING_LIST_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMailingListModel
clone, compareTo, getActive, getAllowAnonymous, getCategoryId, getCompanyId, getCreateDate, getEmailAddress, getExpandoBridge, getGroupId, getInPassword, getInProtocol, getInReadInterval, getInServerName, getInServerPort, getInUserName, getInUseSSL, getMailingListId, getModifiedDate, getOutCustom, getOutEmailAddress, getOutPassword, getOutServerName, getOutServerPort, getOutUserName, getOutUseSSL, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isActive, isAllowAnonymous, isCachedModel, isEscapedModel, isInUseSSL, isNew, isOutCustom, isOutUseSSL, setActive, setAllowAnonymous, setCachedModel, setCategoryId, setCompanyId, setCreateDate, setEmailAddress, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setInPassword, setInProtocol, setInReadInterval, setInServerName, setInServerPort, setInUserName, setInUseSSL, setMailingListId, setModifiedDate, setNew, setOutCustom, setOutEmailAddress, setOutPassword, setOutServerName, setOutServerPort, setOutUserName, setOutUseSSL, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

MAILING_LIST_ID_ACCESSOR

static final Accessor<MBMailingList,Long> MAILING_LIST_ID_ACCESSOR

Liferay 7.0-ce-b4