Uses of Class
org.eclipse.higgins.ics.gwt.base.client.model.entity.Category

Packages that use Category
org.eclipse.higgins.ics.gwt.base.client.listener   
org.eclipse.higgins.ics.gwt.base.client.model   
org.eclipse.higgins.ics.gwt.base.client.model.entity   
org.eclipse.higgins.ics.gwt.icm.client   
org.eclipse.higgins.ics.gwt.icm.client.panel.category   
org.eclipse.higgins.ics.model.bean   
org.eclipse.higgins.ics.ws.client   
 

Uses of Category in org.eclipse.higgins.ics.gwt.base.client.listener
 

Methods in org.eclipse.higgins.ics.gwt.base.client.listener with parameters of type Category
 void ModifyCategoryListener.onModifyCategory(Category category)
           
 void DeleteCardListener.onDeleteCardListener(Card card, Category category)
           
 void ChangeSelectedCardListener.onChangeSelectedCard(Card card, Category category)
           
 void AddCardListener.onAddCard(Card card, Category category)
           
 void RemoveCardListener.onRemoveCard(Card card, Category category)
           
 void AddCategoryListener.onAddCategory(Category category)
           
 void DeleteCategoryListener.onDeleteCategory(Category category)
           
 

Uses of Category in org.eclipse.higgins.ics.gwt.base.client.model
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model that return Category
 Category CurrentStateBean.getCategory()
           
 Category CurrentStateBean.getSelectedCategory()
           
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model with parameters of type Category
 void CurrentStateBean.addCategory(Category category)
           
 void CurrentStateBean.modifyCategory(Category category)
           
 boolean CurrentStateBean.addNewCard(Card card, Category category)
           
 boolean CurrentStateBean.addNewCard(Card card, Category category, boolean overwriteExists)
           
 void CurrentStateBean.deleteCategory(Category category)
           
 List CurrentStateBean.getCategoryList(Category category)
           
 void CurrentStateBean.modifyCardInCategory(Card card, Category category)
           
 void CurrentStateBean.removeCard(Card card, Category category)
           
 void CurrentStateBean.setCategory(Category category)
           
 void CurrentStateBean.setSelectedCategory(Category selectedCategory)
           
 

Uses of Category in org.eclipse.higgins.ics.gwt.base.client.model.entity
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model.entity that return Category
 Category CurrentState.getCategory()
           
 Category CurrentState.getSelectedCategory()
           
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model.entity with parameters of type Category
 void CurrentState.setCategory(Category category)
           
 void CurrentState.setSelectedCategory(Category selectedCategory)
           
 

Uses of Category in org.eclipse.higgins.ics.gwt.icm.client
 

Methods in org.eclipse.higgins.ics.gwt.icm.client with parameters of type Category
static void RPCUtils.deleteCategory(Category category)
           
static void RPCUtils.moveCardToCategory(Category category)
           
static void RPCUtils.modifyCategory(Category category)
           
static List RPCUtils.getCardsByCuids(String[] cuid, Category category)
           
 void ICMServiceAsync.createCategory(Category category, String userIdentifier, String userPassword, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void ICMServiceAsync.modifyCategory(Category category, String userIdentifier, String userPassword, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void ICMServiceAsync.deleteCategory(Category category, String userIdentifier, String userPassword, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void ICMServiceAsync.modifyCategories(String userId, String password, Category[] categories, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 GWTResponse ICMService.createCategory(Category category, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.modifyCategory(Category category, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.deleteCategory(Category category, String userIdentifier, String userPassword)
           
 GWTResponse ICMService.modifyCategories(String userId, String password, Category[] categories)
           
 

Uses of Category in org.eclipse.higgins.ics.gwt.icm.client.panel.category
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel.category that return Category
 Category CategoryPanelItem.getCategory()
           
 

Constructors in org.eclipse.higgins.ics.gwt.icm.client.panel.category with parameters of type Category
CategoryEditablePanel(Category category)
           
CategoryPanelItem(Category category)
           
 

Uses of Category in org.eclipse.higgins.ics.model.bean
 

Methods in org.eclipse.higgins.ics.model.bean with parameters of type Category
 Response ManagerBean.createCategory(Category category, String userIdentifier, String userPassword)
           
 Response ManagerBean.modifyCategory(Category category, String userIdentifier, String userPassword)
           
 Response ManagerBean.deleteCategory(Category category, String userIdentifier, String userPassword)
           
 Response ManagerBean.modifyCategories(String userId, String password, Category[] categories)
           
 GWTResponse RPCBean.createCategory(Category category, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.modifyCategory(Category category, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.deleteCategory(Category category, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.modifyCategories(String userId, String password, Category[] categories)
           
 

Uses of Category in org.eclipse.higgins.ics.ws.client
 

Methods in org.eclipse.higgins.ics.ws.client that return Category
static Category Utils.categoryTO2category(CategoryTO categoryTO)
           
 

Methods in org.eclipse.higgins.ics.ws.client with parameters of type Category
 Response WSClient.createCategory(Category category, String userIdentifier, String userPassword)
           
 Response WSClient.modifyCategory(Category category, String userIdentifier, String userPassword)
           
 Response WSClient.modifyCategories(String userId, String password, Category[] categories)
           
static CategoryTO Utils.category2categoryTO(Category category)