Uses of Class
ubic.gemma.model.genome.gene.GeneProductValueObject
-
Packages that use GeneProductValueObject Package Description ubic.gemma.core.analysis.sequence ubic.gemma.persistence.service.genome.gene ubic.gemma.web.controller.genome.gene -
-
Uses of GeneProductValueObject in ubic.gemma.core.analysis.sequence
Methods in ubic.gemma.core.analysis.sequence that return types with arguments of type GeneProductValueObject Modifier and Type Method Description Map<String,GeneProductValueObject>
GeneMappingSummary. getGeneProductIdMap()
Map<GeneProductValueObject,GeneValueObject>
GeneMappingSummary. getGeneProductMap()
Map<Long,GeneProductValueObject>
CompositeSequenceMapValueObject. getGeneProducts()
Collection<GeneProductValueObject>
GeneMappingSummary. getGeneProducts()
Methods in ubic.gemma.core.analysis.sequence with parameters of type GeneProductValueObject Modifier and Type Method Description void
GeneMappingSummary. addGene(GeneProductValueObject geneProduct, GeneValueObject gene)
GeneValueObject
GeneMappingSummary. getGene(GeneProductValueObject geneProduct)
Method parameters in ubic.gemma.core.analysis.sequence with type arguments of type GeneProductValueObject Modifier and Type Method Description void
GeneMappingSummary. setGeneProductMap(Map<GeneProductValueObject,GeneValueObject> geneProductMap)
void
CompositeSequenceMapValueObject. setGeneProducts(Map<Long,GeneProductValueObject> geneProducts)
-
Uses of GeneProductValueObject in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene that return GeneProductValueObject Modifier and Type Method Description protected GeneProductValueObject
GeneProductDaoImpl. doLoadValueObject(GeneProduct entity)
Methods in ubic.gemma.persistence.service.genome.gene that return types with arguments of type GeneProductValueObject Modifier and Type Method Description Collection<GeneProductValueObject>
GeneService. getProducts(Long geneId)
Collection<GeneProductValueObject>
GeneServiceImpl. getProducts(Long geneId)
-
Uses of GeneProductValueObject in ubic.gemma.web.controller.genome.gene
Methods in ubic.gemma.web.controller.genome.gene that return types with arguments of type GeneProductValueObject Modifier and Type Method Description Collection<GeneProductValueObject>
GeneController. getProducts(Long geneId)
-