Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.messageboards.service.persistence.MBStatsUserPersistence

Packages that use MBStatsUserPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.messageboards.service.persistence.impl   
 

Uses of MBStatsUserPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as MBStatsUserPersistence
protected  MBStatsUserPersistence UserServiceBaseImpl.mbStatsUserPersistence
           
protected  MBStatsUserPersistence UserLocalServiceBaseImpl.mbStatsUserPersistence
           
 

Methods in com.liferay.portal.service.base that return MBStatsUserPersistence
 MBStatsUserPersistence UserServiceBaseImpl.getMBStatsUserPersistence()
          Returns the message boards stats user persistence.
 MBStatsUserPersistence UserLocalServiceBaseImpl.getMBStatsUserPersistence()
          Returns the message boards stats user persistence.
 

Methods in com.liferay.portal.service.base with parameters of type MBStatsUserPersistence
 void UserServiceBaseImpl.setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
          Sets the message boards stats user persistence.
 void UserLocalServiceBaseImpl.setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
          Sets the message boards stats user persistence.
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as MBStatsUserPersistence
protected  MBStatsUserPersistence MBThreadServiceBaseImpl.mbStatsUserPersistence
           
protected  MBStatsUserPersistence MBThreadLocalServiceBaseImpl.mbStatsUserPersistence
           
protected  MBStatsUserPersistence MBStatsUserLocalServiceBaseImpl.mbStatsUserPersistence
           
protected  MBStatsUserPersistence MBMessageServiceBaseImpl.mbStatsUserPersistence
           
protected  MBStatsUserPersistence MBMessageLocalServiceBaseImpl.mbStatsUserPersistence
           
 

Methods in com.liferay.portlet.messageboards.service.base that return MBStatsUserPersistence
 MBStatsUserPersistence MBThreadServiceBaseImpl.getMBStatsUserPersistence()
          Returns the message boards stats user persistence.
 MBStatsUserPersistence MBThreadLocalServiceBaseImpl.getMBStatsUserPersistence()
          Returns the message boards stats user persistence.
 MBStatsUserPersistence MBStatsUserLocalServiceBaseImpl.getMBStatsUserPersistence()
          Returns the message boards stats user persistence.
 MBStatsUserPersistence MBMessageServiceBaseImpl.getMBStatsUserPersistence()
          Returns the message boards stats user persistence.
 MBStatsUserPersistence MBMessageLocalServiceBaseImpl.getMBStatsUserPersistence()
          Returns the message boards stats user persistence.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBStatsUserPersistence
 void MBThreadServiceBaseImpl.setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
          Sets the message boards stats user persistence.
 void MBThreadLocalServiceBaseImpl.setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
          Sets the message boards stats user persistence.
 void MBStatsUserLocalServiceBaseImpl.setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
          Sets the message boards stats user persistence.
 void MBMessageServiceBaseImpl.setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
          Sets the message boards stats user persistence.
 void MBMessageLocalServiceBaseImpl.setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
          Sets the message boards stats user persistence.
 

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

Methods in com.liferay.portlet.messageboards.service.persistence that return MBStatsUserPersistence
static MBStatsUserPersistence MBStatsUserUtil.getPersistence()
           
 

Uses of MBStatsUserPersistence in com.liferay.portlet.messageboards.service.persistence.impl
 

Classes in com.liferay.portlet.messageboards.service.persistence.impl that implement MBStatsUserPersistence
 class MBStatsUserPersistenceImpl
          The persistence implementation for the message boards stats user service.
 


Liferay 7.0-ce-b4