public class NameSearcher extends AbstractSearcher implements AbstractDBSearcher
_currentResults, _dbConnection, _errorModels, _isIndependent, _nextResultHandler, _previousResults
Constructor and Description |
---|
NameSearcher(SearchCriteria searchCriteria)
Construct the NameSearcher object according to the passed search
criteria.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
_isSearchCriteriaSet()
Checks whether the graph search criteria has been set in
this graph searcher instance.
|
protected void |
_search()
Perform the actual search according to the model name.
|
_addErrorModel, _isFirstSearcher, _isIndependent, _isIntersectNeeded, _isLastSeacher, _pass, handleIntermediateResults, handleResults, isPassed, isSearchCancelled, noIntersect, passErrorModels, setConnection, setFirstSearcher, setLastSearcher, setNextResultHandler, setPreviousSeacher, wholeSearchDone
public NameSearcher(SearchCriteria searchCriteria)
searchCriteria
- The search criteria passed by the user.protected boolean _isSearchCriteriaSet()
_isSearchCriteriaSet
in class AbstractSearcher
protected void _search() throws DBExecutionException
_search
in class AbstractSearcher
DBExecutionException
- Thrown by the DBConnection if
unexpected problem happens during the execution of DB query tasks.