Skip navigation links 
 
oracle.jbo.client.remote
Class ClientCategoryManager
java.lang.Object
  
oracle.jbo.common.CategoryManagerImpl
      
oracle.jbo.client.remote.ClientCategoryManager
- All Implemented Interfaces:
 
- CategoryManager
 
- 
public class ClientCategoryManager
 
- extends CategoryManagerImpl
 
 
 
  
 
 
  
 
  
 
 
| Methods inherited from class oracle.jbo.common.CategoryManagerImpl | 
clearCategories, getAllCategoriesLookupMap, getCategoriesMap, getCategory, getDeclaredCategories, getName, getOrderedCategories, getOwner, getParentCategoryManager, hasCategories, loadFromXML | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
ClientCategoryManager
public ClientCategoryManager(ApplicationModuleImpl am,
                             CategoryManagerOwner owner,
                             CategoryManager defCategoryMrg)
- Internal use only.
 
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
 
 
lookupCategory
public Category lookupCategory(java.lang.String categoryName)
- Internal use only.
 
- 
- Specified by:
 
lookupCategory in interface CategoryManager 
- Overrides:
 
lookupCategory in class CategoryManagerImpl 
 
getDefaultCategory
public Category getDefaultCategory()
- Internal use only.
 
- 
- Specified by:
 
getDefaultCategory in interface CategoryManager 
- Overrides:
 
getDefaultCategory in class CategoryManagerImpl 
 
- 
- Returns:
 
- the default Category
 
 
addCategory
public void addCategory(Category category)
- Internal use only.
 
- 
- Specified by:
 
addCategory in interface CategoryManager 
- Overrides:
 
addCategory in class CategoryManagerImpl 
 
- 
- Parameters:
 
category - Register a new Category with CategoryManager 
 
removeCategory
public Category removeCategory(java.lang.String categoryName)
- Internal use only.
 
- 
- Specified by:
 
removeCategory in interface CategoryManager 
- Overrides:
 
removeCategory in class CategoryManagerImpl 
 
- 
- Parameters:
 
categoryName - Remove the Category from CategoryManager 
 
findCategory
public Category findCategory(java.lang.String categoryName)
- Internal use only.
 
- 
- Specified by:
 
findCategory in interface CategoryManager 
- Overrides:
 
findCategory in class CategoryManagerImpl 
 
- 
- Returns:
 
- return the Category whose name is categoryName or null if category not found
 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.