Interface SessionListManager
- All Known Implementing Classes:
SessionListManagerImpl
public interface SessionListManager
-
Method Summary
Modifier and TypeMethodDescriptionaddExperimentSet
(SessionBoundExpressionExperimentSetValueObject eesvo, boolean modified) addGeneSet
(SessionBoundGeneSetValueObject gsvo, boolean modified) getAllGeneSets
(Long taxonId) Get the session-bound group using the group's idgetGeneSetById
(Long id) Get the session-bound group using the group's idgetGenesInGroup
(Long groupId) AJAX If the current user has access to given gene group will return the gene ids in the gene groupgetModifiedExperimentSets
(Long taxonId) getModifiedGeneSets
(Long taxonId) void
void
void
void
-
Method Details
-
addExperimentSet
SessionBoundExpressionExperimentSetValueObject addExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo) -
addExperimentSet
SessionBoundExpressionExperimentSetValueObject addExperimentSet(SessionBoundExpressionExperimentSetValueObject eesvo, boolean modified) -
addGeneSet
-
addGeneSet
-
getAllExperimentSets
Collection<SessionBoundExpressionExperimentSetValueObject> getAllExperimentSets() -
getAllGeneSets
Collection<SessionBoundGeneSetValueObject> getAllGeneSets() -
getAllGeneSets
-
getExperimentIdsInSet
-
getExperimentSetById
Get the session-bound group using the group's id -
getExperimentsInSet
-
getGeneSetById
Get the session-bound group using the group's id -
getGenesInGroup
AJAX If the current user has access to given gene group will return the gene ids in the gene group -
getModifiedExperimentSets
Collection<SessionBoundExpressionExperimentSetValueObject> getModifiedExperimentSets() -
getModifiedExperimentSets
-
getModifiedGeneSets
Collection<SessionBoundGeneSetValueObject> getModifiedGeneSets() -
getModifiedGeneSets
-
incrementAndGetLargestExperimentSetSessionId
Long incrementAndGetLargestExperimentSetSessionId() -
incrementAndGetLargestGeneSetSessionId
Long incrementAndGetLargestGeneSetSessionId() -
removeExperimentSet
-
removeGeneSet
-
updateExperimentSet
-
updateGeneSet
-