Class AbstractSetListContainer
java.lang.Object
ubic.gemma.web.controller.persistence.AbstractSetListContainer
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExperimentSetListContainer,GeneSetListContainer
- Author:
- thea
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionubic.gemma.model.common.GemmaSessionBackedValueObjectaddSet(ubic.gemma.model.common.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 groupsList<? extends ubic.gemma.model.common.GemmaSessionBackedValueObject> List<? extends ubic.gemma.model.common.GemmaSessionBackedValueObject> voidremoveSet(ubic.gemma.model.common.GemmaSessionBackedValueObject vo) voidupdateSet(ubic.gemma.model.common.GemmaSessionBackedValueObject vo)
-
Constructor Details
-
AbstractSetListContainer
public AbstractSetListContainer()
-
-
Method Details
-
addSet
public ubic.gemma.model.common.GemmaSessionBackedValueObject addSet(ubic.gemma.model.common.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 groups -
getAllSessionBoundGroups
public List<? extends ubic.gemma.model.common.GemmaSessionBackedValueObject> getAllSessionBoundGroups() -
getSessionBoundModifiedGroups
public List<? extends ubic.gemma.model.common.GemmaSessionBackedValueObject> getSessionBoundModifiedGroups() -
incrementAndGetLargestSessionId
-
removeSet
public void removeSet(ubic.gemma.model.common.GemmaSessionBackedValueObject vo) -
updateSet
public void updateSet(ubic.gemma.model.common.GemmaSessionBackedValueObject vo)
-