Uses of Interface
ubic.gemma.persistence.service.common.description.CharacteristicService
-
-
Uses of CharacteristicService in ubic.gemma.core.tasks.maintenance
Constructors in ubic.gemma.core.tasks.maintenance with parameters of type CharacteristicService Constructor Description CharacteristicUpdateTaskImpl(BioMaterialService bioMaterialService, CharacteristicService characteristicService, ExpressionExperimentService expressionExperimentService, FactorValueService factorValueService, gemma.gsec.SecurityService securityService)
-
Uses of CharacteristicService in ubic.gemma.persistence.service.common.description
Classes in ubic.gemma.persistence.service.common.description that implement CharacteristicService Modifier and Type Class Description class
CharacteristicServiceImpl
-
Uses of CharacteristicService in ubic.gemma.persistence.service.expression.biomaterial
Constructors in ubic.gemma.persistence.service.expression.biomaterial with parameters of type CharacteristicService Constructor Description BioMaterialServiceImpl(BioMaterialDao bioMaterialDao, FactorValueDao factorValueDao, BioAssayDao bioAssayDao, ExperimentalFactorDao experimentalFactorDao, CharacteristicService characteristicService)
-
Uses of CharacteristicService in ubic.gemma.rest
Constructors in ubic.gemma.rest with parameters of type CharacteristicService Constructor Description AnnotationsWebService(OntologyService ontologyService, SearchService searchService, CharacteristicService characteristicService, ExpressionExperimentService expressionExperimentService, DatasetArgService datasetArgService, TaxonArgService taxonArgService)
Constructor for service autowiring
-