Liferay 6.0-ee

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

Packages that use MBCategoryFinder
com.liferay.portal.service.base   
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()
          Gets the message boards category finder.
 MBCategoryFinder GroupLocalServiceBaseImpl.getMBCategoryFinder()
          Gets 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 MBThreadServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBThreadLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBStatsUserLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBMessageServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBMessageLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBMessageFlagServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBMessageFlagLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBMailingListLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBDiscussionLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBCategoryServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBCategoryLocalServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBBanServiceBaseImpl.mbCategoryFinder
           
protected  MBCategoryFinder MBBanLocalServiceBaseImpl.mbCategoryFinder
           
 

Methods in com.liferay.portlet.messageboards.service.base that return MBCategoryFinder
 MBCategoryFinder MBThreadServiceBaseImpl.getMBCategoryFinder()
          Gets the message boards category finder.
 MBCategoryFinder MBThreadLocalServiceBaseImpl.getMBCategoryFinder()
          Gets the message boards category finder.
 MBCategoryFinder MBStatsUserLocalServiceBaseImpl.getMBCategoryFinder()
          Gets the message boards category finder.
 MBCategoryFinder MBMessageServiceBaseImpl.getMBCategoryFinder()
          Gets the message boards category finder.
 MBCategoryFinder MBMessageLocalServiceBaseImpl.getMBCategoryFinder()
          Gets the message boards category finder.
 MBCategoryFinder MBMessageFlagServiceBaseImpl.getMBCategoryFinder()
          Gets the message boards category finder.
 MBCategoryFinder MBMessageFlagLocalServiceBaseImpl.getMBCategoryFinder()
          Gets the message boards category finder.
 MBCategoryFinder MBMailingListLocalServiceBaseImpl.getMBCategoryFinder()
          Gets the message boards category finder.
 MBCategoryFinder MBDiscussionLocalServiceBaseImpl.getMBCategoryFinder()
          Gets the message boards category finder.
 MBCategoryFinder MBCategoryServiceBaseImpl.getMBCategoryFinder()
          Gets the message boards category finder.
 MBCategoryFinder MBCategoryLocalServiceBaseImpl.getMBCategoryFinder()
          Gets the message boards category finder.
 MBCategoryFinder MBBanServiceBaseImpl.getMBCategoryFinder()
          Gets the message boards category finder.
 MBCategoryFinder MBBanLocalServiceBaseImpl.getMBCategoryFinder()
          Gets the message boards category finder.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBCategoryFinder
 void MBThreadServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBThreadLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBStatsUserLocalServiceBaseImpl.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.
 void MBMessageFlagServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBMessageFlagLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBMailingListLocalServiceBaseImpl.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 MBCategoryLocalServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBBanServiceBaseImpl.setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void MBBanLocalServiceBaseImpl.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.0-ee