Liferay 6.2-ce-ga5

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 GroupServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence GroupLocalServiceBaseImpl.mbCategoryPersistence
           
 

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

Methods in com.liferay.portal.service.base with parameters of type MBCategoryPersistence
 void GroupServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void GroupLocalServiceBaseImpl.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 MBCategoryLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBBanLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBBanServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBDiscussionLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBThreadServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBMailingListLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBCategoryServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBThreadLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBThreadFlagLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBStatsUserLocalServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBMessageServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBMessageLocalServiceBaseImpl.mbCategoryPersistence
           
 

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

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBCategoryPersistence
 void MBCategoryLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBBanLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBBanServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBDiscussionLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBThreadServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBMailingListLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBCategoryServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBThreadLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBThreadFlagLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBStatsUserLocalServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBMessageServiceBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void MBMessageLocalServiceBaseImpl.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-ce-ga5