Liferay 6.2-ce-ga5

com.liferay.portlet.messageboards.model
Interface MBMailingList

All Superinterfaces:
AuditedModel, BaseModel<MBMailingList>, ClassedModel, Cloneable, Comparable<MBMailingList>, GroupedModel, MBMailingListModel, PersistedModel, Serializable, StagedGroupedModel, 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, MBMailingListImpl, MBMailingListModelImpl

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, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5