Uses of Class
org.gbif.api.model.checklistbank.NameUsage
Packages that use NameUsage
-
Uses of NameUsage in org.gbif.api.model.checklistbank
Subclasses of NameUsage in org.gbif.api.model.checklistbankModifier and TypeClassDescriptionclass
An extension to a NameUsage adding all further properties that are not eagerly loaded.Methods in org.gbif.api.model.checklistbank that return types with arguments of type NameUsageModifier and TypeMethodDescriptionNameUsageContainer.getCombinations()
NameUsageContainer.getSynonyms()
Method parameters in org.gbif.api.model.checklistbank with type arguments of type NameUsageModifier and TypeMethodDescriptionvoid
NameUsageContainer.setCombinations
(List<NameUsage> combinations) void
NameUsageContainer.setSynonyms
(List<NameUsage> synonyms) Constructors in org.gbif.api.model.checklistbank with parameters of type NameUsageModifierConstructorDescriptionNameUsageContainer
(NameUsage usage) Constructs a NameUsageContainer from an existing NameUsage instance. -
Uses of NameUsage in org.gbif.api.service.checklistbank
Methods in org.gbif.api.service.checklistbank that return NameUsageModifier and TypeMethodDescriptionAttempt to find a name usage matching the passed key.Methods in org.gbif.api.service.checklistbank that return types with arguments of type NameUsageModifier and TypeMethodDescriptionPage through all usages across all or one checklists.NameUsageService.listByCanonicalName
(Locale locale, String canonicalName, Pageable page, UUID... datasetKey) Page through all usages with a given canonical name across all or some checklists.NameUsageService.listChildren
(int parentKey, Locale locale, Pageable page) Lists all accepted child name usages for a given parent.NameUsageService.listCombinations
(int basionymKey, Locale locale) Lists all combinations or names at different rank that are based on this basionym, i.e.NameUsageService.listParents
(int taxonKey, Locale locale) Lists the complete parental hierarchy of a name usage regardless of their ranks.NameUsageService.listRelated
(int taxonKey, Locale locale, Pageable page, UUID... datasetKey) Lists all related checklist usages for a given nub usage.Lists all root usages for a given checklist, i.e.NameUsageService.listSynonyms
(int taxonKey, Locale locale, Pageable page) Lists all synonym name usages for a given accepted name usage.