Uses of Class
au.org.ala.data.util.RankType

Packages that use RankType
au.org.ala.checklist.lucene   
au.org.ala.checklist.lucene.model   
au.org.ala.data.model   
au.org.ala.data.util   
 

Uses of RankType in au.org.ala.checklist.lucene
 

Methods in au.org.ala.checklist.lucene that return RankType
 RankType CBIndexSearch.resolveIRMNGHomonym(LinnaeanRankClassification cl, RankType rank)
          Attempt to resolve the homonym using the IRMNG index.
 

Methods in au.org.ala.checklist.lucene with parameters of type RankType
 org.apache.lucene.search.TopDocs CBIndexSearch.getIRMNGGenus(LinnaeanRankClassification cl, RankType rank)
          Multiple genus indicate that an unresolved homonym exists for the supplied search details.
 RankType CBIndexSearch.resolveIRMNGHomonym(LinnaeanRankClassification cl, RankType rank)
          Attempt to resolve the homonym using the IRMNG index.
 java.lang.String CBIndexSearch.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 CBIndexSearch.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 CBIndexSearch.searchForLSID(java.lang.String name, RankType rank)
          Searches for an LSID of the supplied name and rank without a fuzzy match...
 java.lang.String CBIndexSearch.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 CBIndexSearch.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 CBIndexSearch.searchForLSID(java.lang.String name, java.lang.String kingdom, java.lang.String scientificName, RankType rank)
          Deprecated. Use #searchForLSID(java.lang.String, au.org.ala.data.model.LinnaeanRankClassification, au.org.ala.data.util.RankType, boolean) instead. It is more extensible to supply a classification object then a list of higher classification
 NameSearchResult CBIndexSearch.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 CBIndexSearch.searchForRecord(java.lang.String name, LinnaeanRankClassification cl, RankType rank, boolean fuzzy)
           
 NameSearchResult CBIndexSearch.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 CBIndexSearch.searchForRecord(java.lang.String name, RankType rank)
          Searches index for the supplied name and rank without a fuzzy match.
 NameSearchResult CBIndexSearch.searchForRecord(java.lang.String name, RankType rank, boolean fuzzy)
          Searches the index for the supplied name of the specified rank.
 NameSearchResult CBIndexSearch.searchForRecord(java.lang.String name, java.lang.String kingdom, java.lang.String genus, RankType rank)
          Deprecated. Use CBIndexSearch.searchForRecord(java.lang.String, au.org.ala.data.model.LinnaeanRankClassification, au.org.ala.data.util.RankType, boolean) instead. It is more extensible to supply a classification object then a list of higher classification
 java.util.List<NameSearchResult> CBIndexSearch.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> CBIndexSearch.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> CBIndexSearch.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> CBIndexSearch.searchForRecords(java.lang.String name, RankType rank, LinnaeanRankClassification cl, int max, boolean fuzzy, boolean ignoreHomonyms)
           
 

Uses of RankType in au.org.ala.checklist.lucene.model
 

Methods in au.org.ala.checklist.lucene.model that return RankType
 RankType NameSearchResult.getRank()
           
 

Methods in au.org.ala.checklist.lucene.model with parameters of type RankType
 void NameSearchResult.setRank(RankType rank)
           
 

Uses of RankType in au.org.ala.data.model
 

Methods in au.org.ala.data.model with parameters of type RankType
 boolean LinnaeanRankClassification.hasIdenticalClassification(LinnaeanRankClassification lrc, RankType matchLevel)
          checks to see if the non-null values of this classification are identical to the supplied classification This is used to determine whether classification match.
 

Uses of RankType in au.org.ala.data.util
 

Methods in au.org.ala.data.util that return RankType
static RankType RankType.getForCBRank(org.gbif.ecat.voc.Rank cbRank)
           
static RankType RankType.getForId(java.lang.Integer id)
           
static RankType RankType.getForName(java.lang.String field)
           
static RankType RankType.getForStrRank(java.lang.String rank)
          Gets the Rank Type for the supplied raw string...
static RankType RankType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RankType[] RankType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in au.org.ala.data.util that return types with arguments of type RankType
static java.util.Set<RankType> RankType.getAllRanksBelow(java.lang.Integer rank)
           
 



Copyright © 2014. All Rights Reserved.