Uses of Interface
ubic.gemma.persistence.service.expression.experiment.FactorValueService
-
Packages that use FactorValueService Package Description ubic.gemma.core.ontology ubic.gemma.core.tasks.maintenance ubic.gemma.persistence.service.expression.experiment -
-
Uses of FactorValueService in ubic.gemma.core.ontology
Constructors in ubic.gemma.core.ontology with parameters of type FactorValueService Constructor Description FactorValueOntologyServiceImpl(FactorValueService factorValueService)
-
Uses of FactorValueService in ubic.gemma.core.tasks.maintenance
Constructors in ubic.gemma.core.tasks.maintenance with parameters of type FactorValueService Constructor Description CharacteristicUpdateTaskImpl(BioMaterialService bioMaterialService, CharacteristicService characteristicService, ExpressionExperimentService expressionExperimentService, FactorValueService factorValueService, gemma.gsec.SecurityService securityService)
-
Uses of FactorValueService in ubic.gemma.persistence.service.expression.experiment
Classes in ubic.gemma.persistence.service.expression.experiment that implement FactorValueService Modifier and Type Class Description class
FactorValueServiceImpl
Spring Service base class forFactorValueService
, provides access to all services and entities referenced by this service.
-