com.liferay.portlet.messageboards.model
Interface MBMessageDisplay
- All Superinterfaces:
- java.io.Serializable
public interface MBMessageDisplay
- extends java.io.Serializable
View Source
- Author:
- Brian Wing Shun Chan, Shuyang Zhou
getCategory
MBCategory getCategory()
getMessage
MBMessage getMessage()
getNextThread
MBThread getNextThread()
getParentMessage
MBMessage getParentMessage()
getPreviousThread
MBThread getPreviousThread()
getThread
MBThread getThread()
getThreadView
java.lang.String getThreadView()
getTreeWalker
MBTreeWalker getTreeWalker()