-
-
Method Summary
Searches for a taxon by its scientific name, case insensitive.
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, update
Methods inherited from interface ubic.gemma.persistence.service.FilteringDao
count, getFilter, getFilter, getFilter, getFilter, getFilter, getFilter, getFilterableProperties, getFilterablePropertyAllowedValues, getFilterablePropertyDescription, getFilterablePropertyIsUsingSubquery, getFilterablePropertyType, getSort, load, load, loadIds
-
Field Details
-
OBJECT_ALIAS
static final String OBJECT_ALIAS
- See Also:
-
-
Method Details
-
-
findByScientificName
Searches for a taxon by its scientific name, case insensitive.
- Parameters:
scientificName
- the scientific name to be matched
- Returns:
- a Taxon whose scientific name matches the given string.
-