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

E22562-06

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. 
oracle.apps.fnd.applcore.globalSearch.ui.commonTree   
 

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 DateRangeFilterItem
          A SearchFilterItem for a Date Range.
 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 SearchableObjectSearchFilterItem.copy()
          Create a defensive copy of the SearchFilter Item.
abstract  SearchFilterItem SearchFilterItem.copy()
          Create a defensive copy of the SearchFilter Item.
 SearchFilterItem KeywordSearchFilterItem.copy()
          Create a defensive copy of the SearchFilter Item.
 SearchFilterItem FacetItemSearchFilterItem.copy()
          Create a defensive copy of the SearchFilter Item.
 SearchFilterItem DateRangeFilterItem.copy()
          Create a defensive copy of the SearchFilter Item.
 SearchFilterItem CategorySearchFilterItem.copy()
          Create a defensive copy of the SearchFilter Item.
 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.
 

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

Methods in oracle.apps.fnd.applcore.globalSearch.ui.commonTree that return SearchFilterItem
 SearchFilterItem DateRangeTreeItem.toSearchFilterItem()
          Create an appropriate SearchFilterItem for this tree item..
 SearchFilterItem BaseTreeItem.toSearchFilterItem()
          Create an appropriate SearchFilterItem for this tree item..
 


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

E22562-06

Copyright © 2012 Oracle. All Rights Reserved.