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

E22562-01

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

Packages that use SearchFilterItem
oracle.apps.fnd.applcore.globalSearch.ui This package is for Global Search UI classes. 
 

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

Subclasses of SearchFilterItem in oracle.apps.fnd.applcore.globalSearch.ui
 class CategorySearchFilterItem
          A SearchFilterItem for Categories.
 class FacetItemSearchFilterItem
          A SearchFilterItem for Facet Item nodes.
 class KeywordSearchFilterItem
          A SearchFilterItem for Keywords.
 class SearchableObjectSearchFilterItem
          A SearchFilterItem for Facet Item nodes.
 

Methods in oracle.apps.fnd.applcore.globalSearch.ui that return SearchFilterItem
 SearchFilterItem SearchFilterItems.get(int index)
          Returns the element at the specified position in this list.
 SearchFilterItem SearchFilterItems.getItemOfType(SearchFilterItem.FilterType filterType)
          Get the first item of the passed type.
 

Methods in oracle.apps.fnd.applcore.globalSearch.ui that return types with arguments of type SearchFilterItem
 java.util.List<SearchFilterItem> SearchFilterItems.getItems()
          Get the internal List - for EL iterator access.
 

Methods in oracle.apps.fnd.applcore.globalSearch.ui with parameters of type SearchFilterItem
 boolean SearchFilterItems.add(SearchFilterItem item)
          Add the given item to the end of the collection.
 void SearchFilterItems.add(SearchFilterItem item, int position)
          Add the given item at the relvant position in the collection.
 boolean SearchFilterItems.contains(SearchFilterItem value)
          Returns true if the collection of items contains the value specified.
 int SearchFilterItems.indexOf(SearchFilterItem value)
          Returns true if this list contains the specified element.
 boolean SearchFilterItems.remove(SearchFilterItem item)
          Removes the first occurrence in this list of the specified element.
 

Method parameters in oracle.apps.fnd.applcore.globalSearch.ui with type arguments of type SearchFilterItem
 boolean SearchFilterItems.addAll(java.util.List<SearchFilterItem> items)
          Appends all of the elements in the specified collection to the end of this list, in the order they exist in items.
 


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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.