[jboss-cvs] jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin ...

Julien Viet julien at jboss.com
Sun Aug 20 19:17:38 EDT 2006


  User: julien  
  Date: 06/08/20 19:17:38

  Modified:    forums/src/main/org/jboss/portlet/forums/commands/admin          
                        CreateCategoryCommand.java CreateForumCommand.java
                        DeleteCategoryCommand.java DeleteForumCommand.java
                        DeleteMoveCategoryCommand.java
                        DeleteMoveForumCommand.java
                        OrderCategoryCommand.java OrderForumCommand.java
                        UpdateCategoryCommand.java UpdateForumCommand.java
  Log:
  move command framework for forums into the forums module
  
  Revision  Changes    Path
  1.4       +2 -2      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/CreateCategoryCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CreateCategoryCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/CreateCategoryCommand.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- CreateCategoryCommand.java	3 Oct 2005 20:55:24 -0000	1.3
  +++ CreateCategoryCommand.java	20 Aug 2006 23:17:38 -0000	1.4
  @@ -10,7 +10,7 @@
    *****************************************/
   package org.jboss.portlet.forums.commands.admin;
   
  -import org.jboss.portal.common.command.result.Result;
  +import org.jboss.portlet.forums.command.result.Result;
   import org.jboss.portal.core.modules.ModuleException;
   import org.jboss.portlet.forums.ForumsModule;
   import org.jboss.portlet.forums.commands.AbstractCommand;
  @@ -20,7 +20,7 @@
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class CreateCategoryCommand
      extends AbstractCommand
  
  
  
  1.4       +2 -2      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/CreateForumCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CreateForumCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/CreateForumCommand.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- CreateForumCommand.java	3 Oct 2005 20:55:24 -0000	1.3
  +++ CreateForumCommand.java	20 Aug 2006 23:17:38 -0000	1.4
  @@ -10,7 +10,7 @@
    *****************************************/
   package org.jboss.portlet.forums.commands.admin;
   
  -import org.jboss.portal.common.command.result.Result;
  +import org.jboss.portlet.forums.command.result.Result;
   import org.jboss.portal.core.modules.ModuleException;
   import org.jboss.portlet.forums.ForumsModule;
   import org.jboss.portlet.forums.commands.AbstractCommand;
  @@ -21,7 +21,7 @@
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class CreateForumCommand
      extends AbstractCommand
  
  
  
  1.3       +2 -2      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/DeleteCategoryCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DeleteCategoryCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/DeleteCategoryCommand.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- DeleteCategoryCommand.java	3 Oct 2005 20:55:24 -0000	1.2
  +++ DeleteCategoryCommand.java	20 Aug 2006 23:17:38 -0000	1.3
  @@ -12,11 +12,11 @@
   
   //import org.jboss.nukes.addons.modules.bb.commands.AbstractCommand;
   
  -import org.jboss.portal.common.command.result.Result;
  +import org.jboss.portlet.forums.command.result.Result;
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class DeleteCategoryCommand //  extends AbstractCommand
   {
  
  
  
  1.5       +2 -9      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/DeleteForumCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DeleteForumCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/DeleteForumCommand.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- DeleteForumCommand.java	8 Oct 2005 22:12:52 -0000	1.4
  +++ DeleteForumCommand.java	20 Aug 2006 23:17:38 -0000	1.5
  @@ -10,27 +10,20 @@
    *****************************************/
   package org.jboss.portlet.forums.commands.admin;
   
  -import org.jboss.portal.common.command.result.Result;
  +import org.jboss.portlet.forums.command.result.Result;
   import org.jboss.portal.core.modules.ModuleException;
   import org.jboss.portlet.forums.ForumsModule;
  -import org.jboss.portlet.forums.ForumsConstants;
  -import org.jboss.portlet.forums.impl.PostImpl;
  -import org.jboss.portlet.forums.impl.TopicImpl;
   import org.jboss.portlet.forums.commands.AbstractCommand;
   import org.jboss.portlet.forums.model.Forum;
  -import org.jboss.portlet.forums.model.Topic;
  -import org.jboss.portlet.forums.model.Post;
   import org.jboss.portlet.JBossActionRequest;
   import org.jboss.portlet.JBossActionResponse;
   import org.jboss.util.collection.CompoundIterator;
   
  -import java.util.Iterator;
  -
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
    * @author <a href="mailto:boleslaw.dawidowicz at jboss.com">Boleslaw Dawidowicz</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class DeleteForumCommand
      extends AbstractCommand
  
  
  
  1.6       +2 -2      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/DeleteMoveCategoryCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DeleteMoveCategoryCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/DeleteMoveCategoryCommand.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- DeleteMoveCategoryCommand.java	8 Oct 2005 22:12:52 -0000	1.5
  +++ DeleteMoveCategoryCommand.java	20 Aug 2006 23:17:38 -0000	1.6
  @@ -10,7 +10,7 @@
    *****************************************/
   package org.jboss.portlet.forums.commands.admin;
   
  -import org.jboss.portal.common.command.result.Result;
  +import org.jboss.portlet.forums.command.result.Result;
   import org.jboss.portal.core.modules.ModuleException;
   import org.jboss.portlet.forums.ForumsModule;
   import org.jboss.portlet.forums.commands.AbstractCommand;
  @@ -22,7 +22,7 @@
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
    * @author <a href="mailto:boleslaw.dawidowicz at jboss.com">Boleslaw Dawidowicz</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public class DeleteMoveCategoryCommand
      extends AbstractCommand
  
  
  
  1.6       +2 -2      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/DeleteMoveForumCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DeleteMoveForumCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/DeleteMoveForumCommand.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- DeleteMoveForumCommand.java	3 Oct 2005 20:55:24 -0000	1.5
  +++ DeleteMoveForumCommand.java	20 Aug 2006 23:17:38 -0000	1.6
  @@ -13,7 +13,7 @@
   import java.util.Iterator;
   import java.util.ArrayList;
   
  -import org.jboss.portal.common.command.result.Result;
  +import org.jboss.portlet.forums.command.result.Result;
   import org.jboss.portal.core.modules.ModuleException;
   import org.jboss.portlet.forums.ForumsModule;
   import org.jboss.portlet.forums.commands.AbstractCommand;
  @@ -25,7 +25,7 @@
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
    * @author <a href="mailto:boleslaw.dawidowicz at jboss.com">Boleslaw Dawidowicz</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public class DeleteMoveForumCommand
      extends AbstractCommand
  
  
  
  1.5       +2 -2      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/OrderCategoryCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OrderCategoryCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/OrderCategoryCommand.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- OrderCategoryCommand.java	3 Oct 2005 20:55:24 -0000	1.4
  +++ OrderCategoryCommand.java	20 Aug 2006 23:17:38 -0000	1.5
  @@ -12,7 +12,7 @@
   
   import java.util.Iterator;
   
  -import org.jboss.portal.common.command.result.Result;
  +import org.jboss.portlet.forums.command.result.Result;
   import org.jboss.portal.core.modules.ModuleException;
   import org.jboss.portlet.forums.ForumsModule;
   import org.jboss.portlet.forums.commands.AbstractCommand;
  @@ -22,7 +22,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class OrderCategoryCommand
      extends AbstractCommand
  
  
  
  1.7       +2 -2      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/OrderForumCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OrderForumCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/OrderForumCommand.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- OrderForumCommand.java	8 Oct 2005 22:12:52 -0000	1.6
  +++ OrderForumCommand.java	20 Aug 2006 23:17:38 -0000	1.7
  @@ -12,7 +12,7 @@
   
   import java.util.Iterator;
   
  -import org.jboss.portal.common.command.result.Result;
  +import org.jboss.portlet.forums.command.result.Result;
   import org.jboss.portal.core.modules.ModuleException;
   import org.jboss.portlet.forums.ForumsModule;
   import org.jboss.portlet.forums.commands.AbstractCommand;
  @@ -23,7 +23,7 @@
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.6 $
  + * @version $Revision: 1.7 $
    */
   public class OrderForumCommand
      extends AbstractCommand
  
  
  
  1.4       +2 -2      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/UpdateCategoryCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UpdateCategoryCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/UpdateCategoryCommand.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- UpdateCategoryCommand.java	3 Oct 2005 20:55:24 -0000	1.3
  +++ UpdateCategoryCommand.java	20 Aug 2006 23:17:38 -0000	1.4
  @@ -10,7 +10,7 @@
    *****************************************/
   package org.jboss.portlet.forums.commands.admin;
   
  -import org.jboss.portal.common.command.result.Result;
  +import org.jboss.portlet.forums.command.result.Result;
   import org.jboss.portlet.forums.commands.AbstractCommand;
   import org.jboss.portlet.forums.model.Category;
   import org.jboss.portlet.JBossActionRequest;
  @@ -19,7 +19,7 @@
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class UpdateCategoryCommand
      extends AbstractCommand
  
  
  
  1.6       +2 -2      jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/UpdateForumCommand.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UpdateForumCommand.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/commands/admin/UpdateForumCommand.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- UpdateForumCommand.java	3 Oct 2005 20:55:24 -0000	1.5
  +++ UpdateForumCommand.java	20 Aug 2006 23:17:38 -0000	1.6
  @@ -10,7 +10,7 @@
    *****************************************/
   package org.jboss.portlet.forums.commands.admin;
   
  -import org.jboss.portal.common.command.result.Result;
  +import org.jboss.portlet.forums.command.result.Result;
   import org.jboss.portlet.forums.commands.AbstractCommand;
   import org.jboss.portlet.forums.model.Category;
   import org.jboss.portlet.forums.model.Forum;
  @@ -20,7 +20,7 @@
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    */
   public class UpdateForumCommand
      extends AbstractCommand
  
  
  



More information about the jboss-cvs-commits mailing list