Uses of Class
org.eclipse.higgins.proxy.web.ws.wsdl.CategoryTO

Packages that use CategoryTO
org.eclipse.higgins.proxy.web.ws.wsdl   
 

Uses of CategoryTO in org.eclipse.higgins.proxy.web.ws.wsdl
 

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

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

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