| Package | Description | 
|---|---|
| oracle.jbo | 
 Contains interfaces for client-side applications. 
 | 
| oracle.jbo.client.remote | 
 Contains the platform independent client tier implementation of bc4j(oracle.jbo) interfaces. 
 | 
| oracle.jbo.common | 
 Contains the implementation of components shared by thin clients and the middle tier. 
 | 
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Category | 
CategoryManager.findCategory(java.lang.String categoryName)  | 
Category | 
CategoryManager.getCategory(java.lang.String categoryName)  | 
Category | 
CategoryManager.getDefaultCategory()  | 
Category | 
CategoryManager.lookupCategory(java.lang.String categoryName)  | 
Category | 
CategoryManager.removeCategory(java.lang.String categoryName)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Category> | 
CategoryManager.getAllCategories()  | 
java.util.List<Category> | 
CategoryManager.getOrderedCategories(boolean includeDefaultCategory,
                    Category.CategoryType categoryType,
                    LocaleContext locale)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CategoryManager.addCategory(Category category)  | 
| Modifier and Type | Method and Description | 
|---|---|
Category | 
ClientCategoryManager.findCategory(java.lang.String categoryName)
Internal use only. 
 | 
Category | 
ClientCategoryManager.getDefaultCategory()
Internal use only. 
 | 
Category | 
ClientCategoryManager.lookupCategory(java.lang.String categoryName)
Internal use only. 
 | 
Category | 
ClientCategoryManager.removeCategory(java.lang.String categoryName)
Internal use only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Category> | 
ClientCategoryManager.getAllCategories()
Internal use only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientCategoryManager.addCategory(Category category)
Internal use only. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CategoryImpl  | 
class  | 
DefaultVOCategoryImpl  | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.LinkedHashMap<java.lang.String,Category> | 
CategoryManagerImpl.mCategories  | 
| Modifier and Type | Method and Description | 
|---|---|
Category | 
CategoryManagerImpl.findCategory(java.lang.String categoryName)
Internal use only. 
 | 
Category | 
CategoryManagerImpl.getCategory(java.lang.String categoryName)
Internal use only. 
 | 
Category | 
CategoryManagerImpl.getDefaultCategory()
Internal use only. 
 | 
Category | 
CategoryManagerImpl.lookupCategory(java.lang.String categoryName)
Internal use only. 
 | 
Category | 
CategoryManagerImpl.removeCategory(java.lang.String categoryName)
Internal use only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Category> | 
CategoryManagerImpl.getAllCategories()
Internal use only. 
 | 
java.util.List<Category> | 
CategoryManagerImpl.getDeclaredCategories()
Internal use only. 
 | 
java.util.List<Category> | 
CategoryManagerImpl.getOrderedCategories(boolean includeDefaultCategory,
                    Category.CategoryType categoryType,
                    LocaleContext locale)
Internal Framework use only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CategoryManagerImpl.addCategory(Category category)
Internal use only. 
 | 
void | 
CategoryImpl.cloneCategory(Category originalCategory)
Internal use only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Category | 
ViewObjectCategoryManagerImpl.getDefaultCategory()
Internal use only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Category> | 
ViewObjectCategoryManagerImpl.getAllCategories()
Internal use only. 
 | 
protected java.util.List<Category> | 
ViewObjectImpl.getOrderedCategories(boolean includeDefaultCategory,
                    Category.CategoryType categoryType,
                    LocaleContext locale)
Internal Framework use only. 
 | 
java.util.List<Category> | 
ViewObjectCategoryManagerImpl.getOrderedCategories(boolean includeDefaultCategory,
                    Category.CategoryType categoryType,
                    LocaleContext locale)
Internal Framework use only. 
 |