Liferay 7.0-ga1 portal-impl

com.liferay.portlet.messageboards.model.impl
Class MBMailingListBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>
      extended by com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl
          extended by com.liferay.portlet.messageboards.model.impl.MBMailingListBaseImpl
All Implemented Interfaces:
com.liferay.message.boards.kernel.model.MBMailingList, com.liferay.message.boards.kernel.model.MBMailingListModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, Serializable, Cloneable, Comparable<com.liferay.message.boards.kernel.model.MBMailingList>
Direct Known Subclasses:
MBMailingListImpl

@ProviderType
public abstract class MBMailingListBaseImpl
extends MBMailingListModelImpl
implements com.liferay.message.boards.kernel.model.MBMailingList

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

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in MBMailingListImpl.

See Also:
MBMailingListImpl, MBMailingList, Serialized Form
{$generated.description}

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl
ACTIVE_COLUMN_BITMASK, CATEGORYID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAILINGLISTID_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.message.boards.kernel.model.MBMailingList
MAILING_LIST_ID_ACCESSOR
 
Constructor Summary
MBMailingListBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl
clone, compareTo, equals, getActive, getAllowAnonymous, getCategoryId, getColumnBitmask, getCompanyId, getCreateDate, getEmailAddress, getExpandoBridge, getGroupId, getInPassword, getInProtocol, getInReadInterval, getInServerName, getInServerPort, getInUserName, getInUseSSL, getMailingListId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalActive, getOriginalCategoryId, getOriginalCompanyId, getOriginalGroupId, getOriginalUuid, getOutCustom, getOutEmailAddress, getOutPassword, getOutServerName, getOutServerPort, getOutUserName, getOutUseSSL, getPrimaryKey, getPrimaryKeyObj, getStagedModelType, getUserId, getUserName, getUserUuid, getUuid, hashCode, hasSetModifiedDate, isActive, isAllowAnonymous, isEntityCacheEnabled, isFinderCacheEnabled, isInUseSSL, isOutCustom, isOutUseSSL, resetOriginalValues, setActive, setAllowAnonymous, setCategoryId, setCompanyId, setCreateDate, setEmailAddress, setExpandoBridgeAttributes, setGroupId, setInPassword, setInProtocol, setInReadInterval, setInServerName, setInServerPort, setInUserName, setInUseSSL, setMailingListId, setModelAttributes, setModifiedDate, setOutCustom, setOutEmailAddress, setOutPassword, setOutServerName, setOutServerPort, setOutUserName, setOutUseSSL, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.message.boards.kernel.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.kernel.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

MBMailingListBaseImpl

public MBMailingListBaseImpl()
Method Detail

persist

public void persist()
Specified by:
persist in interface com.liferay.portal.kernel.model.PersistedModel

Liferay 7.0-ga1 portal-impl