Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MBMailingList>
      extended by com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl
          extended by com.liferay.portlet.messageboards.model.impl.MBMailingListBaseImpl
              extended by com.liferay.portlet.messageboards.model.impl.MBMailingListImpl
All Implemented Interfaces:
AuditedModel, BaseModel<MBMailingList>, ClassedModel, GroupedModel, PersistedModel, MBMailingList, MBMailingListModel, Serializable, Cloneable, Comparable<MBMailingList>

public class MBMailingListImpl
extends MBMailingListBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl
ACTIVE_COLUMN_BITMASK, CATEGORYID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
MBMailingListImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBMailingListBaseImpl
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, getOriginalGroupId, getOriginalUuid, getOutCustom, getOutEmailAddress, getOutPassword, getOutServerName, getOutServerPort, getOutUserName, getOutUseSSL, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isActive, isAllowAnonymous, 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, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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, 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
 

Constructor Detail

MBMailingListImpl

public MBMailingListImpl()

Liferay 6.1.2-ce-ga3