Liferay 6.1.2-ce-ga3

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

Packages that use MBCategoryFinder
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   
 

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

Fields in com.liferay.portal.service.base declared as MBCategoryFinder
protected  MBCategoryFinder GroupServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder GroupLocalServiceBaseImpl.mbCategoryFinder
           
 

Methods in com.liferay.portal.service.base that return MBCategoryFinder
 MBCategoryFinder GroupServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder GroupLocalServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 

Methods in com.liferay.portal.service.base with parameters of type MBCategoryFinder
 void GroupServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void GroupLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 

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 MBMessageServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBThreadServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBThreadFlagLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBDiscussionLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBCategoryServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBBanLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBBanServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBMessageLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBThreadLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBMailingListLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBStatsUserLocalServiceBaseImpl.mbCategoryFinder
           
 

Methods in com.liferay.portlet.messageboards.service.base that return MBCategoryFinder
 MBCategoryFinder MBCategoryLocalServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBMessageServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBThreadServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBThreadFlagLocalServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBDiscussionLocalServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBCategoryServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBBanLocalServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBBanServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBMessageLocalServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBThreadLocalServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBMailingListLocalServiceBaseImpl.getMBCategoryFinder()
          Returns the message boards category finder.
 MBCategoryFinder MBStatsUserLocalServiceBaseImpl.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 MBMessageServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBThreadServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBThreadFlagLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBDiscussionLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBCategoryServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBBanLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBBanServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBMessageLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBThreadLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBMailingListLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBStatsUserLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 

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

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

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)
           
 


Liferay 6.1.2-ce-ga3