Uses of Class
ubic.gemma.model.common.description.CharacteristicValueObject
-
-
Uses of CharacteristicValueObject in ubic.gemma.core.ontology
Methods in ubic.gemma.core.ontology that return types with arguments of type CharacteristicValueObject Modifier and Type Method Description Collection<CharacteristicValueObject>
OntologyService. findExperimentsCharacteristicTags(String searchQuery, int maxResults, boolean useNeuroCartaOntology, long timeout, TimeUnit timeUnit)
Deprecated.Collection<CharacteristicValueObject>
OntologyServiceImpl. findExperimentsCharacteristicTags(String searchQuery, int maxResults, boolean useNeuroCartaOntology, long timeout, TimeUnit timeUnit)
Using the ontology and values in the database, for a search searchQuery given by the client give an ordered list of possible choicesCollection<CharacteristicValueObject>
OntologyService. findTermsInexact(String givenQueryString, int maxResults, Taxon taxon, long timeout, TimeUnit timeUnit)
Given a search string will first look through the characteristic database for any entries that have a match.Collection<CharacteristicValueObject>
OntologyServiceImpl. findTermsInexact(String queryString, int maxResults, Taxon taxon, long timeout, TimeUnit timeUnit)
-
Uses of CharacteristicValueObject in ubic.gemma.model.common.description
Methods in ubic.gemma.model.common.description that return types with arguments of type CharacteristicValueObject Modifier and Type Method Description static Collection<CharacteristicValueObject>
CharacteristicValueObject. characteristic2CharacteristicVO(Collection<? extends Characteristic> characteristics)
Methods in ubic.gemma.model.common.description with parameters of type CharacteristicValueObject Modifier and Type Method Description int
CharacteristicValueObject. compareTo(CharacteristicValueObject that)
-
Uses of CharacteristicValueObject in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return types with arguments of type CharacteristicValueObject Modifier and Type Method Description Collection<CharacteristicValueObject>
BioAssaySetValueObject. getCharacteristics()
-
Uses of CharacteristicValueObject in ubic.gemma.persistence.service.common.description
Methods in ubic.gemma.persistence.service.common.description that return CharacteristicValueObject Modifier and Type Method Description protected CharacteristicValueObject
CharacteristicDaoImpl. doLoadValueObject(Characteristic entity)
-
Uses of CharacteristicValueObject in ubic.gemma.web.controller.expression.experiment
Methods in ubic.gemma.web.controller.expression.experiment that return types with arguments of type CharacteristicValueObject Modifier and Type Method Description Collection<CharacteristicValueObject>
AnnotationController. findTerm(String givenQueryString, Long taxonId)
AJAX.Collection<CharacteristicValueObject>
ExperimentalDesignController. getBioMaterialCharacteristicCategories(Long experimentalDesignID)
Extract just the categories from the biomaterial's characteristics.Methods in ubic.gemma.web.controller.expression.experiment with parameters of type CharacteristicValueObject Modifier and Type Method Description void
ExperimentalDesignController. createFactorValueCharacteristic(EntityDelegator<FactorValue> e, CharacteristicValueObject cvo)
-