Liferay 6.2.0

com.liferay.portlet.messageboards.model
Interface MBMessageDisplay

All Superinterfaces:
Serializable
All Known Implementing Classes:
MBMessageDisplayImpl

public interface MBMessageDisplay
extends Serializable


Method Summary
abstract  MBCategory getCategory()
           
abstract  MBMessage getMessage()
           
abstract  MBThread getNextThread()
           
abstract  MBMessage getParentMessage()
           
abstract  MBThread getPreviousThread()
           
abstract  MBThread getThread()
           
abstract  String getThreadView()
           
abstract  MBTreeWalker getTreeWalker()
           
 

Method Detail

getCategory

MBCategory getCategory()

getMessage

MBMessage getMessage()

getNextThread

MBThread getNextThread()

getParentMessage

MBMessage getParentMessage()

getPreviousThread

MBThread getPreviousThread()

getThread

MBThread getThread()

getThreadView

String getThreadView()

getTreeWalker

MBTreeWalker getTreeWalker()

Liferay 6.2.0