Liferay 7.0-ce-b4

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

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

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 MBThreadServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBCategoryServiceBaseImpl.mbCategoryPersistence
           
protected  MBCategoryPersistence MBThreadLocalServiceBaseImpl.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 MBThreadServiceBaseImpl.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 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 MBThreadServiceBaseImpl.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 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
 

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

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

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

Fields in com.liferay.portlet.messageboards.service.persistence.impl declared as MBCategoryPersistence
protected  MBCategoryPersistence MBCategoryFinderBaseImpl.mbCategoryPersistence
           
 

Methods in com.liferay.portlet.messageboards.service.persistence.impl that return MBCategoryPersistence
 MBCategoryPersistence MBCategoryFinderBaseImpl.getMBCategoryPersistence()
          Returns the message boards category persistence.
 

Methods in com.liferay.portlet.messageboards.service.persistence.impl with parameters of type MBCategoryPersistence
 void MBCategoryFinderBaseImpl.setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 


Liferay 7.0-ce-b4