org.eclipse.higgins.ics.gwt.icm.client
Class RPCUtils

java.lang.Object
  extended byorg.eclipse.higgins.ics.gwt.icm.client.RPCUtils

public class RPCUtils
extends Object

Author:
Alexander Yuhimenko

Constructor Summary
RPCUtils()
           
 
Method Summary
static void createCategory(int idx, boolean moveCard)
           
static void deleteAllCards()
           
static void deleteCategory(Category category)
           
static List getCardsByCuids(String[] cuid, Category category)
           
static void modifyCategory(Category category)
           
static void moveCardToCategory(Category category)
           
static void removeCardFromCategory()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPCUtils

public RPCUtils()
Method Detail

deleteAllCards

public static void deleteAllCards()

deleteCategory

public static void deleteCategory(Category category)

moveCardToCategory

public static void moveCardToCategory(Category category)

removeCardFromCategory

public static void removeCardFromCategory()

createCategory

public static void createCategory(int idx,
                                  boolean moveCard)

modifyCategory

public static void modifyCategory(Category category)

getCardsByCuids

public static List getCardsByCuids(String[] cuid,
                                   Category category)