public class ClientCategoryManager extends CategoryManagerImpl
mCategories, mOwner| Constructor and Description |
|---|
ClientCategoryManager(ApplicationModuleImpl am,
CategoryManagerOwner owner,
CategoryManager defCategoryMrg)
Internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCategory(Category category)
Internal use only.
|
Category |
findCategory(java.lang.String categoryName)
Internal use only.
|
java.util.List<Category> |
getAllCategories()
Internal use only.
|
Category |
getDefaultCategory()
Internal use only.
|
Category |
lookupCategory(java.lang.String categoryName)
Internal use only.
|
Category |
removeCategory(java.lang.String categoryName)
Internal use only.
|
clearCategories, getAllCategoriesLookupMap, getCategoriesMap, getCategory, getDeclaredCategories, getName, getOrderedCategories, getOwner, getParentCategoryManager, hasCategories, loadFromXMLpublic ClientCategoryManager(ApplicationModuleImpl am, CategoryManagerOwner owner, CategoryManager defCategoryMrg)
public java.util.List<Category> getAllCategories()
getAllCategories in interface CategoryManagergetAllCategories in class CategoryManagerImplpublic Category lookupCategory(java.lang.String categoryName)
lookupCategory in interface CategoryManagerlookupCategory in class CategoryManagerImplpublic Category getDefaultCategory()
getDefaultCategory in interface CategoryManagergetDefaultCategory in class CategoryManagerImplpublic void addCategory(Category category)
addCategory in interface CategoryManageraddCategory in class CategoryManagerImplcategory - Register a new Category with CategoryManagerpublic Category removeCategory(java.lang.String categoryName)
removeCategory in interface CategoryManagerremoveCategory in class CategoryManagerImplcategoryName - Remove the Category from CategoryManagerpublic Category findCategory(java.lang.String categoryName)
findCategory in interface CategoryManagerfindCategory in class CategoryManagerImpl