Uses of Interface
ubic.gemma.model.common.GemmaSessionBackedValueObject
Packages that use GemmaSessionBackedValueObject
Package
Description
-
Uses of GemmaSessionBackedValueObject in ubic.gemma.model.expression.experiment
Classes in ubic.gemma.model.expression.experiment that implement GemmaSessionBackedValueObjectModifier and TypeClassDescriptionclass
class
-
Uses of GemmaSessionBackedValueObject in ubic.gemma.model.genome.gene
Classes in ubic.gemma.model.genome.gene that implement GemmaSessionBackedValueObjectModifier and TypeClassDescriptionclass
*class
class
-
Uses of GemmaSessionBackedValueObject in ubic.gemma.web.controller.persistence
Methods in ubic.gemma.web.controller.persistence that return GemmaSessionBackedValueObjectModifier and TypeMethodDescriptionAbstractSetListContainer.addSet
(GemmaSessionBackedValueObject vo, boolean modified) Sets the reference (generates an id and assumes this group was made as a result of a modification for the type value) for the group then adds it to the session-bound list(s) for session-bound groupsMethods in ubic.gemma.web.controller.persistence that return types with arguments of type GemmaSessionBackedValueObjectModifier and TypeMethodDescriptionList
<? extends GemmaSessionBackedValueObject> AbstractSetListContainer.getAllSessionBoundGroups()
List
<? extends GemmaSessionBackedValueObject> AbstractSetListContainer.getSessionBoundModifiedGroups()
Methods in ubic.gemma.web.controller.persistence with parameters of type GemmaSessionBackedValueObjectModifier and TypeMethodDescriptionAbstractSetListContainer.addSet
(GemmaSessionBackedValueObject vo, boolean modified) Sets the reference (generates an id and assumes this group was made as a result of a modification for the type value) for the group then adds it to the session-bound list(s) for session-bound groupsvoid
AbstractSetListContainer.removeSet
(GemmaSessionBackedValueObject vo) void
AbstractSetListContainer.updateSet
(GemmaSessionBackedValueObject vo)