public class CommandSearcher extends AbstractSearcher implements AbstractDBSearcher
_currentResults, _dbConnection, _errorModels, _isIndependent, _nextResultHandler, _previousResults
Constructor and Description |
---|
CommandSearcher(SearchCriteria searchCriteria)
Construct the command searcher.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
_isSearchCriteriaSet()
Checks whether the command search criteria has been set in
this command searcher instance.
|
protected void |
_search()
Perform the actual search for the attributes search criteria.
|
_addErrorModel, _isFirstSearcher, _isIndependent, _isIntersectNeeded, _isLastSeacher, _pass, handleIntermediateResults, handleResults, isPassed, isSearchCancelled, noIntersect, passErrorModels, setConnection, setFirstSearcher, setLastSearcher, setNextResultHandler, setPreviousSeacher, wholeSearchDone
public CommandSearcher(SearchCriteria searchCriteria)
searchCriteria
- The search criteria input by the user.protected boolean _isSearchCriteriaSet()
_isSearchCriteriaSet
in class AbstractSearcher
protected void _search()
This method has not been implemented yet.
_search
in class AbstractSearcher