Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Uses of Class
oracle.apps.fnd.applcore.globalSearch.ui.CategoryGroup

Packages that use CategoryGroup
oracle.apps.fnd.applcore.globalSearch.ui This package is for Global Search UI classes. 
oracle.apps.fnd.applcore.globalSearch.ui.ecsf This package is for classes implementing ECSF specific searching within Global Search. 
 

Uses of CategoryGroup in oracle.apps.fnd.applcore.globalSearch.ui
 

Methods in oracle.apps.fnd.applcore.globalSearch.ui that return types with arguments of type CategoryGroup
 java.util.List<CategoryGroup> PerCategorySplitter.split(java.util.List<SearchCategory> searchCategories, java.util.List<SearchCategory> allSearchableCategories)
          Split the categories.
 java.util.List<CategoryGroup> CategorySplitter.split(java.util.List<SearchCategory> searchCategories, java.util.List<SearchCategory> allSearchableCategories)
          Split the categories.
 java.util.List<CategoryGroup> BICategorySplitter.split(java.util.List<SearchCategory> searchCategories, java.util.List<SearchCategory> allSearchableCategories)
          Split the categories.
 

Methods in oracle.apps.fnd.applcore.globalSearch.ui with parameters of type CategoryGroup
abstract  SearchResult AbstractSearchableFactory.createSavedSearchResult(BaseSavedSearch ss, CategoryGroup cg, java.lang.String searchString, java.lang.String callerContext, boolean performInitialSearch)
          Create a specific Search result for the given arguments for the search strategy.
abstract  SearchResult AbstractSearchableFactory.createSearchResult(CategoryGroup cg, java.lang.String searchString, java.lang.String callerContext, boolean performInitialSearch)
          Create a specific Search result for the given arguments for the search strategy.
 

Uses of CategoryGroup in oracle.apps.fnd.applcore.globalSearch.ui.ecsf
 

Methods in oracle.apps.fnd.applcore.globalSearch.ui.ecsf with parameters of type CategoryGroup
 SearchResult ECSFSearchableFactory.createSavedSearchResult(BaseSavedSearch ss, CategoryGroup cg, java.lang.String searchString, java.lang.String callerContext, boolean performInitialSearch)
          Create a specific Search result for the given arguments for the search strategy.
 SearchResult ECSFSearchableFactory.createSearchResult(CategoryGroup cg, java.lang.String searchString, java.lang.String callerContext, boolean performInitialSearch)
          Create a specific Search result for the given arguments for the search strategy.
 


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.