Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.jbo.server
Class ViewObjectCategoryManagerImpl

java.lang.Object
  extended by oracle.jbo.common.CategoryManagerImpl
      extended by oracle.jbo.server.ViewObjectCategoryManagerImpl

All Implemented Interfaces:
CategoryManager

public class ViewObjectCategoryManagerImpl
extends CategoryManagerImpl

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

ViewObjectCategoryManagerImpl

public ViewObjectCategoryManagerImpl(CategoryManagerOwner owner,
                                     CategoryManager defCategoryMrg)
Internal use only.

Method Detail

getOrderedCategories

public java.util.List<Category> getOrderedCategories(boolean includeDefaultCategory,
                                                     Category.CategoryType categoryType,
                                                     LocaleContext locale)
Internal Framework use only.
Specified by:
getOrderedCategories in interface CategoryManager
Overrides:
getOrderedCategories in class CategoryManagerImpl
Parameters:
includeDefaultCategory - - 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.CategoryType
locale -
Returns:
will return a list contains Categories arranged by their FieldOrder

getDefaultCategory

public Category getDefaultCategory()
Internal use only.
Specified by:
getDefaultCategory in interface CategoryManager
Overrides:
getDefaultCategory in class CategoryManagerImpl
Returns:
the default Category

getAllCategories

public java.util.List<Category> getAllCategories()
Internal use only.
Specified by:
getAllCategories in interface CategoryManager
Overrides:
getAllCategories in class CategoryManagerImpl
Returns:
return the Array of all Categories. This will include the categories from Parents managers also

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


Copyright © 1997, 2012, Oracle. All rights reserved.