|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NameSearchResult | |
|---|---|
| au.org.ala.names.model | |
| au.org.ala.names.search | |
| Uses of NameSearchResult in au.org.ala.names.model |
|---|
| Methods in au.org.ala.names.model that return NameSearchResult | |
|---|---|
NameSearchResult |
MetricsResultDTO.getResult()
|
| Methods in au.org.ala.names.model with parameters of type NameSearchResult | |
|---|---|
void |
MetricsResultDTO.setResult(NameSearchResult result)
|
| Uses of NameSearchResult in au.org.ala.names.search |
|---|
| Fields in au.org.ala.names.search with type parameters of type NameSearchResult | |
|---|---|
protected java.util.List<NameSearchResult> |
SearchResultException.results
|
| Methods in au.org.ala.names.search that return NameSearchResult | |
|---|---|
NameSearchResult |
ParentSynonymChildException.getChildResult()
|
NameSearchResult |
ExcludedNameException.getExcludedName()
|
NameSearchResult |
MisappliedException.getMatchedResult()
|
NameSearchResult |
MisappliedException.getMisappliedResult()
|
NameSearchResult |
ExcludedNameException.getNonExcludedName()
|
NameSearchResult |
ParentSynonymChildException.getParentResult()
|
NameSearchResult |
ALANameSearcher.searchForAcceptedRecordDefaultHandling(LinnaeanRankClassification cl,
boolean fuzzy)
Returns the accepted result for the supplied classification. |
NameSearchResult |
ALANameSearcher.searchForAcceptedRecordDefaultHandling(LinnaeanRankClassification cl,
boolean fuzzy,
boolean ignoreHomonym)
|
NameSearchResult |
ALANameSearcher.searchForCommonName(java.lang.String name)
Performs a search on the supplied common name returning a NameSearchResult. |
NameSearchResult |
ALANameSearcher.searchForRecord(LinnaeanRankClassification cl,
boolean recursiveMatching)
Search for a result - optionally allowing for a recursive search |
NameSearchResult |
ALANameSearcher.searchForRecord(LinnaeanRankClassification cl,
boolean recursiveMatching,
boolean fuzzy)
Search for a result - optionally allowing for a recursive search and fuzzy matching |
NameSearchResult |
ALANameSearcher.searchForRecord(LinnaeanRankClassification cl,
boolean recursiveMatching,
boolean addGuids,
boolean fuzzy)
Search for an LSID with the supplied classification without a fuzzy match. |
NameSearchResult |
ALANameSearcher.searchForRecord(java.lang.String name,
LinnaeanRankClassification cl,
RankType rank)
Searches for a record based on the supplied name, classification and rank without fuzzy name matching |
NameSearchResult |
ALANameSearcher.searchForRecord(java.lang.String name,
LinnaeanRankClassification cl,
RankType rank,
boolean fuzzy)
|
NameSearchResult |
ALANameSearcher.searchForRecord(java.lang.String name,
LinnaeanRankClassification cl,
RankType rank,
boolean fuzzy,
boolean ignoreHomonyms)
Searches for a record based on the supplied name, rank and classification with or without fuzzy name matching. |
NameSearchResult |
ALANameSearcher.searchForRecord(java.lang.String name,
RankType rank)
Searches index for the supplied name and rank without a fuzzy match. |
NameSearchResult |
ALANameSearcher.searchForRecord(java.lang.String name,
RankType rank,
boolean fuzzy)
Searches the index for the supplied name of the specified rank. |
NameSearchResult |
ALANameSearcher.searchForRecord(java.lang.String name,
java.lang.String kingdom,
java.lang.String genus,
RankType rank)
Deprecated. Use ALANameSearcher.searchForRecord(java.lang.String, au.org.ala.names.model.LinnaeanRankClassification, au.org.ala.names.model.RankType, boolean) instead.
It is more extensible to supply a classification object then a list of higher classification |
NameSearchResult |
ALANameSearcher.searchForRecordByID(java.lang.String id)
Returns the records that has the supplied checklist bank id |
NameSearchResult |
ALANameSearcher.searchForRecordByLsid(java.lang.String lsid)
|
NameSearchResult |
ALANameSearcher.validateHomonymByAuthor(java.util.List<NameSearchResult> result,
java.lang.String name,
LinnaeanRankClassification cl)
|
NameSearchResult |
ALANameSearcher.validateHomonyms(java.util.List<NameSearchResult> results,
java.lang.String name,
LinnaeanRankClassification cl)
Takes a result set that contains a homonym and then either throws a HomonymException or returns the first result that matches the supplied taxa. |
| Methods in au.org.ala.names.search that return types with arguments of type NameSearchResult | |
|---|---|
java.util.List<NameSearchResult> |
SearchResultException.getResults()
|
java.util.List<NameSearchResult> |
ALANameSearcher.searchForRecords(java.lang.String name,
RankType rank,
boolean fuzzy)
Searches for records with the specified name and rank with or without fuzzy name matching |
java.util.List<NameSearchResult> |
ALANameSearcher.searchForRecords(java.lang.String name,
RankType rank,
LinnaeanRankClassification cl,
int max)
Searches for a list of results for the supplied name, classification and rank without fuzzy match |
java.util.List<NameSearchResult> |
ALANameSearcher.searchForRecords(java.lang.String name,
RankType rank,
LinnaeanRankClassification cl,
int max,
boolean fuzzy)
Searches for the records that satisfy the given conditions using the algorithm outlined in the class description. |
java.util.List<NameSearchResult> |
ALANameSearcher.searchForRecords(java.lang.String name,
RankType rank,
LinnaeanRankClassification cl,
int max,
boolean fuzzy,
boolean ignoreHomonyms)
|
| Methods in au.org.ala.names.search with parameters of type NameSearchResult | |
|---|---|
void |
ExcludedNameException.setExcludedName(NameSearchResult excludedName)
|
void |
MisappliedException.setMatchedResult(NameSearchResult matchedResult)
|
void |
MisappliedException.setMisappliedResult(NameSearchResult misappliedResult)
|
void |
ExcludedNameException.setNonExcludedName(NameSearchResult nonExcludedName)
|
| Method parameters in au.org.ala.names.search with type arguments of type NameSearchResult | |
|---|---|
void |
HomonymException.setResults(java.util.List<NameSearchResult> results)
|
NameSearchResult |
ALANameSearcher.validateHomonymByAuthor(java.util.List<NameSearchResult> result,
java.lang.String name,
LinnaeanRankClassification cl)
|
NameSearchResult |
ALANameSearcher.validateHomonyms(java.util.List<NameSearchResult> results,
java.lang.String name,
LinnaeanRankClassification cl)
Takes a result set that contains a homonym and then either throws a HomonymException or returns the first result that matches the supplied taxa. |
| Constructors in au.org.ala.names.search with parameters of type NameSearchResult | |
|---|---|
ExcludedNameException(java.lang.String message,
NameSearchResult excludedName)
|
|
ExcludedNameException(java.lang.String message,
NameSearchResult nonExcludedName,
NameSearchResult excludedName)
Constructs an ExcludedNameException that represents that we have a match that is excluded and one that is not. |
|
MisappliedException(NameSearchResult match)
Constructor to use of the first result is misapplied. |
|
MisappliedException(NameSearchResult match,
NameSearchResult misapplied)
Constructor to use if the first result is accepted and second result is a misapplied synonym |
|
ParentSynonymChildException(NameSearchResult parentResult,
NameSearchResult childResult)
|
|
| Constructor parameters in au.org.ala.names.search with type arguments of type NameSearchResult | |
|---|---|
HomonymException(java.util.List<NameSearchResult> results)
|
|
HomonymException(java.lang.String msg,
java.util.List<NameSearchResult> results)
|
|
SearchResultException(java.lang.String msg,
java.util.List<NameSearchResult> results)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||