Uses of Interface
ubic.gemma.model.common.GemmaSessionBackedValueObject
-
Packages that use GemmaSessionBackedValueObject Package Description ubic.gemma.model.expression.experiment ubic.gemma.model.genome.gene ubic.gemma.web.persistence -
-
Uses of GemmaSessionBackedValueObject in ubic.gemma.model.expression.experiment
Classes in ubic.gemma.model.expression.experiment that implement GemmaSessionBackedValueObject Modifier and Type Class Description class
FreeTextExpressionExperimentResultsValueObject
class
SessionBoundExpressionExperimentSetValueObject
-
Uses of GemmaSessionBackedValueObject in ubic.gemma.model.genome.gene
Classes in ubic.gemma.model.genome.gene that implement GemmaSessionBackedValueObject Modifier and Type Class Description class
FreeTextGeneResultsValueObject
*class
GOGroupValueObject
class
PhenotypeGroupValueObject
class
SessionBoundGeneSetValueObject
-
Uses of GemmaSessionBackedValueObject in ubic.gemma.web.persistence
Methods in ubic.gemma.web.persistence that return GemmaSessionBackedValueObject Modifier and Type Method Description GemmaSessionBackedValueObject
AbstractSetListContainer. 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.persistence that return types with arguments of type GemmaSessionBackedValueObject Modifier and Type Method Description List<? extends GemmaSessionBackedValueObject>
AbstractSetListContainer. getAllSessionBoundGroups()
List<? extends GemmaSessionBackedValueObject>
AbstractSetListContainer. getSessionBoundModifiedGroups()
Methods in ubic.gemma.web.persistence with parameters of type GemmaSessionBackedValueObject Modifier and Type Method Description GemmaSessionBackedValueObject
AbstractSetListContainer. 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)
-