public interface MBCategoryDisplay
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MBCategory> |
getAllCategories() |
int |
getAllCategoriesCount() |
java.util.List<MBCategory> |
getCategories() |
java.util.List<MBCategory> |
getCategories(MBCategory category) |
MBCategory |
getRootCategory() |
int |
getSubcategoriesCount(MBCategory category) |
int |
getSubcategoriesMessagesCount(MBCategory category) |
int |
getSubcategoriesThreadsCount(MBCategory category) |
void |
getSubcategoryIds(MBCategory category,
java.util.List<java.lang.Long> categoryIds) |
java.util.List<MBCategory> getAllCategories()
int getAllCategoriesCount()
java.util.List<MBCategory> getCategories()
java.util.List<MBCategory> getCategories(MBCategory category)
MBCategory getRootCategory()
int getSubcategoriesCount(MBCategory category)
int getSubcategoriesMessagesCount(MBCategory category)
int getSubcategoriesThreadsCount(MBCategory category)
void getSubcategoryIds(MBCategory category, java.util.List<java.lang.Long> categoryIds)