Liferay 7.0-ce-b4

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

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

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

Fields in com.liferay.portlet.messageboards.service.base declared as MBMailingListPersistence
protected  MBMailingListPersistence MBCategoryLocalServiceBaseImpl.mbMailingListPersistence
           
protected  MBMailingListPersistence MBDiscussionLocalServiceBaseImpl.mbMailingListPersistence
           
protected  MBMailingListPersistence MBMailingListLocalServiceBaseImpl.mbMailingListPersistence
           
protected  MBMailingListPersistence MBCategoryServiceBaseImpl.mbMailingListPersistence
           
 

Methods in com.liferay.portlet.messageboards.service.base that return MBMailingListPersistence
 MBMailingListPersistence MBCategoryLocalServiceBaseImpl.getMBMailingListPersistence()
          Returns the message boards mailing list persistence.
 MBMailingListPersistence MBDiscussionLocalServiceBaseImpl.getMBMailingListPersistence()
          Returns the message boards mailing list persistence.
 MBMailingListPersistence MBMailingListLocalServiceBaseImpl.getMBMailingListPersistence()
          Returns the message boards mailing list persistence.
 MBMailingListPersistence MBCategoryServiceBaseImpl.getMBMailingListPersistence()
          Returns the message boards mailing list persistence.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBMailingListPersistence
 void MBCategoryLocalServiceBaseImpl.setMBMailingListPersistence(MBMailingListPersistence mbMailingListPersistence)
          Sets the message boards mailing list persistence.
 void MBDiscussionLocalServiceBaseImpl.setMBMailingListPersistence(MBMailingListPersistence mbMailingListPersistence)
          Sets the message boards mailing list persistence.
 void MBMailingListLocalServiceBaseImpl.setMBMailingListPersistence(MBMailingListPersistence mbMailingListPersistence)
          Sets the message boards mailing list persistence.
 void MBCategoryServiceBaseImpl.setMBMailingListPersistence(MBMailingListPersistence mbMailingListPersistence)
          Sets the message boards mailing list persistence.
 

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

Methods in com.liferay.portlet.messageboards.service.persistence that return MBMailingListPersistence
static MBMailingListPersistence MBMailingListUtil.getPersistence()
           
 

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

Classes in com.liferay.portlet.messageboards.service.persistence.impl that implement MBMailingListPersistence
 class MBMailingListPersistenceImpl
          The persistence implementation for the message boards mailing list service.
 


Liferay 7.0-ce-b4