Liferay 6.0.3

Uses of Interface
com.liferay.portlet.messageboards.model.MBStatsUser

Packages that use MBStatsUser
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.messageboards.util   
 

Uses of MBStatsUser in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return MBStatsUser
 MBStatsUser DataFactory.addMBStatsUser(long groupId, long userId)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type MBStatsUser
 void SampleSQLBuilder.insertMBStatsUser(MBStatsUser mbStatsUser)
           
 

Uses of MBStatsUser in com.liferay.portlet.messageboards.model
 

Classes in com.liferay.portlet.messageboards.model that implement MBStatsUser
 class MBStatsUserWrapper
           This class is a wrapper for MBStatsUser.
 

Methods in com.liferay.portlet.messageboards.model that return MBStatsUser
 MBStatsUser MBStatsUserWrapper.getWrappedMBStatsUser()
           
 MBStatsUser MBStatsUserWrapper.toEscapedModel()
           
 MBStatsUser MBStatsUserModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.messageboards.model with parameters of type MBStatsUser
 int MBStatsUserWrapper.compareTo(MBStatsUser mbStatsUser)
           
 int MBStatsUserModel.compareTo(MBStatsUser mbStatsUser)
           
 

Constructors in com.liferay.portlet.messageboards.model with parameters of type MBStatsUser
MBStatsUserWrapper(MBStatsUser mbStatsUser)
           
 

Uses of MBStatsUser in com.liferay.portlet.messageboards.model.impl
 

Classes in com.liferay.portlet.messageboards.model.impl that implement MBStatsUser
 class MBStatsUserImpl
           
 

Methods in com.liferay.portlet.messageboards.model.impl that return MBStatsUser
 MBStatsUser MBStatsUserModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.messageboards.model.impl with parameters of type MBStatsUser
 int MBStatsUserModelImpl.compareTo(MBStatsUser mbStatsUser)
           
 

Uses of MBStatsUser in com.liferay.portlet.messageboards.service
 

Methods in com.liferay.portlet.messageboards.service that return MBStatsUser
 MBStatsUser MBStatsUserLocalServiceWrapper.addMBStatsUser(MBStatsUser mbStatsUser)
           
static MBStatsUser MBStatsUserLocalServiceUtil.addMBStatsUser(MBStatsUser mbStatsUser)
           
 MBStatsUser MBStatsUserLocalService.addMBStatsUser(MBStatsUser mbStatsUser)
           
 MBStatsUser MBStatsUserLocalServiceWrapper.addStatsUser(long groupId, long userId)
           
static MBStatsUser MBStatsUserLocalServiceUtil.addStatsUser(long groupId, long userId)
           
 MBStatsUser MBStatsUserLocalService.addStatsUser(long groupId, long userId)
           
 MBStatsUser MBStatsUserLocalServiceWrapper.createMBStatsUser(long statsUserId)
           
static MBStatsUser MBStatsUserLocalServiceUtil.createMBStatsUser(long statsUserId)
           
 MBStatsUser MBStatsUserLocalService.createMBStatsUser(long statsUserId)
           
 MBStatsUser MBStatsUserLocalServiceWrapper.getMBStatsUser(long statsUserId)
           
static MBStatsUser MBStatsUserLocalServiceUtil.getMBStatsUser(long statsUserId)
           
 MBStatsUser MBStatsUserLocalService.getMBStatsUser(long statsUserId)
           
 MBStatsUser MBStatsUserLocalServiceWrapper.getStatsUser(long groupId, long userId)
           
static MBStatsUser MBStatsUserLocalServiceUtil.getStatsUser(long groupId, long userId)
           
 MBStatsUser MBStatsUserLocalService.getStatsUser(long groupId, long userId)
           
 MBStatsUser MBStatsUserLocalServiceWrapper.updateMBStatsUser(MBStatsUser mbStatsUser)
           
static MBStatsUser MBStatsUserLocalServiceUtil.updateMBStatsUser(MBStatsUser mbStatsUser)
           
 MBStatsUser MBStatsUserLocalService.updateMBStatsUser(MBStatsUser mbStatsUser)
           
 MBStatsUser MBStatsUserLocalServiceWrapper.updateMBStatsUser(MBStatsUser mbStatsUser, boolean merge)
           
static MBStatsUser MBStatsUserLocalServiceUtil.updateMBStatsUser(MBStatsUser mbStatsUser, boolean merge)
           
 MBStatsUser MBStatsUserLocalService.updateMBStatsUser(MBStatsUser mbStatsUser, boolean merge)
           
 MBStatsUser MBStatsUserLocalServiceWrapper.updateStatsUser(long groupId, long userId)
           
static MBStatsUser MBStatsUserLocalServiceUtil.updateStatsUser(long groupId, long userId)
           
 MBStatsUser MBStatsUserLocalService.updateStatsUser(long groupId, long userId)
           
 MBStatsUser MBStatsUserLocalServiceWrapper.updateStatsUser(long groupId, long userId, Date lastPostDate)
           
static MBStatsUser MBStatsUserLocalServiceUtil.updateStatsUser(long groupId, long userId, Date lastPostDate)
           
 MBStatsUser MBStatsUserLocalService.updateStatsUser(long groupId, long userId, Date lastPostDate)
           
 

Methods in com.liferay.portlet.messageboards.service that return types with arguments of type MBStatsUser
 List<MBStatsUser> MBStatsUserLocalServiceWrapper.getMBStatsUsers(int start, int end)
           
static List<MBStatsUser> MBStatsUserLocalServiceUtil.getMBStatsUsers(int start, int end)
           
 List<MBStatsUser> MBStatsUserLocalService.getMBStatsUsers(int start, int end)
           
 List<MBStatsUser> MBStatsUserLocalServiceWrapper.getStatsUsersByGroupId(long groupId, int start, int end)
           
static List<MBStatsUser> MBStatsUserLocalServiceUtil.getStatsUsersByGroupId(long groupId, int start, int end)
           
 List<MBStatsUser> MBStatsUserLocalService.getStatsUsersByGroupId(long groupId, int start, int end)
           
 List<MBStatsUser> MBStatsUserLocalServiceWrapper.getStatsUsersByUserId(long userId)
           
static List<MBStatsUser> MBStatsUserLocalServiceUtil.getStatsUsersByUserId(long userId)
           
 List<MBStatsUser> MBStatsUserLocalService.getStatsUsersByUserId(long userId)
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBStatsUser
 MBStatsUser MBStatsUserLocalServiceWrapper.addMBStatsUser(MBStatsUser mbStatsUser)
           
static MBStatsUser MBStatsUserLocalServiceUtil.addMBStatsUser(MBStatsUser mbStatsUser)
           
 MBStatsUser MBStatsUserLocalService.addMBStatsUser(MBStatsUser mbStatsUser)
           
 void MBStatsUserLocalServiceWrapper.deleteMBStatsUser(MBStatsUser mbStatsUser)
           
static void MBStatsUserLocalServiceUtil.deleteMBStatsUser(MBStatsUser mbStatsUser)
           
 void MBStatsUserLocalService.deleteMBStatsUser(MBStatsUser mbStatsUser)
           
 MBStatsUser MBStatsUserLocalServiceWrapper.updateMBStatsUser(MBStatsUser mbStatsUser)
           
static MBStatsUser MBStatsUserLocalServiceUtil.updateMBStatsUser(MBStatsUser mbStatsUser)
           
 MBStatsUser MBStatsUserLocalService.updateMBStatsUser(MBStatsUser mbStatsUser)
           
 MBStatsUser MBStatsUserLocalServiceWrapper.updateMBStatsUser(MBStatsUser mbStatsUser, boolean merge)
           
static MBStatsUser MBStatsUserLocalServiceUtil.updateMBStatsUser(MBStatsUser mbStatsUser, boolean merge)
           
 MBStatsUser MBStatsUserLocalService.updateMBStatsUser(MBStatsUser mbStatsUser, boolean merge)
           
 

Uses of MBStatsUser in com.liferay.portlet.messageboards.service.base
 

Methods in com.liferay.portlet.messageboards.service.base that return MBStatsUser
 MBStatsUser MBStatsUserLocalServiceBaseImpl.addMBStatsUser(MBStatsUser mbStatsUser)
           
 MBStatsUser MBStatsUserLocalServiceBaseImpl.createMBStatsUser(long statsUserId)
           
 MBStatsUser MBStatsUserLocalServiceBaseImpl.getMBStatsUser(long statsUserId)
           
 MBStatsUser MBStatsUserLocalServiceBaseImpl.updateMBStatsUser(MBStatsUser mbStatsUser)
           
 MBStatsUser MBStatsUserLocalServiceBaseImpl.updateMBStatsUser(MBStatsUser mbStatsUser, boolean merge)
           
 

Methods in com.liferay.portlet.messageboards.service.base that return types with arguments of type MBStatsUser
 List<MBStatsUser> MBStatsUserLocalServiceBaseImpl.getMBStatsUsers(int start, int end)
           
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBStatsUser
 MBStatsUser MBStatsUserLocalServiceBaseImpl.addMBStatsUser(MBStatsUser mbStatsUser)
           
 void MBStatsUserLocalServiceBaseImpl.deleteMBStatsUser(MBStatsUser mbStatsUser)
           
 MBStatsUser MBStatsUserLocalServiceBaseImpl.updateMBStatsUser(MBStatsUser mbStatsUser)
           
 MBStatsUser MBStatsUserLocalServiceBaseImpl.updateMBStatsUser(MBStatsUser mbStatsUser, boolean merge)
           
 

Uses of MBStatsUser in com.liferay.portlet.messageboards.service.impl
 

Methods in com.liferay.portlet.messageboards.service.impl that return MBStatsUser
 MBStatsUser MBStatsUserLocalServiceImpl.addStatsUser(long groupId, long userId)
           
 MBStatsUser MBStatsUserLocalServiceImpl.getStatsUser(long groupId, long userId)
           
 MBStatsUser MBStatsUserLocalServiceImpl.updateStatsUser(long groupId, long userId)
           
 MBStatsUser MBStatsUserLocalServiceImpl.updateStatsUser(long groupId, long userId, Date lastPostDate)
           
 

Methods in com.liferay.portlet.messageboards.service.impl that return types with arguments of type MBStatsUser
 List<MBStatsUser> MBStatsUserLocalServiceImpl.getStatsUsersByGroupId(long groupId, int start, int end)
           
 List<MBStatsUser> MBStatsUserLocalServiceImpl.getStatsUsersByUserId(long userId)
           
 

Uses of MBStatsUser in com.liferay.portlet.messageboards.service.persistence
 

Methods in com.liferay.portlet.messageboards.service.persistence that return MBStatsUser
static MBStatsUser MBStatsUserUtil.create(long statsUserId)
           
 MBStatsUser MBStatsUserPersistence.create(long statsUserId)
           
 MBStatsUser MBStatsUserPersistenceImpl.create(long statsUserId)
           
static MBStatsUser MBStatsUserUtil.fetchByG_U(long groupId, long userId)
           
 MBStatsUser MBStatsUserPersistence.fetchByG_U(long groupId, long userId)
           
 MBStatsUser MBStatsUserPersistenceImpl.fetchByG_U(long groupId, long userId)
           
static MBStatsUser MBStatsUserUtil.fetchByG_U(long groupId, long userId, boolean retrieveFromCache)
           
 MBStatsUser MBStatsUserPersistence.fetchByG_U(long groupId, long userId, boolean retrieveFromCache)
           
 MBStatsUser MBStatsUserPersistenceImpl.fetchByG_U(long groupId, long userId, boolean retrieveFromCache)
           
static MBStatsUser MBStatsUserUtil.fetchByPrimaryKey(long statsUserId)
           
 MBStatsUser MBStatsUserPersistence.fetchByPrimaryKey(long statsUserId)
           
 MBStatsUser MBStatsUserPersistenceImpl.fetchByPrimaryKey(long statsUserId)
           
 MBStatsUser MBStatsUserPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static MBStatsUser MBStatsUserUtil.findByG_NotM_First(long groupId, int messageCount, OrderByComparator orderByComparator)
           
 MBStatsUser MBStatsUserPersistence.findByG_NotM_First(long groupId, int messageCount, OrderByComparator orderByComparator)
           
 MBStatsUser MBStatsUserPersistenceImpl.findByG_NotM_First(long groupId, int messageCount, OrderByComparator orderByComparator)
           
static MBStatsUser MBStatsUserUtil.findByG_NotM_Last(long groupId, int messageCount, OrderByComparator orderByComparator)
           
 MBStatsUser MBStatsUserPersistence.findByG_NotM_Last(long groupId, int messageCount, OrderByComparator orderByComparator)
           
 MBStatsUser MBStatsUserPersistenceImpl.findByG_NotM_Last(long groupId, int messageCount, OrderByComparator orderByComparator)
           
static MBStatsUser[] MBStatsUserUtil.findByG_NotM_PrevAndNext(long statsUserId, long groupId, int messageCount, OrderByComparator orderByComparator)
           
 MBStatsUser[] MBStatsUserPersistence.findByG_NotM_PrevAndNext(long statsUserId, long groupId, int messageCount, OrderByComparator orderByComparator)
           
 MBStatsUser[] MBStatsUserPersistenceImpl.findByG_NotM_PrevAndNext(long statsUserId, long groupId, int messageCount, OrderByComparator orderByComparator)
           
static MBStatsUser MBStatsUserUtil.findByG_U(long groupId, long userId)
           
 MBStatsUser MBStatsUserPersistence.findByG_U(long groupId, long userId)
           
 MBStatsUser MBStatsUserPersistenceImpl.findByG_U(long groupId, long userId)
           
static MBStatsUser MBStatsUserUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 MBStatsUser MBStatsUserPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 MBStatsUser MBStatsUserPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static MBStatsUser MBStatsUserUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 MBStatsUser MBStatsUserPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 MBStatsUser MBStatsUserPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static MBStatsUser[] MBStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator orderByComparator)
           
 MBStatsUser[] MBStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator orderByComparator)
           
 MBStatsUser[] MBStatsUserPersistenceImpl.findByGroupId_PrevAndNext(long statsUserId, long groupId, OrderByComparator orderByComparator)
           
static MBStatsUser MBStatsUserUtil.findByPrimaryKey(long statsUserId)
           
 MBStatsUser MBStatsUserPersistence.findByPrimaryKey(long statsUserId)
           
 MBStatsUser MBStatsUserPersistenceImpl.findByPrimaryKey(long statsUserId)
           
 MBStatsUser MBStatsUserPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static MBStatsUser MBStatsUserUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 MBStatsUser MBStatsUserPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 MBStatsUser MBStatsUserPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
static MBStatsUser MBStatsUserUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 MBStatsUser MBStatsUserPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 MBStatsUser MBStatsUserPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
static MBStatsUser[] MBStatsUserUtil.findByUserId_PrevAndNext(long statsUserId, long userId, OrderByComparator orderByComparator)
           
 MBStatsUser[] MBStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId, long userId, OrderByComparator orderByComparator)
           
 MBStatsUser[] MBStatsUserPersistenceImpl.findByUserId_PrevAndNext(long statsUserId, long userId, OrderByComparator orderByComparator)
           
protected  MBStatsUser MBStatsUserPersistenceImpl.getByG_NotM_PrevAndNext(Session session, MBStatsUser mbStatsUser, long groupId, int messageCount, OrderByComparator orderByComparator, boolean previous)
           
protected  MBStatsUser MBStatsUserPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBStatsUser mbStatsUser, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBStatsUser MBStatsUserPersistenceImpl.getByUserId_PrevAndNext(Session session, MBStatsUser mbStatsUser, long userId, OrderByComparator orderByComparator, boolean previous)
           
static MBStatsUser MBStatsUserUtil.remove(long statsUserId)
           
 MBStatsUser MBStatsUserPersistence.remove(long statsUserId)
           
 MBStatsUser MBStatsUserPersistenceImpl.remove(long statsUserId)
           
static MBStatsUser MBStatsUserUtil.remove(MBStatsUser mbStatsUser)
           
 MBStatsUser MBStatsUserPersistenceImpl.remove(Serializable primaryKey)
           
protected  MBStatsUser MBStatsUserPersistenceImpl.removeImpl(MBStatsUser mbStatsUser)
           
protected  MBStatsUser MBStatsUserPersistenceImpl.toUnwrappedModel(MBStatsUser mbStatsUser)
           
static MBStatsUser MBStatsUserUtil.update(MBStatsUser mbStatsUser, boolean merge)
           
static MBStatsUser MBStatsUserUtil.update(MBStatsUser mbStatsUser, boolean merge, ServiceContext serviceContext)
           
static MBStatsUser MBStatsUserUtil.updateImpl(MBStatsUser mbStatsUser, boolean merge)
           
 MBStatsUser MBStatsUserPersistence.updateImpl(MBStatsUser mbStatsUser, boolean merge)
           
 MBStatsUser MBStatsUserPersistenceImpl.updateImpl(MBStatsUser mbStatsUser, boolean merge)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBStatsUser
static List<MBStatsUser> MBStatsUserUtil.findAll()
           
 List<MBStatsUser> MBStatsUserPersistence.findAll()
           
 List<MBStatsUser> MBStatsUserPersistenceImpl.findAll()
           
static List<MBStatsUser> MBStatsUserUtil.findAll(int start, int end)
           
 List<MBStatsUser> MBStatsUserPersistence.findAll(int start, int end)
           
 List<MBStatsUser> MBStatsUserPersistenceImpl.findAll(int start, int end)
           
static List<MBStatsUser> MBStatsUserUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<MBStatsUser> MBStatsUserPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<MBStatsUser> MBStatsUserPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<MBStatsUser> MBStatsUserUtil.findByG_NotM(long groupId, int messageCount)
           
 List<MBStatsUser> MBStatsUserPersistence.findByG_NotM(long groupId, int messageCount)
           
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByG_NotM(long groupId, int messageCount)
           
static List<MBStatsUser> MBStatsUserUtil.findByG_NotM(long groupId, int messageCount, int start, int end)
           
 List<MBStatsUser> MBStatsUserPersistence.findByG_NotM(long groupId, int messageCount, int start, int end)
           
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByG_NotM(long groupId, int messageCount, int start, int end)
           
static List<MBStatsUser> MBStatsUserUtil.findByG_NotM(long groupId, int messageCount, int start, int end, OrderByComparator orderByComparator)
           
 List<MBStatsUser> MBStatsUserPersistence.findByG_NotM(long groupId, int messageCount, int start, int end, OrderByComparator orderByComparator)
           
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByG_NotM(long groupId, int messageCount, int start, int end, OrderByComparator orderByComparator)
           
static List<MBStatsUser> MBStatsUserUtil.findByGroupId(long groupId)
           
 List<MBStatsUser> MBStatsUserPersistence.findByGroupId(long groupId)
           
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByGroupId(long groupId)
           
static List<MBStatsUser> MBStatsUserUtil.findByGroupId(long groupId, int start, int end)
           
 List<MBStatsUser> MBStatsUserPersistence.findByGroupId(long groupId, int start, int end)
           
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByGroupId(long groupId, int start, int end)
           
static List<MBStatsUser> MBStatsUserUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBStatsUser> MBStatsUserPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBStatsUser> MBStatsUserUtil.findByUserId(long userId)
           
 List<MBStatsUser> MBStatsUserPersistence.findByUserId(long userId)
           
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByUserId(long userId)
           
static List<MBStatsUser> MBStatsUserUtil.findByUserId(long userId, int start, int end)
           
 List<MBStatsUser> MBStatsUserPersistence.findByUserId(long userId, int start, int end)
           
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByUserId(long userId, int start, int end)
           
static List<MBStatsUser> MBStatsUserUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBStatsUser> MBStatsUserPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBStatsUser> MBStatsUserPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBStatsUser> MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MBStatsUser> MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MBStatsUser> MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBStatsUser
static void MBStatsUserUtil.cacheResult(MBStatsUser mbStatsUser)
           
 void MBStatsUserPersistence.cacheResult(MBStatsUser mbStatsUser)
           
 void MBStatsUserPersistenceImpl.cacheResult(MBStatsUser mbStatsUser)
           
static void MBStatsUserUtil.clearCache(MBStatsUser mbStatsUser)
           
 void MBStatsUserPersistenceImpl.clearCache(MBStatsUser mbStatsUser)
           
protected  MBStatsUser MBStatsUserPersistenceImpl.getByG_NotM_PrevAndNext(Session session, MBStatsUser mbStatsUser, long groupId, int messageCount, OrderByComparator orderByComparator, boolean previous)
           
protected  MBStatsUser MBStatsUserPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBStatsUser mbStatsUser, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBStatsUser MBStatsUserPersistenceImpl.getByUserId_PrevAndNext(Session session, MBStatsUser mbStatsUser, long userId, OrderByComparator orderByComparator, boolean previous)
           
static MBStatsUser MBStatsUserUtil.remove(MBStatsUser mbStatsUser)
           
protected  MBStatsUser MBStatsUserPersistenceImpl.removeImpl(MBStatsUser mbStatsUser)
           
protected  MBStatsUser MBStatsUserPersistenceImpl.toUnwrappedModel(MBStatsUser mbStatsUser)
           
static MBStatsUser MBStatsUserUtil.update(MBStatsUser mbStatsUser, boolean merge)
           
static MBStatsUser MBStatsUserUtil.update(MBStatsUser mbStatsUser, boolean merge, ServiceContext serviceContext)
           
static MBStatsUser MBStatsUserUtil.updateImpl(MBStatsUser mbStatsUser, boolean merge)
           
 MBStatsUser MBStatsUserPersistence.updateImpl(MBStatsUser mbStatsUser, boolean merge)
           
 MBStatsUser MBStatsUserPersistenceImpl.updateImpl(MBStatsUser mbStatsUser, boolean merge)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence with type arguments of type MBStatsUser
static void MBStatsUserUtil.cacheResult(List<MBStatsUser> mbStatsUsers)
           
 void MBStatsUserPersistence.cacheResult(List<MBStatsUser> mbStatsUsers)
           
 void MBStatsUserPersistenceImpl.cacheResult(List<MBStatsUser> mbStatsUsers)
           
 

Uses of MBStatsUser in com.liferay.portlet.messageboards.util
 

Methods in com.liferay.portlet.messageboards.util with parameters of type MBStatsUser
static String[] MBUtil.getUserRank(PortletPreferences preferences, String languageId, MBStatsUser statsUser)
           
 


Liferay 6.0.3