Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.messageboards.model.MBMailingListModel

Packages that use MBMailingListModel
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
 

Uses of MBMailingListModel in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return MBMailingListModel
 MBMailingListModel DataFactory.newMBMailingListModel(MBCategoryModel mbCategoryModel)
           
 

Uses of MBMailingListModel in com.liferay.portlet.messageboards.model
 

Subinterfaces of MBMailingListModel in com.liferay.portlet.messageboards.model
 interface MBMailingList
          The extended model interface for the MBMailingList service.
 

Classes in com.liferay.portlet.messageboards.model that implement MBMailingListModel
 class MBMailingListWrapper
           This class is a wrapper for MBMailingList.
 

Uses of MBMailingListModel in com.liferay.portlet.messageboards.model.impl
 

Classes in com.liferay.portlet.messageboards.model.impl that implement MBMailingListModel
 class MBMailingListBaseImpl
          The extended model base implementation for the MBMailingList service.
 class MBMailingListImpl
           
 class MBMailingListModelImpl
          The base model implementation for the MBMailingList service.
 


Liferay 6.2-ce-ga5