Uses of Class
au.org.ala.names.search.SearchResultException

Packages that use SearchResultException
au.org.ala.names.model   
au.org.ala.names.search   
 

Uses of SearchResultException in au.org.ala.names.model
 

Methods in au.org.ala.names.model that return SearchResultException
 SearchResultException MetricsResultDTO.getLastException()
           
 

Methods in au.org.ala.names.model with parameters of type SearchResultException
 void MetricsResultDTO.setLastException(SearchResultException lastException)
           
 

Uses of SearchResultException in au.org.ala.names.search
 

Subclasses of SearchResultException in au.org.ala.names.search
 class ExcludedNameException
          An exception that is thrown when the match is to a name that has been excluded.
 class HomonymException
          Exception that is thrown when the result is an unresolved homonym
 class MisappliedException
          Indicates that the matched name has been misapplied in the past.
 class ParentSynonymChildException
          An exception that is thrown when the result represents a situation where the parent is a synonym of the child concept.
 class SPPException
          The exception to be thrown when a Genus spp.
 

Methods in au.org.ala.names.search that throw SearchResultException
 java.lang.String ALANameSearcher.searchForLSID(LinnaeanRankClassification cl, boolean recursiveMatching)
          Search for an LSID with the supplied classification without a fuzzy match.
 java.lang.String ALANameSearcher.searchForLSID(java.lang.String name)
          Searches for the name without using fuzzy name matching...
 java.lang.String ALANameSearcher.searchForLSID(java.lang.String name, boolean fuzzy)
          Searches the index for the supplied name with or without fuzzy name matching.
 java.lang.String ALANameSearcher.searchForLSID(java.lang.String name, boolean fuzzy, boolean ignoreHomonyms)
          Search for lsid with or without fuzzy matching.
 java.lang.String ALANameSearcher.searchForLSID(java.lang.String name, LinnaeanRankClassification cl, RankType rank)
          Search for an LSID based on suppled name, classification and rank without a fuzzy match...
 java.lang.String ALANameSearcher.searchForLSID(java.lang.String name, LinnaeanRankClassification cl, RankType rank, boolean fuzzy, boolean ignoreHomonym)
          Search for an LSID based on the supplied name, classification and rank with or without fuzzy name matching.
 java.lang.String ALANameSearcher.searchForLSID(java.lang.String name, RankType rank)
          Searches for an LSID of the supplied name and rank without a fuzzy match...
 java.lang.String ALANameSearcher.searchForLSID(java.lang.String name, RankType rank, boolean fuzzy)
          Searches the index for the supplied name of the specified rank with or without fuzzy name matching.
 java.lang.String ALANameSearcher.searchForLSID(java.lang.String name, RankType rank, boolean fuzzy, boolean ignoreHomonyms)
          Searches for the supplied name of the specified rank with or without fuzzy name matching.
 java.lang.String ALANameSearcher.searchForLSID(java.lang.String name, java.lang.String kingdom, java.lang.String scientificName, RankType rank)
          Deprecated. Use ALANameSearcher.searchForLSID(String, au.org.ala.names.model.LinnaeanRankClassification, au.org.ala.names.model.RankType) instead. It is more extensible to supply a classification object then a list of higher classification
 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
 MetricsResultDTO ALANameSearcher.searchForRecordMetrics(LinnaeanRankClassification cl, boolean recursiveMatching)
          Searches for a result returning a metrics of the result.
 MetricsResultDTO ALANameSearcher.searchForRecordMetrics(LinnaeanRankClassification cl, boolean recursiveMatching, boolean fuzzy)
          Searches for a result returning a metrics of the result.
 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)
           
 



Copyright © 2014. All Rights Reserved.