|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portlet.forums.command.ActionCommand org.jboss.portlet.forums.commands.AbstractCommand org.jboss.portlet.forums.commands.post.ForumCommand org.jboss.portlet.forums.commands.post.TopicCommand org.jboss.portlet.forums.commands.post.PostCommand org.jboss.portlet.forums.commands.post.EditPostCommand
Nested Class Summary |
Nested classes inherited from class org.jboss.portlet.forums.commands.CommandConstants |
CommandConstants.ImmutableResult |
Field Summary | |
java.util.Date |
current_time
DOCUMENT_ME |
java.util.List |
deletedAttachments
DOCUMENT_ME |
boolean |
notify
DOCUMENT_ME |
boolean |
pd_edit_poll
DOCUMENT_ME |
boolean |
pd_first_post
DOCUMENT_ME |
boolean |
pd_last_post
DOCUMENT_ME |
boolean |
poll_delete
DOCUMENT_ME |
int |
topic_type
DOCUMENT_ME |
java.util.Map |
updatedAttachments
|
Fields inherited from class org.jboss.portlet.forums.commands.post.PostCommand |
attachments, post, postId |
Fields inherited from class org.jboss.portlet.forums.commands.post.TopicCommand |
topic, topicId |
Fields inherited from class org.jboss.portlet.forums.commands.post.ForumCommand |
category, currentUser, forum, forumId, forumsModule, message, poll, poster |
Fields inherited from class org.jboss.portlet.forums.commands.AbstractCommand |
log |
Fields inherited from class org.jboss.portlet.forums.command.ActionCommand |
|
Constructor Summary | |
EditPostCommand(JBossActionRequest request,
JBossActionResponse response)
|
Method Summary | |
protected Result |
__execute()
DOCUMENT_ME |
int |
authType()
DOCUMENT_ME |
protected void |
prepare()
DOCUMENT_ME |
Methods inherited from class org.jboss.portlet.forums.commands.post.PostCommand |
find |
Methods inherited from class org.jboss.portlet.forums.commands.post.ForumCommand |
currentUser, execute, getModule, getPoster, setCurrentUser, setModule, setPoster |
Methods inherited from class org.jboss.portlet.forums.commands.AbstractCommand |
getConfigurator |
Methods inherited from class org.jboss.portlet.forums.command.ActionCommand |
getRequest, getResponse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int topic_type
public java.util.Date current_time
public boolean notify
public boolean poll_delete
public boolean pd_first_post
public boolean pd_last_post
public boolean pd_edit_poll
public java.util.List deletedAttachments
public java.util.Map updatedAttachments
Constructor Detail |
public EditPostCommand(JBossActionRequest request, JBossActionResponse response)
Method Detail |
public int authType()
authType
in class ForumCommand
protected void prepare() throws ValidationException
prepare
in class ForumCommand
ValidationException
- DOCUMENT_MEprotected Result __execute()
__execute
in class ForumCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |