站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

RepostCommand - JBOSS Portal 2.4 API 英文版文档


org.jboss.portlet.forums.commands.post
Class RepostCommand

java.lang.Object
  extended byorg.jboss.portlet.command.ActionCommand
      extended byorg.jboss.portlet.forums.commands.AbstractCommand
          extended byorg.jboss.portlet.forums.commands.post.ForumCommand
              extended byorg.jboss.portlet.forums.commands.post.TopicCommand
                  extended byorg.jboss.portlet.forums.commands.post.PostCommand
                      extended byorg.jboss.portlet.forums.commands.post.RepostCommand
All Implemented Interfaces:
Command, CommandConstants

public class RepostCommand
extends PostCommand


Nested Class Summary
 
Nested classes inherited from class org.jboss.portlet.forums.commands.CommandConstants
CommandConstants.ImmutableResult
 
Field Summary
 
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 interface org.jboss.portlet.forums.commands.CommandConstants
TYPE_ALREADY_VOTED, TYPE_CANNOT_ADD_ATTACHMENT, TYPE_CANNOT_CREATE_CATEGORY_INSERTION_FAILED, TYPE_CANNOT_CREATE_CATEGORY_INVALID_NAME, TYPE_CANNOT_CREATE_FORUM_INSERTION_FAILED, TYPE_CANNOT_CREATE_FORUM_INVALID_CATEGORY, TYPE_CANNOT_CREATE_FORUM_INVALID_NAME, TYPE_CANNOT_DELETE_ATTACHMENT, TYPE_CANNOT_DELETE_POLL, TYPE_CANNOT_DELETE_REPLIED, TYPE_CANNOT_INSERT_VOTE, TYPE_CANNOT_LOCK_TOPIC_MOVED, TYPE_CANNOT_MOVE_AND_REMOVE_FORUM, TYPE_CANNOT_MOVE_TOPIC, TYPE_CANNOT_OBTAIN_USER_DATA, TYPE_CANNOT_ORDER_CATEGORIES, TYPE_CANNOT_ORDER_FORUMS, TYPE_CANNOT_QUERY, TYPE_CANNOT_REMOVE_CATEGORY, TYPE_CANNOT_REMOVE_FORUM_REMOVAL_FAILED, TYPE_CANNOT_REMOVE_TOPICS, TYPE_CANNOT_SPLIT_TOPIC, TYPE_CANNOT_XXX_OTHER_POST_WHEN_NOT_MODERATOR, TYPE_CATEGORIES_ORDERED, TYPE_CATEGORY_CREATED, TYPE_CATEGORY_REMOVED, TYPE_CATEGORY_UPDATED, TYPE_COMPOSITE, TYPE_CONTINUE, TYPE_COULD_NOT_OBTAIN_VOTE_DATA, TYPE_EDIT_POST_POSTED, TYPE_ERROR_IN_DELETING_ATTACHMENT, TYPE_ERROR_IN_DELETING_POLL, TYPE_ERROR_IN_DELETING_POST, TYPE_ERROR_IN_POSTING, TYPE_FLOODING_CANNOT_CREATE, TYPE_FORUM_CREATED, TYPE_FORUM_LOCKED, TYPE_FORUM_MOVED_AND_REMOVED, TYPE_FORUM_REMOVED, TYPE_FORUM_UPDATED, TYPE_FORUMS_ORDERED, TYPE_INVALID_POLL_OPTION, TYPE_INVALID_POLL_TITLE, TYPE_INVALID_POST_MESSAGE, TYPE_INVALID_POST_SUBJECT, TYPE_NEW_TOPIC_POSTED, TYPE_NO_SUCH_FORUM, TYPE_NO_SUCH_POST, TYPE_NO_SUCH_TOPIC, TYPE_NO_VOTE_OPTION, TYPE_NOT_AUTHORIZED, TYPE_NOT_SELECTED_VOTE, TYPE_POLL_DELETED, TYPE_POST_DELETED, TYPE_REDIRECT, TYPE_REPLY_POSTED, TYPE_REPOSTED, TYPE_TOO_FEW_POLL_OPTION, TYPE_TOO_MANY_POLL_OPTION, TYPE_TOPIC_IS_LOCKED, TYPE_TOPIC_LOCKED, TYPE_TOPIC_MOVED, TYPE_TOPIC_SPLITED, TYPE_TOPIC_UNLOCKED, TYPE_TOPICS_REMOVED, TYPE_VOTE_CAST, TYPE_VOTE_POSTED
 
Constructor Summary
RepostCommand(JBossActionRequest request, JBossActionResponse response)
           
 
Method Summary
protected  Result __execute()
          DOCUMENT_ME
 int authType()
          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, prepare, setCurrentUser, setModule, setPoster
 
Methods inherited from class org.jboss.portlet.forums.commands.AbstractCommand
getConfigurator
 
Methods inherited from class org.jboss.portlet.command.ActionCommand
getRequest, getResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepostCommand

public RepostCommand(JBossActionRequest request,
                     JBossActionResponse response)
Method Detail

authType

public int authType()
DOCUMENT_ME

Specified by:
authType in class ForumCommand
Returns:
DOCUMENT_ME

__execute

protected Result __execute()
DOCUMENT_ME

Specified by:
__execute in class ForumCommand
Returns:
DOCUMENT_ME