public interface BBCategoryStorage
| Modifier and Type | Method and Description |
|---|---|
CategoryEntity |
convert(Category category) |
Category |
convert(CategoryEntity category) |
CategoryEntity |
createBBCategory(String id,
String catCsiDesc,
String catAbrDesc,
String catFullDesc,
String groupIdn) |
void |
deleteBBCategory(String catId) |
List<CategoryEntity> |
getBBCategories(int offset,
int limit) |
CategoryEntity |
getBBCategory(String catId) |
void |
updateBBCategory(String catId,
String label,
String description) |
CategoryEntity createBBCategory(String id, String catCsiDesc, String catAbrDesc, String catFullDesc, String groupIdn) throws Exception
Exceptionvoid updateBBCategory(String catId, String label, String description) throws Exception
ExceptionCategoryEntity getBBCategory(String catId) throws Exception
ExceptionList<CategoryEntity> getBBCategories(int offset, int limit) throws Exception
ExceptionCategoryEntity convert(Category category)
Category convert(CategoryEntity category)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.