Liferay 6.2.0-ce-rc3

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

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

Fields in com.liferay.portal.service.base declared as MBCategoryPersistence
protected  MBCategoryPersistence GroupLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence GroupServiceBaseImpl.mbCategoryPersistence
           
 

Methods in com.liferay.portal.service.base that return MBCategoryPersistence
 MBCategoryPersistence GroupLocalServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 MBCategoryPersistence GroupServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 

Methods in com.liferay.portal.service.base with parameters of type MBCategoryPersistence
 void GroupLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void GroupServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 

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

Fields in com.liferay.portlet.messageboards.service.base declared as MBCategoryPersistence
protected  MBCategoryPersistence MBThreadServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBMessageServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBStatsUserLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBCategoryLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBBanServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBMailingListLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBThreadFlagLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBThreadLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBCategoryServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBBanLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBMessageLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBDiscussionLocalServiceBaseImpl.mbCategoryPersistence
           
 

Methods in com.liferay.portlet.messageboards.service.base that return MBCategoryPersistence
 MBCategoryPersistence MBThreadServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 MBCategoryPersistence MBMessageServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 MBCategoryPersistence MBStatsUserLocalServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 MBCategoryPersistence MBCategoryLocalServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 MBCategoryPersistence MBBanServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 MBCategoryPersistence MBMailingListLocalServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 MBCategoryPersistence MBThreadFlagLocalServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 MBCategoryPersistence MBThreadLocalServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 MBCategoryPersistence MBCategoryServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 MBCategoryPersistence MBBanLocalServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 MBCategoryPersistence MBMessageLocalServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 MBCategoryPersistence MBDiscussionLocalServiceBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBCategoryPersistence
 void MBThreadServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBMessageServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBStatsUserLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBCategoryLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBBanServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBMailingListLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBThreadFlagLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBThreadLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBCategoryServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBBanLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBMessageLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBDiscussionLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 

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

Classes in com.liferay.portlet.messageboards.service.persistence that implement MBCategoryPersistence
 class MBCategoryPersistenceImpl
          The persistence implementation for the message boards category service.
 

Methods in com.liferay.portlet.messageboards.service.persistence that return MBCategoryPersistence
static MBCategoryPersistence MBCategoryUtil.getPersistence()
           
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBCategoryPersistence
 void MBCategoryUtil.setPersistence(MBCategoryPersistence persistence)
          Deprecated. As of 6.2.0
 


Liferay 6.2.0-ce-rc3