Uses of Interface
ubic.gemma.core.ontology.providers.GeneOntologyService
-
Packages that use GeneOntologyService Package Description ubic.gemma.core.ontology ubic.gemma.core.ontology.providers ubic.gemma.persistence.service.genome.gene ubic.gemma.rest.util.args ubic.gemma.web.services -
-
Uses of GeneOntologyService in ubic.gemma.core.ontology
Methods in ubic.gemma.core.ontology with parameters of type GeneOntologyService Modifier and Type Method Description void
GoMetric. setGeneOntologyService(GeneOntologyService geneOntologyService)
void
GoMetricImpl. setGeneOntologyService(GeneOntologyService geneOntologyService)
-
Uses of GeneOntologyService in ubic.gemma.core.ontology.providers
Classes in ubic.gemma.core.ontology.providers that implement GeneOntologyService Modifier and Type Class Description class
GeneOntologyServiceImpl
-
Uses of GeneOntologyService in ubic.gemma.persistence.service.genome.gene
Constructors in ubic.gemma.persistence.service.genome.gene with parameters of type GeneOntologyService Constructor Description GeneSearchServiceImpl(SearchService searchService, gemma.gsec.SecurityService securityService, TaxonService taxonService, GeneSetSearch geneSetSearch, GeneSetService geneSetService, GeneService geneService, GeneOntologyService geneOntologyService, GeneSetValueObjectHelper geneSetValueObjectHelper)
-
Uses of GeneOntologyService in ubic.gemma.rest.util.args
Constructors in ubic.gemma.rest.util.args with parameters of type GeneOntologyService Constructor Description GeneArgService(GeneService service, PhenotypeAssociationManagerService phenotypeAssociationManagerService, GeneOntologyService geneOntologyService, CompositeSequenceService compositeSequenceService)
-
Uses of GeneOntologyService in ubic.gemma.web.services
Methods in ubic.gemma.web.services with parameters of type GeneOntologyService Modifier and Type Method Description void
Gene2GOdescriptionEndpoint. setGeneOntologyService(GeneOntologyService goS)
Sets the "business service" to delegate to.void
Gene2GoTermEndpoint. setGeneOntologyService(GeneOntologyService goS)
Sets the "business service" to delegate to.void
GeneOverlapEndpoint. setGeneOntologyService(GeneOntologyService goS)
Sets the "business service" to delegate to.void
GoTerm2GeneEndpoint. setGeneOntologyService(GeneOntologyService goS)
Sets the "business service" to delegate to.
-