Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Interface MBMessageDisplay

All Superinterfaces:
Serializable
All Known Implementing Classes:
MBMessageDisplayImpl

public interface MBMessageDisplay
extends Serializable


Method Summary
 MBCategory getCategory()
           
 MBMessage getMessage()
           
 MBThread getNextThread()
           
 MBMessage getParentMessage()
           
 MBThread getPreviousThread()
           
 MBThread getThread()
           
 String getThreadView()
           
 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.1.2-ce-ga3