Liferay 7.0-ce-b4

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

Packages that use MBCategoryFinder
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.messageboards.service.persistence.impl   
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as MBCategoryFinder
protected  MBCategoryFinder MBCategoryLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBThreadServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBCategoryServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBThreadLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBMessageServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBMessageLocalServiceBaseImpl.mbCategoryFinder
           
 

Methods in com.liferay.portlet.messageboards.service.base that return MBCategoryFinder
 MBCategoryFinder MBCategoryLocalServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBThreadServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBCategoryServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBThreadLocalServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBMessageServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBMessageLocalServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBCategoryFinder
 void MBCategoryLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBThreadServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBCategoryServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBThreadLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBMessageServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBMessageLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 

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

Methods in com.liferay.portlet.messageboards.service.persistence that return MBCategoryFinder
static MBCategoryFinder MBCategoryFinderUtil.getFinder()
           
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBCategoryFinder
 void MBCategoryFinderUtil.setFinder(MBCategoryFinder finder)
           
 

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

Classes in com.liferay.portlet.messageboards.service.persistence.impl that implement MBCategoryFinder
 class MBCategoryFinderImpl
           
 


Liferay 7.0-ce-b4