Liferay 6.1.2-ce-ga3

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

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
              extended by com.liferay.portlet.messageboards.model.impl.MBStatsUserImpl
All Implemented Interfaces:
BaseModel<MBStatsUser>, ClassedModel, PersistedModel, MBStatsUser, MBStatsUserModel, Serializable, Cloneable, Comparable<MBStatsUser>

public class MBStatsUserImpl
extends MBStatsUserBaseImpl

See Also:
Serialized Form

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
MBStatsUserImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBStatsUserBaseImpl
persist
 
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

MBStatsUserImpl

public MBStatsUserImpl()

Liferay 6.1.2-ce-ga3