Uses of Class
org.eclipse.higgins.ics.ws.wsdl.CategoryTO

Packages that use CategoryTO
org.eclipse.higgins.ics.ws.client   
org.eclipse.higgins.ics.ws.wsdl   
 

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

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

Methods in org.eclipse.higgins.ics.ws.client with parameters of type CategoryTO
static Category Utils.categoryTO2category(CategoryTO categoryTO)
           
 

Uses of CategoryTO in org.eclipse.higgins.ics.ws.wsdl
 

Methods in org.eclipse.higgins.ics.ws.wsdl that return CategoryTO
 CategoryTO[] RPPSServiceSEI.getCategory(String userId, String password)
           
 CategoryTO RPPSServiceSEI.addCategory(String userId, String password, CategoryTO category)
           
 CategoryTO RPPSServiceSEI.modifyCategory(String userId, String password, CategoryTO category)
           
 CategoryTO[] RPPSServiceSEIBindingStub.getCategory(String userId, String password)
           
 CategoryTO RPPSServiceSEIBindingStub.addCategory(String userId, String password, CategoryTO category)
           
 CategoryTO RPPSServiceSEIBindingStub.modifyCategory(String userId, String password, CategoryTO category)
           
 CategoryTO[] ICardsAndCategoryTO.getCategoryList()
          Gets the categoryList value for this ICardsAndCategoryTO.
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type CategoryTO
 CategoryTO RPPSServiceSEI.addCategory(String userId, String password, CategoryTO category)
           
 CategoryTO RPPSServiceSEI.modifyCategory(String userId, String password, CategoryTO category)
           
 ResponseMessage RPPSServiceSEI.modifyCategories(String userId, String password, CategoryTO[] categories)
           
 CategoryTO RPPSServiceSEIBindingStub.addCategory(String userId, String password, CategoryTO category)
           
 CategoryTO RPPSServiceSEIBindingStub.modifyCategory(String userId, String password, CategoryTO category)
           
 ResponseMessage RPPSServiceSEIBindingStub.modifyCategories(String userId, String password, CategoryTO[] categories)
           
 void ICardsAndCategoryTO.setCategoryList(CategoryTO[] categoryList)
          Sets the categoryList value for this ICardsAndCategoryTO.
 

Constructors in org.eclipse.higgins.ics.ws.wsdl with parameters of type CategoryTO
ICardsAndCategoryTO(int code, String message, ICardTO[] ICardList, MapTO[] relationList, CategoryTO[] categoryList)