public class AttributeSearcher extends AbstractSearcher implements AbstractDBSearcher
_currentResults, _dbConnection, _errorModels, _isIndependent, _nextResultHandler, _previousResults
Constructor and Description |
---|
AttributeSearcher(SearchCriteria searchCriteria)
Construct the AttributeSearcher according to the input search criteria.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
_isSearchCriteriaSet()
Checks whether the attribute search criteria has been set in
this attribute 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 AttributeSearcher(SearchCriteria searchCriteria)
searchCriteria
- The search criteria that input 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.