|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CategoryService.CategoryDisplay | |
---|---|
fr.paris.lutece.plugins.document.service.category |
Uses of CategoryService.CategoryDisplay in fr.paris.lutece.plugins.document.service.category |
---|
Methods in fr.paris.lutece.plugins.document.service.category that return CategoryService.CategoryDisplay | |
---|---|
static CategoryService.CategoryDisplay |
CategoryService.getCategoryDisplay(int nIdCategory)
Return a CategoryDisplay object for a specified Category |
Methods in fr.paris.lutece.plugins.document.service.category that return types with arguments of type CategoryService.CategoryDisplay | |
---|---|
static java.util.Collection<CategoryService.CategoryDisplay> |
CategoryService.getAllCategoriesDisplay(fr.paris.lutece.portal.business.user.AdminUser user)
Get all Category converted to CategoryDisplay objects |
static java.util.Collection<CategoryService.CategoryDisplay> |
CategoryService.getAllCategoriesDisplay(int[] arrayIdCategory,
fr.paris.lutece.portal.business.user.AdminUser user)
Get all Category converted to CategoryDisplay objects and tagged with the assigned value when lists of categories matched |
static java.util.Collection<CategoryService.CategoryDisplay> |
CategoryService.getAllCategoriesDisplay(java.util.List<Category> listCategory,
fr.paris.lutece.portal.business.user.AdminUser user)
Get all Category converted to CategoryDisplay objects and tagged with the assigned value when lists of categories matched |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |