Liferay 6.1.2-ce-ga3

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

Packages that use MBMessageModel
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
 

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

Subinterfaces of MBMessageModel in com.liferay.portlet.messageboards.model
 interface MBMessage
          The extended model interface for the MBMessage service.
 

Classes in com.liferay.portlet.messageboards.model that implement MBMessageModel
 class MBMessageWrapper
           This class is a wrapper for MBMessage.
 

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

Classes in com.liferay.portlet.messageboards.model.impl that implement MBMessageModel
 class MBMessageBaseImpl
          The extended model base implementation for the MBMessage service.
 class MBMessageImpl
           
 class MBMessageModelImpl
          The base model implementation for the MBMessage service.
 


Liferay 6.1.2-ce-ga3