Liferay 6.0.3

com.liferay.portlet.messageboards.model
Interface MBMailingList

All Superinterfaces:
BaseModel<MBMailingList>, Cloneable, Comparable<MBMailingList>, MBMailingListModel, Serializable
All Known Implementing Classes:
MBMailingListImpl, MBMailingListWrapper

public interface MBMailingList
extends MBMailingListModel

This interface is a model that represents the MBMailingList table in the database.

Customize MBMailingListImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
MBMailingListModel, MBMailingListImpl, MBMailingListModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMailingListModel
clone, compareTo, getActive, 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, isCachedModel, isEscapedModel, isInUseSSL, isNew, isOutCustom, isOutUseSSL, setActive, setCachedModel, setCategoryId, setCompanyId, setCreateDate, setEmailAddress, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setInPassword, setInProtocol, setInReadInterval, setInServerName, setInServerPort, setInUserName, setInUseSSL, setMailingListId, setModifiedDate, setNew, setOutCustom, setOutEmailAddress, setOutPassword, setOutServerName, setOutServerPort, setOutUserName, setOutUseSSL, setPrimaryKey, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3