Uses of Class
ubic.gemma.model.common.description.CharacteristicValueObject
Packages that use CharacteristicValueObject
Package
Description
-
Uses of CharacteristicValueObject in ubic.gemma.core.ontology
Methods in ubic.gemma.core.ontology that return types with arguments of type CharacteristicValueObjectModifier and TypeMethodDescriptionOntologyService.findExperimentsCharacteristicTags
(String searchQuery, int maxResults, boolean useNeuroCartaOntology, long timeout, TimeUnit timeUnit) Deprecated.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 choicesOntologyService.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.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 CharacteristicValueObjectModifier and TypeMethodDescriptionstatic Collection
<CharacteristicValueObject> CharacteristicValueObject.characteristic2CharacteristicVO
(Collection<? extends Characteristic> characteristics) Methods in ubic.gemma.model.common.description with parameters of type CharacteristicValueObjectModifier and TypeMethodDescriptionint
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 -
Uses of CharacteristicValueObject in ubic.gemma.persistence.service.common.description
Methods in ubic.gemma.persistence.service.common.description that return CharacteristicValueObjectModifier and TypeMethodDescriptionprotected 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 CharacteristicValueObjectModifier and TypeMethodDescriptionAJAX.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 CharacteristicValueObjectModifier and TypeMethodDescriptionvoid
ExperimentalDesignController.createFactorValueCharacteristic
(EntityDelegator<FactorValue> e, CharacteristicValueObject cvo)