Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 8 (11.1.8)

E22562-08

oracle.apps.fnd.applcore.globalSearch.ui
Interface InteractiveSearchResult

All Known Implementing Classes:
AbstractSearchResult, ECSFSearchResultAdapter

public interface InteractiveSearchResult

The parts of a Search Result that the user interacts with in the UI and may interact with. For example the name they save the search under, the search String that the user can change to create a new search.

See Also:
SearchResult, AbstractSearchResult

Field Summary
static int BACKGROUND_SEARCH_MAX_TIMER
          The maximum number of timer increments while awaiting a background search.
 
Method Summary
 int getBackgroundSearchTimer()
          Get the current number of background search ticks.
 java.lang.String getName()
          Get the name of the search, as appropriate for use in a save.
 java.lang.String getSearchFieldSearchString()
          Get the Search String in the Search Results popup.
 java.util.List<Tile> getTiles()
          Get the Tiles to show the SearchFilterItems in.
 void incrementBackgroundSearchTimer()
          Increment the background search timer.
 void setName(java.lang.String name)
          Set the name of the Search, as appropriate for use in a save.
 void setSearchFieldSearchString(java.lang.String searchString)
          Set the Search String in the Search Results popup.
 

Field Detail

BACKGROUND_SEARCH_MAX_TIMER

static final int BACKGROUND_SEARCH_MAX_TIMER
The maximum number of timer increments while awaiting a background search. This is a number of ticks, not a time in itself.

See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
Get the name of the search, as appropriate for use in a save.

Returns:
search Name.

setName

void setName(java.lang.String name)
Set the name of the Search, as appropriate for use in a save.

Parameters:
name - name to use.

setSearchFieldSearchString

void setSearchFieldSearchString(java.lang.String searchString)
Set the Search String in the Search Results popup.

Parameters:
searchString - String to set.

getSearchFieldSearchString

java.lang.String getSearchFieldSearchString()
Get the Search String in the Search Results popup.

Returns:
Search String in the Search Results popup.

incrementBackgroundSearchTimer

void incrementBackgroundSearchTimer()
Increment the background search timer. This is a number between 0 and BACKGROUND_SEARCH_MAX_TIMER.


getBackgroundSearchTimer

int getBackgroundSearchTimer()
Get the current number of background search ticks.

Returns:
number of ticks

getTiles

java.util.List<Tile> getTiles()
Get the Tiles to show the SearchFilterItems in.

Returns:
Tiles to show.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 8 (11.1.8)

E22562-08

Copyright © 2013 Oracle. All Rights Reserved.