|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO categoryTO)
Creates a new card's category. |
CategoryTO[] |
IRppsService.getCategory(org.eclipse.higgins.user.login.UserAccount userAccount)
Gets list of card categories. |
CategoryTO |
IRppsService.modifyCategory(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO categoryTO)
Modifies the card's category. |
| Methods in org.eclipse.higgins.rpps.core with parameters of type CategoryTO | |
|---|---|
CategoryTO |
IRppsService.addCategory(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO categoryTO)
Creates a new card's category. |
ResponseMessage |
IRppsService.modifyCategories(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO[] categoriesTO)
Modifies list of card's category. |
CategoryTO |
IRppsService.modifyCategory(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO categoryTO)
Modifies the card's category. |
| Uses of CategoryTO in org.eclipse.higgins.rpps.core.impl |
|---|
| Methods in org.eclipse.higgins.rpps.core.impl that return CategoryTO | |
|---|---|
CategoryTO |
RppsService.addCategory(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO categoryTO)
Creates a new card's category. |
static CategoryTO |
ConvertHelper.convertCategory_to_CategoryTO(org.eclipse.higgins.user.profile.entity.Category category)
Convert Category object to Category transfer object |
CategoryTO[] |
RppsService.getCategory(org.eclipse.higgins.user.login.UserAccount userAccount)
|
CategoryTO |
RppsService.modifyCategory(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO categoryTO)
|
| Methods in org.eclipse.higgins.rpps.core.impl with parameters of type CategoryTO | |
|---|---|
CategoryTO |
RppsService.addCategory(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO categoryTO)
Creates a new card's category. |
static org.eclipse.higgins.user.profile.entity.Category |
ConvertHelper.convertCategoryTO_to_Category(CategoryTO categoryTO)
Convert Category transfer object to Category object |
ResponseMessage |
RppsService.modifyCategories(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO[] categoriesTO)
|
CategoryTO |
RppsService.modifyCategory(org.eclipse.higgins.user.login.UserAccount userAccount,
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||