Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MBStatsUser>
      extended by com.liferay.portlet.messageboards.model.impl.MBStatsUserModelImpl
          extended by com.liferay.portlet.messageboards.model.impl.MBStatsUserBaseImpl
All Implemented Interfaces:
BaseModel<MBStatsUser>, ClassedModel, PersistedModel, MBStatsUser, MBStatsUserModel, Serializable, Cloneable, Comparable<MBStatsUser>
Direct Known Subclasses:
MBStatsUserImpl

public abstract class MBStatsUserBaseImpl
extends MBStatsUserModelImpl
implements MBStatsUser

The extended model base implementation for the MBStatsUser service. Represents a row in the "MBStatsUser" 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 MBStatsUserImpl.

See Also:
MBStatsUserImpl, MBStatsUser, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBStatsUserModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MESSAGECOUNT_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
 
Constructor Summary
MBStatsUserBaseImpl()
           
 
Method Summary
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBStatsUserModelImpl
clone, compareTo, equals, getColumnBitmask, getExpandoBridge, getGroupId, getLastPostDate, getMessageCount, getModelAttributes, getModelClass, getModelClassName, getOriginalGroupId, getOriginalMessageCount, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getStatsUserId, getStatsUserUuid, getUserId, getUserUuid, hashCode, resetOriginalValues, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setMessageCount, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setStatsUserId, setStatsUserUuid, setUserId, setUserUuid, 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.MBStatsUserModel
clone, compareTo, getExpandoBridge, getGroupId, getLastPostDate, getMessageCount, getPrimaryKey, getPrimaryKeyObj, getStatsUserId, getStatsUserUuid, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setMessageCount, setNew, setPrimaryKey, setPrimaryKeyObj, setStatsUserId, setStatsUserUuid, setUserId, setUserUuid, 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

MBStatsUserBaseImpl

public MBStatsUserBaseImpl()
Method Detail

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

Liferay 6.1.2-ce-ga3