public class ViewObjectCategoryManagerImpl extends CategoryManagerImpl
mCategories, mOwner| Constructor and Description | 
|---|
| ViewObjectCategoryManagerImpl(CategoryManagerOwner owner,
                             CategoryManager defCategoryMrg)Internal use only. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<Category> | getAllCategories()Internal use only. | 
| Category | getDefaultCategory()Internal use only. | 
| java.util.List<Category> | getOrderedCategories(boolean includeDefaultCategory,
                    Category.CategoryType categoryType,
                    LocaleContext locale)Internal Framework use only. | 
addCategory, clearCategories, findCategory, getAllCategoriesLookupMap, getCategoriesMap, getCategory, getDeclaredCategories, getName, getOwner, getParentCategoryManager, hasCategories, loadFromXML, lookupCategory, removeCategorypublic ViewObjectCategoryManagerImpl(CategoryManagerOwner owner, CategoryManager defCategoryMrg)
public java.util.List<Category> getOrderedCategories(boolean includeDefaultCategory, Category.CategoryType categoryType, LocaleContext locale)
getOrderedCategories in interface CategoryManagergetOrderedCategories in class CategoryManagerImplincludeDefaultCategory - -  If the value is true, then the  default 
 category for this View object ( or view def ) is included in the list of the
 categories that returned. If the value is false, the default category is 
 excluded from the list.categoryType - - this flag tells what type of categories should
 the return list contains. If the value is "null", then return list will contain 
 all type of categories. This value should be of enum type Category.CategoryTypelocale - public Category getDefaultCategory()
getDefaultCategory in interface CategoryManagergetDefaultCategory in class CategoryManagerImplpublic java.util.List<Category> getAllCategories()
getAllCategories in interface CategoryManagergetAllCategories in class CategoryManagerImpl