|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portlet.forums.action.Action
org.jboss.portlet.forums.action.ForumAction
org.jboss.portlet.forums.action.TopicAction
org.jboss.portlet.forums.action.PostAction
org.jboss.portlet.forums.action.ReplyAction
| Field Summary |
| Fields inherited from class org.jboss.portlet.forums.action.ForumAction |
INIT, module, REFRESH |
| Constructor Summary | |
ReplyAction(boolean quote,
int postId,
Message message,
Poster poster)
Creates a new ReplyAction object. |
|
ReplyAction(int postId,
Message message,
Poster poster,
java.util.List attachments)
Creates a new ReplyAction object. |
|
| Method Summary | |
java.util.List |
getAttachments()
DOCUMENT_ME |
Forum |
getForum()
DOCUMENT_ME |
Message |
getMessage()
DOCUMENT_ME |
Post |
getPost()
DOCUMENT_ME |
Poster |
getPoster()
DOCUMENT_ME |
Topic |
getTopic()
DOCUMENT_ME |
void |
init()
DOCUMENT_ME |
boolean |
isFirstPost()
DOCUMENT_ME |
| Methods inherited from class org.jboss.portlet.forums.action.ForumAction |
getMode, setModule |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReplyAction(int postId,
Message message,
Poster poster,
java.util.List attachments)
ReplyAction object.
postId - DOCUMENT_MEmessage - DOCUMENT_MEposter - DOCUMENT_MEattachments - DOCUMENT_ME
public ReplyAction(boolean quote,
int postId,
Message message,
Poster poster)
ReplyAction object.
quote - DOCUMENT_MEpostId - DOCUMENT_MEmessage - DOCUMENT_MEposter - DOCUMENT_ME| Method Detail |
public Post getPost()
getPost in class PostActionpublic Topic getTopic()
getTopic in class TopicActionpublic Forum getForum()
getForum in class ForumActionpublic Poster getPoster()
getPoster in class ForumActionpublic Message getMessage()
getMessage in class ForumActionpublic java.util.List getAttachments()
getAttachments in class ForumActionpublic void init()
init in class ForumActionpublic boolean isFirstPost()
isFirstPost in class PostAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||