public class BBCategoryStorageImpl extends org.exoplatform.social.core.storage.impl.AbstractStorage implements BBCategoryStorage
| Constructor and Description |
|---|
BBCategoryStorageImpl(CategoryDAO categoryDAO) |
| Modifier and Type | Method and Description |
|---|---|
CategoryEntity |
convert(Category category) |
Category |
convert(CategoryEntity categoryEntity) |
CategoryEntity |
createBBCategory(String catId,
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) |
_findById, _findByPath, _getMixin, _hasMixin, _removeById, _removeMixin, _skip, getProviderRoot, getSession, getSpaceRoot, getStatus, isJcrProperty, lifecycleLookup, node, nodes, nodes, startSynchronization, stopSynchronizationpublic BBCategoryStorageImpl(CategoryDAO categoryDAO)
public CategoryEntity createBBCategory(String catId, String catCsiDesc, String catAbrDesc, String catFullDesc, String groupIdn) throws Exception
createBBCategory in interface BBCategoryStorageExceptionpublic void deleteBBCategory(String catId) throws Exception
deleteBBCategory in interface BBCategoryStorageExceptionpublic void updateBBCategory(String catId, String label, String description) throws Exception
updateBBCategory in interface BBCategoryStorageExceptionpublic CategoryEntity getBBCategory(String catId) throws Exception
getBBCategory in interface BBCategoryStorageExceptionpublic List<CategoryEntity> getBBCategories(int offset, int limit) throws Exception
getBBCategories in interface BBCategoryStorageExceptionpublic CategoryEntity convert(Category category)
convert in interface BBCategoryStoragepublic Category convert(CategoryEntity categoryEntity)
convert in interface BBCategoryStorageCopyright © 2003–2019 eXo Platform SAS. All rights reserved.