| 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 | 
|---|---|
CategoryManager | 
CategoryManagerOwner.ensureCategoryManager()
Returns this object's CategoryManager. 
 | 
CategoryManager | 
CategoryManagerOwner.getCategoryManager()
Returns this object's current Category Manager. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientCategoryManager  | 
| Constructor and Description | 
|---|
ClientCategoryManager(ApplicationModuleImpl am,
                     CategoryManagerOwner owner,
                     CategoryManager defCategoryMrg)
Internal use only. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CategoryManagerImpl  | 
| Modifier and Type | Field and Description | 
|---|---|
protected CategoryManager | 
CategoryImpl.mCategoryManager  | 
| Modifier and Type | Method and Description | 
|---|---|
CategoryManager | 
CategoryImpl.getCategoryManager()
Internal use only. 
 | 
CategoryManager | 
CategoryManagerImpl.getParentCategoryManager()
Internal use only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CategoryImpl.setCategoryManager(CategoryManager categoryManager)
Internal use only. 
 | 
| Constructor and Description | 
|---|
CategoryManagerImpl(CategoryManagerOwner owner,
                   CategoryManager defCategoryMrg)
Internal use only. 
 | 
CategoryManagerImpl(CategoryManagerOwner owner,
                   CategoryManager defCategoryMrg,
                   int size)
Internal use only. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ViewObjectCategoryManagerImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
CategoryManager | 
ViewObjectImpl.ensureCategoryManager()
Internal Framework use only. 
 | 
CategoryManager | 
ViewDefImpl.ensureCategoryManager()
Internal use only. 
 | 
CategoryManager | 
PDefViewObject.ensureCategoryManager()
Internal use only. 
 | 
CategoryManager | 
ViewObjectImpl.getCategoryManager()
Internal use only. 
 | 
CategoryManager | 
ViewDefImpl.getCategoryManager()
Internal use only. 
 | 
CategoryManager | 
PDefViewObject.getCategoryManager()
Internal use only. 
 | 
| Constructor and Description | 
|---|
ViewObjectCategoryManagerImpl(CategoryManagerOwner owner,
                             CategoryManager defCategoryMrg)
Internal use only. 
 |