Uses of Interface
ubic.gemma.persistence.service.genome.gene.GeneService
- 
- 
Uses of GeneService in ubic.gemma.core.analysis.expression.coexpressionConstructors in ubic.gemma.core.analysis.expression.coexpression with parameters of type GeneService Constructor Description GeneCoexpressionSearchServiceImpl(ExpressionExperimentService expressionExperimentService, CoexpressionService coexpressionService, CoexpressionAnalysisService coexpressionAnalysisService, GeneService geneService)
- 
Uses of GeneService in ubic.gemma.core.analysis.serviceMethods in ubic.gemma.core.analysis.service with parameters of type GeneService Modifier and Type Method Description voidCompositeSequenceGeneMapperService. setGeneService(GeneService geneService)
- 
Uses of GeneService in ubic.gemma.core.loader.association.phenotypeFields in ubic.gemma.core.loader.association.phenotype declared as GeneService Modifier and Type Field Description protected GeneServiceExternalDatabaseEvidenceImporterAbstractCLI. geneServiceDeprecated.
- 
Uses of GeneService in ubic.gemma.core.loader.expression.arrayDesignConstructors in ubic.gemma.core.loader.expression.arrayDesign with parameters of type GeneService Constructor Description ArrayDesignProbeMapperServiceImpl(AnnotationAssociationService annotationAssociationService, ArrayDesignAnnotationService arrayDesignAnnotationService, ArrayDesignReportService arrayDesignReportService, ArrayDesignService arrayDesignService, ProbeMapper probeMapper, BioSequenceService bioSequenceService, BlatResultService blatResultService, CompositeSequenceService compositeSequenceService, ExpressionDataFileService expressionDataFileService, GeneProductService geneProductService, GeneService geneService, Persister persisterHelper, org.springframework.core.task.TaskExecutor taskExecutor)
- 
Uses of GeneService in ubic.gemma.core.loader.genome.gene.ncbi.homologyConstructors in ubic.gemma.core.loader.genome.gene.ncbi.homology with parameters of type GeneService Constructor Description HomologeneServiceImpl(GeneService geneService, TaxonService taxonService, org.springframework.core.io.Resource homologeneFile)
- 
Uses of GeneService in ubic.gemma.persistence.service.genome.geneClasses in ubic.gemma.persistence.service.genome.gene that implement GeneService Modifier and Type Class Description classGeneServiceImplConstructors in ubic.gemma.persistence.service.genome.gene with parameters of type GeneService Constructor Description GeneSearchServiceImpl(SearchService searchService, gemma.gsec.SecurityService securityService, TaxonService taxonService, GeneSetSearch geneSetSearch, GeneSetService geneSetService, GeneService geneService, GeneOntologyService geneOntologyService, GeneSetValueObjectHelper geneSetValueObjectHelper)
- 
Uses of GeneService in ubic.gemma.persistence.utilMethods in ubic.gemma.persistence.util with parameters of type GeneService Modifier and Type Method Description org.springframework.core.convert.ConversionServiceValueObjectConfig. valueObjectConversionService(ArrayDesignService arrayDesignService, BibliographicReferenceService bibliographicReferenceService, BioSequenceService bioSequenceService, CompositeSequenceService compositeSequenceService, ExpressionExperimentService expressionExperimentService, ExpressionExperimentSetService experimentSetService, GeneService geneService, GeneSetService geneSetService, BlacklistedEntityService blacklistedEntityService)
- 
Uses of GeneService in ubic.gemma.restConstructors in ubic.gemma.rest with parameters of type GeneService Constructor Description GeneWebService(GeneService geneService, GeneCoexpressionSearchService geneCoexpressionSearchService, GeneArgService geneArgService)Constructor for service autowiringPlatformsWebService(GeneService geneService, ArrayDesignService arrayDesignService, CompositeSequenceService compositeSequenceService, ArrayDesignAnnotationService annotationFileService, PlatformArgService arrayDesignArgService, CompositeSequenceArgService probeArgService)Constructor for service autowiring
- 
Uses of GeneService in ubic.gemma.rest.util.argsMethod parameters in ubic.gemma.rest.util.args with type arguments of type GeneService Modifier and Type Method Description GeneGeneArgService. getEntity(AbstractEntityArg<?,Gene,GeneService> entityArg)Retrieve the entity represented by this argument.Constructors in ubic.gemma.rest.util.args with parameters of type GeneService Constructor Description GeneArgService(GeneService service, PhenotypeAssociationManagerService phenotypeAssociationManagerService, GeneOntologyService geneOntologyService, CompositeSequenceService compositeSequenceService)TaxonArgService(TaxonService service, ChromosomeService chromosomeService, GeneService geneService)
- 
Uses of GeneService in ubic.gemma.web.servicesMethods in ubic.gemma.web.services with parameters of type GeneService Modifier and Type Method Description voidDEDVRankEndpoint. setGeneService(GeneService geneService)Sets the "business service" to delegate to.voidDifferentialExpressionProbeResultEndpoint. setGeneService(GeneService geneService)voidGene2GOdescriptionEndpoint. setGeneService(GeneService geneS)voidGene2GoTermEndpoint. setGeneService(GeneService geneS)voidGene2ProbeEndpoint. setGeneService(GeneService geneService)voidGeneByNCBIIdEndpoint. setGeneService(GeneService geneS)Sets the "business service" to delegate to.voidGeneCoexpressionEndpoint. setGeneService(GeneService geneS)voidGeneCoexpressionSearchEndpoint. setGeneService(GeneService geneService)voidGeneDetailsByGeneIDEndpoint. setGeneService(GeneService geneS)Sets the "business service" to delegate to.voidGeneIDbyTaxonEndpoint. setGeneService(GeneService gs)Sets the "business service" to delegate to.voidGeneIdEndpoint. setGeneService(GeneService geneS)Sets the "business service" to delegate to.voidGeneNameEndpoint. setGeneService(GeneService geneS)Sets the "business service" to delegate to.voidGeneOverlapEndpoint. setGeneService(GeneService geneS)
 
-