|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.0.0) E17483-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.jbo.common.CategoryManagerImpl
oracle.jbo.server.ViewObjectCategoryManagerImpl
public class ViewObjectCategoryManagerImpl
| Field Summary |
|---|
| Fields inherited from class oracle.jbo.common.CategoryManagerImpl |
|---|
mCategories, mOwner |
| Constructor Summary | |
|---|---|
ViewObjectCategoryManagerImpl(CategoryManagerOwner owner,
CategoryManager defCategoryMrg)
Internal use only. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class oracle.jbo.common.CategoryManagerImpl |
|---|
addCategory, clearCategories, findCategory, getAllCategoriesLookupMap, getCategoriesMap, getCategory, getDeclaredCategories, getName, getOwner, getParentCategoryManager, hasCategories, loadFromXML, lookupCategory, removeCategory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewObjectCategoryManagerImpl(CategoryManagerOwner owner,
CategoryManager defCategoryMrg)
| Method Detail |
|---|
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
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.0.0) E17483-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||