Uses of Class
ubic.gemma.model.genome.gene.SessionBoundGeneSetValueObject
Packages that use SessionBoundGeneSetValueObject
Package
Description
-
Uses of SessionBoundGeneSetValueObject in ubic.gemma.core.search
Constructors in ubic.gemma.core.search with parameters of type SessionBoundGeneSetValueObject -
Uses of SessionBoundGeneSetValueObject in ubic.gemma.model.genome.gene
Subclasses of SessionBoundGeneSetValueObject in ubic.gemma.model.genome.gene -
Uses of SessionBoundGeneSetValueObject in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene with parameters of type SessionBoundGeneSetValueObjectModifier and TypeMethodDescriptionGeneSetService.getTaxonVOforGeneSetVO(SessionBoundGeneSetValueObject geneSetVO) get the taxon for the gene set parameter, assumes that the taxon of the first gene will be representational of all the genesGeneSetServiceImpl.getTaxonVOforGeneSetVO(SessionBoundGeneSetValueObject geneSetVO) -
Uses of SessionBoundGeneSetValueObject in ubic.gemma.web.controller.genome.gene
Methods in ubic.gemma.web.controller.genome.gene that return SessionBoundGeneSetValueObjectModifier and TypeMethodDescriptionGeneSetController.addSessionGroup(SessionBoundGeneSetValueObject gsvo, Boolean modificationBased) * AJAX adds the gene group to the session, used by SessionGeneGroupStore and SessionDatasetGroupStore sets the groups taxon value and reference.GeneSetController.updateSessionGroup(SessionBoundGeneSetValueObject vos) AJAX updates a session groupMethods in ubic.gemma.web.controller.genome.gene that return types with arguments of type SessionBoundGeneSetValueObjectModifier and TypeMethodDescriptionGeneSetController.addSessionGroups(Collection<SessionBoundGeneSetValueObject> geneSetVos, Boolean modificationBased) Deprecated.GeneSetController.getUserSessionGeneGroups(boolean privateOnly, Long taxonId) AJAX Returns just the current users gene setsGeneSetController.removeSessionGroups(Collection<SessionBoundGeneSetValueObject> vos) Deprecated.GeneSetController.updateSessionGroups(Collection<SessionBoundGeneSetValueObject> vos) Deprecated.Methods in ubic.gemma.web.controller.genome.gene with parameters of type SessionBoundGeneSetValueObjectModifier and TypeMethodDescriptionGeneSetController.addSessionGroup(SessionBoundGeneSetValueObject gsvo, Boolean modificationBased) * AJAX adds the gene group to the session, used by SessionGeneGroupStore and SessionDatasetGroupStore sets the groups taxon value and reference.GeneSetController.updateSessionGroup(SessionBoundGeneSetValueObject vos) AJAX updates a session groupMethod parameters in ubic.gemma.web.controller.genome.gene with type arguments of type SessionBoundGeneSetValueObjectModifier and TypeMethodDescriptionGeneSetController.addSessionGroups(Collection<SessionBoundGeneSetValueObject> geneSetVos, Boolean modificationBased) Deprecated.GeneSetController.removeSessionGroups(Collection<SessionBoundGeneSetValueObject> vos) Deprecated.GeneSetController.updateSessionGroups(Collection<SessionBoundGeneSetValueObject> vos) Deprecated. -
Uses of SessionBoundGeneSetValueObject in ubic.gemma.web.controller.persistence
Methods in ubic.gemma.web.controller.persistence that return SessionBoundGeneSetValueObjectModifier and TypeMethodDescriptionSessionListManager.addGeneSet(SessionBoundGeneSetValueObject gsvo) SessionListManager.addGeneSet(SessionBoundGeneSetValueObject gsvo, boolean modified) SessionListManagerImpl.addGeneSet(SessionBoundGeneSetValueObject gsvo) SessionListManagerImpl.addGeneSet(SessionBoundGeneSetValueObject gsvo, boolean modified) SessionListManager.getGeneSetById(Long id) Get the session-bound group using the group's idSessionListManagerImpl.getGeneSetById(Long id) Methods in ubic.gemma.web.controller.persistence that return types with arguments of type SessionBoundGeneSetValueObjectModifier and TypeMethodDescriptionSessionListManager.getAllGeneSets()SessionListManager.getAllGeneSets(Long taxonId) SessionListManagerImpl.getAllGeneSets()SessionListManagerImpl.getAllGeneSets(Long taxonId) SessionListManager.getModifiedGeneSets()SessionListManager.getModifiedGeneSets(Long taxonId) SessionListManagerImpl.getModifiedGeneSets()SessionListManagerImpl.getModifiedGeneSets(Long taxonId) Methods in ubic.gemma.web.controller.persistence with parameters of type SessionBoundGeneSetValueObjectModifier and TypeMethodDescriptionSessionListManager.addGeneSet(SessionBoundGeneSetValueObject gsvo) SessionListManager.addGeneSet(SessionBoundGeneSetValueObject gsvo, boolean modified) SessionListManagerImpl.addGeneSet(SessionBoundGeneSetValueObject gsvo) SessionListManagerImpl.addGeneSet(SessionBoundGeneSetValueObject gsvo, boolean modified) voidSessionListManager.removeGeneSet(SessionBoundGeneSetValueObject gsvo) voidSessionListManagerImpl.removeGeneSet(SessionBoundGeneSetValueObject gsvo) voidSessionListManager.updateGeneSet(SessionBoundGeneSetValueObject gsvo) voidSessionListManagerImpl.updateGeneSet(SessionBoundGeneSetValueObject gsvo)