|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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.EditPostAction
Field Summary | |
private java.util.List |
attachments
|
private boolean |
firstPost
|
private Message |
message
|
private Poll |
poll
|
private Post |
post
|
private Poster |
poster
|
private int |
postId
|
private Topic |
topic
|
Fields inherited from class org.jboss.portlet.forums.action.ForumAction |
INIT, module, REFRESH |
Constructor Summary | |
EditPostAction(int postId)
Creates a new EditPostAction object. |
|
EditPostAction(Message message,
Poster poster,
int postId,
java.util.List attachments,
Poll poll)
|
Method Summary | |
java.util.List |
getAttachments()
DOCUMENT_ME |
Forum |
getForum()
DOCUMENT_ME |
Message |
getMessage()
DOCUMENT_ME |
Poll |
getPoll()
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 |
Field Detail |
private Message message
private Poster poster
private int postId
private java.util.List attachments
private Post post
private Topic topic
private Poll poll
private boolean firstPost
Constructor Detail |
public EditPostAction(Message message, Poster poster, int postId, java.util.List attachments, Poll poll)
public EditPostAction(int postId)
EditPostAction
object.
postId
- DOCUMENT_MEMethod Detail |
public Post getPost()
getPost
in class PostAction
public Topic getTopic()
getTopic
in class TopicAction
public Forum getForum()
getForum
in class ForumAction
public Poster getPoster()
getPoster
in class ForumAction
public Message getMessage()
getMessage
in class ForumAction
public java.util.List getAttachments()
getAttachments
in class ForumAction
public void init()
init
in class ForumAction
public Poll getPoll()
public boolean isFirstPost()
isFirstPost
in class PostAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |