Uses of Class
ubic.gemma.model.expression.experiment.SessionBoundExpressionExperimentSetValueObject
Packages that use SessionBoundExpressionExperimentSetValueObject
Package
Description
-
Uses of SessionBoundExpressionExperimentSetValueObject in ubic.gemma.model.expression.experiment
-
Uses of SessionBoundExpressionExperimentSetValueObject in ubic.gemma.web.controller.expression.experiment
Methods in ubic.gemma.web.controller.expression.experiment that return SessionBoundExpressionExperimentSetValueObjectModifier and TypeMethodDescriptionExpressionExperimentSetController.addSessionGroup(SessionBoundExpressionExperimentSetValueObject eesvo, Boolean modificationBased) AJAX adds the Expression Experiment group to the sessionMethods in ubic.gemma.web.controller.expression.experiment that return types with arguments of type SessionBoundExpressionExperimentSetValueObjectModifier and TypeMethodDescriptionExpressionExperimentSetController.addSessionGroups(Collection<SessionBoundExpressionExperimentSetValueObject> eeSetVos, Boolean modificationBased) Deprecated.ExpressionExperimentSetController.loadAllSessionGroups()AJAXExpressionExperimentSetController.removeSessionGroups(Collection<SessionBoundExpressionExperimentSetValueObject> vos) AJAX Given a valid experiment group will remove it from the session.ExpressionExperimentSetController.updateSessionGroups(Collection<SessionBoundExpressionExperimentSetValueObject> vos) AJAX Updates the session group.Methods in ubic.gemma.web.controller.expression.experiment with parameters of type SessionBoundExpressionExperimentSetValueObjectModifier and TypeMethodDescriptionExpressionExperimentSetController.addSessionGroup(SessionBoundExpressionExperimentSetValueObject eesvo, Boolean modificationBased) AJAX adds the Expression Experiment group to the sessionMethod parameters in ubic.gemma.web.controller.expression.experiment with type arguments of type SessionBoundExpressionExperimentSetValueObjectModifier and TypeMethodDescriptionExpressionExperimentSetController.addSessionGroups(Collection<SessionBoundExpressionExperimentSetValueObject> eeSetVos, Boolean modificationBased) Deprecated.ExpressionExperimentSetController.removeSessionGroups(Collection<SessionBoundExpressionExperimentSetValueObject> vos) AJAX Given a valid experiment group will remove it from the session.ExpressionExperimentSetController.updateSessionGroups(Collection<SessionBoundExpressionExperimentSetValueObject> vos) AJAX Updates the session group. -
Uses of SessionBoundExpressionExperimentSetValueObject in ubic.gemma.web.controller.persistence
Methods in ubic.gemma.web.controller.persistence that return SessionBoundExpressionExperimentSetValueObjectModifier and TypeMethodDescriptionSessionListManager.addExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo) SessionListManager.addExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo, boolean modified) SessionListManagerImpl.addExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo) SessionListManagerImpl.addExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo, boolean modified) SessionListManager.getExperimentSetById(Long id) Get the session-bound group using the group's idSessionListManagerImpl.getExperimentSetById(Long id) Methods in ubic.gemma.web.controller.persistence that return types with arguments of type SessionBoundExpressionExperimentSetValueObjectModifier and TypeMethodDescriptionSessionListManager.getAllExperimentSets()SessionListManagerImpl.getAllExperimentSets()SessionListManager.getModifiedExperimentSets()SessionListManager.getModifiedExperimentSets(Long taxonId) SessionListManagerImpl.getModifiedExperimentSets()SessionListManagerImpl.getModifiedExperimentSets(Long taxonId) Methods in ubic.gemma.web.controller.persistence with parameters of type SessionBoundExpressionExperimentSetValueObjectModifier and TypeMethodDescriptionSessionListManager.addExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo) SessionListManager.addExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo, boolean modified) SessionListManagerImpl.addExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo) SessionListManagerImpl.addExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo, boolean modified) voidSessionListManager.removeExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo) voidSessionListManagerImpl.removeExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo) voidSessionListManager.updateExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo) voidSessionListManagerImpl.updateExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo)