Uses of Class
org.eclipse.higgins.rpps.core.tobj.CategoryTO

Packages that use CategoryTO
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.impl   
org.eclipse.higgins.rpps.core.tobj   
 

Uses of CategoryTO in org.eclipse.higgins.rpps.core
 

Methods in org.eclipse.higgins.rpps.core that return CategoryTO
 CategoryTO IRppsService.addCategory(CategoryTO categoryTO)
          Creates a new card's category
 CategoryTO[] IRppsService.getCategory()
           
 CategoryTO IRppsService.modifyCategory(CategoryTO categoryTO)
           
 

Methods in org.eclipse.higgins.rpps.core with parameters of type CategoryTO
 CategoryTO IRppsService.addCategory(CategoryTO categoryTO)
          Creates a new card's category
 ResponseMessage IRppsService.modifyCategories(CategoryTO[] categoriesTO)
           
 CategoryTO IRppsService.modifyCategory(CategoryTO categoryTO)
           
 

Uses of CategoryTO in org.eclipse.higgins.rpps.core.impl
 

Methods in org.eclipse.higgins.rpps.core.impl that return CategoryTO
static CategoryTO ConvertHelper.convertCategory_to_CategoryTO(org.eclipse.higgins.userprofile.entity.Category category)
          Convert Category object to Category transfer object
 CategoryTO RppsService.addCategory(CategoryTO categoryTO)
          Creates a new card's category
 CategoryTO[] RppsService.getCategory()
           
 CategoryTO RppsService.modifyCategory(CategoryTO categoryTO)
           
 

Methods in org.eclipse.higgins.rpps.core.impl with parameters of type CategoryTO
static org.eclipse.higgins.userprofile.entity.Category ConvertHelper.convertCategoryTO_to_Category(CategoryTO categoryTO)
          Convert Category transfer object to Category object
 CategoryTO RppsService.addCategory(CategoryTO categoryTO)
          Creates a new card's category
 ResponseMessage RppsService.modifyCategories(CategoryTO[] categoriesTO)
           
 CategoryTO RppsService.modifyCategory(CategoryTO categoryTO)
           
 

Uses of CategoryTO in org.eclipse.higgins.rpps.core.tobj
 

Methods in org.eclipse.higgins.rpps.core.tobj that return CategoryTO
 CategoryTO[] ICardsAndCategoryTO.getCategoryList()
           
 

Methods in org.eclipse.higgins.rpps.core.tobj with parameters of type CategoryTO
 void ICardsAndCategoryTO.setCategoryList(CategoryTO[] categoryList)
           
 

Constructors in org.eclipse.higgins.rpps.core.tobj with parameters of type CategoryTO
ICardsAndCategoryTO(ICardTO[] icardList, CategoryTO[] categoryList)