Class AbstractSetListContainer

    • Constructor Detail

      • AbstractSetListContainer

        public AbstractSetListContainer()
    • Method Detail

      • addSet

        public ubic.gemma.model.GemmaSessionBackedValueObject addSet​(ubic.gemma.model.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.GemmaSessionBackedValueObject> getAllSessionBoundGroups()
      • getSessionBoundModifiedGroups

        public List<? extends ubic.gemma.model.GemmaSessionBackedValueObject> getSessionBoundModifiedGroups()
      • incrementAndGetLargestSessionId

        public Long incrementAndGetLargestSessionId()
      • removeSet

        public void removeSet​(ubic.gemma.model.GemmaSessionBackedValueObject vo)
      • updateSet

        public void updateSet​(ubic.gemma.model.GemmaSessionBackedValueObject vo)