|
||||||||||
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.NewTopicAction
Field Summary | |
private java.util.List |
attachments
|
private Forum |
forum
|
private int |
forumId
|
private Message |
message
|
private Poll |
poll
|
private Poster |
poster
|
Fields inherited from class org.jboss.portlet.forums.action.ForumAction |
INIT, module, REFRESH |
Constructor Summary | |
NewTopicAction(int forumId)
Creates a new NewTopicAction object. |
|
NewTopicAction(Poster poster,
Message message,
int forumId,
java.util.List attachments,
Poll poll)
Creates a new NewTopicAction object. |
Method Summary | |
java.util.List |
getAttachments()
DOCUMENT_ME |
Forum |
getForum()
DOCUMENT_ME |
Message |
getMessage()
DOCUMENT_ME |
Poll |
getPoll()
DOCUMENT_ME |
Poster |
getPoster()
DOCUMENT_ME |
void |
init()
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 int forumId
private Poster poster
private Message message
private Poll poll
private java.util.List attachments
private Forum forum
Constructor Detail |
public NewTopicAction(Poster poster, Message message, int forumId, java.util.List attachments, Poll poll)
NewTopicAction
object.
poster
- DOCUMENT_MEmessage
- DOCUMENT_MEforumId
- DOCUMENT_MEattachments
- DOCUMENT_MEpoll
- DOCUMENT_MEpublic NewTopicAction(int forumId)
NewTopicAction
object.
forumId
- DOCUMENT_MEMethod Detail |
public Poster getPoster()
getPoster
in class ForumAction
public Forum getForum()
getForum
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |