Liferay 7.0-ce-b4

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

Packages that use MBThreadFlagPersistence
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 MBThreadFlagPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as MBThreadFlagPersistence
protected  MBThreadFlagPersistence UserServiceBaseImpl.mbThreadFlagPersistence
           
protected  MBThreadFlagPersistence UserLocalServiceBaseImpl.mbThreadFlagPersistence
           
 

Methods in com.liferay.portal.service.base that return MBThreadFlagPersistence
 MBThreadFlagPersistence UserServiceBaseImpl.getMBThreadFlagPersistence()
          Returns the message boards thread flag persistence.
 MBThreadFlagPersistence UserLocalServiceBaseImpl.getMBThreadFlagPersistence()
          Returns the message boards thread flag persistence.
 

Methods in com.liferay.portal.service.base with parameters of type MBThreadFlagPersistence
 void UserServiceBaseImpl.setMBThreadFlagPersistence(MBThreadFlagPersistence mbThreadFlagPersistence)
          Sets the message boards thread flag persistence.
 void UserLocalServiceBaseImpl.setMBThreadFlagPersistence(MBThreadFlagPersistence mbThreadFlagPersistence)
          Sets the message boards thread flag persistence.
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as MBThreadFlagPersistence
protected  MBThreadFlagPersistence MBThreadServiceBaseImpl.mbThreadFlagPersistence
           
protected  MBThreadFlagPersistence MBThreadLocalServiceBaseImpl.mbThreadFlagPersistence
           
protected  MBThreadFlagPersistence MBThreadFlagLocalServiceBaseImpl.mbThreadFlagPersistence
           
 

Methods in com.liferay.portlet.messageboards.service.base that return MBThreadFlagPersistence
 MBThreadFlagPersistence MBThreadServiceBaseImpl.getMBThreadFlagPersistence()
          Returns the message boards thread flag persistence.
 MBThreadFlagPersistence MBThreadLocalServiceBaseImpl.getMBThreadFlagPersistence()
          Returns the message boards thread flag persistence.
 MBThreadFlagPersistence MBThreadFlagLocalServiceBaseImpl.getMBThreadFlagPersistence()
          Returns the message boards thread flag persistence.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBThreadFlagPersistence
 void MBThreadServiceBaseImpl.setMBThreadFlagPersistence(MBThreadFlagPersistence mbThreadFlagPersistence)
          Sets the message boards thread flag persistence.
 void MBThreadLocalServiceBaseImpl.setMBThreadFlagPersistence(MBThreadFlagPersistence mbThreadFlagPersistence)
          Sets the message boards thread flag persistence.
 void MBThreadFlagLocalServiceBaseImpl.setMBThreadFlagPersistence(MBThreadFlagPersistence mbThreadFlagPersistence)
          Sets the message boards thread flag persistence.
 

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

Methods in com.liferay.portlet.messageboards.service.persistence that return MBThreadFlagPersistence
static MBThreadFlagPersistence MBThreadFlagUtil.getPersistence()
           
 

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

Classes in com.liferay.portlet.messageboards.service.persistence.impl that implement MBThreadFlagPersistence
 class MBThreadFlagPersistenceImpl
          The persistence implementation for the message boards thread flag service.
 


Liferay 7.0-ce-b4