Uses of Class
edu.internet2.middleware.grouper.stem.StemSet

Packages that use StemSet
edu.internet2.middleware.grouper.internal.dao This package contains the data access object interfaces that a DB layer would have to implement (generally revolving around queries to DB) 
edu.internet2.middleware.grouper.internal.dao.hib3 This package contains hib3 related data access object implementations and mappings 
edu.internet2.middleware.grouper.stem   
 

Uses of StemSet in edu.internet2.middleware.grouper.internal.dao
 

Methods in edu.internet2.middleware.grouper.internal.dao that return StemSet
 StemSet StemSetDAO.findById(java.lang.String id, boolean exceptionIfNotFound)
           
 StemSet StemSetDAO.findByIfThenImmediate(java.lang.String stemIdIf, java.lang.String stemIdThen, boolean exceptionIfNotFound)
          find by if and then (not same) with depth of 1 (immediate)
 

Methods in edu.internet2.middleware.grouper.internal.dao that return types with arguments of type StemSet
 java.util.Set<StemSet> StemSetDAO.findAllChildren(java.util.Collection<StemSet> stemSets, QueryOptions queryOptions)
           
 java.util.Set<StemSet> StemSetDAO.findByIfHasStemId(java.lang.String id)
          find by if has stem id
 java.util.Set<StemSet> StemSetDAO.findByIfHasStemIds(java.util.Collection ids)
          find by if has stem ids
 java.util.Set<StemSet> StemSetDAO.findByIfHasStemOfStemChildrenAndMinDepth(java.lang.String stemId, int minDepth, QueryOptions queryOptions)
           
 java.util.Set<StemSet> StemSetDAO.findByThenHasStemId(java.lang.String id)
          find by then has stem id
 java.util.Set<StemSet> StemSetDAO.findNonSelfByIfHasStemId(java.lang.String id)
          find by if has stem id (exclude self stem)
 

Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type StemSet
 void StemSetDAO.delete(StemSet stemSet)
          delete a stemSet
 void StemSetDAO.saveOrUpdate(StemSet stemSet)
          insert or update a stemSet
 

Method parameters in edu.internet2.middleware.grouper.internal.dao with type arguments of type StemSet
 java.util.Set<StemSet> StemSetDAO.findAllChildren(java.util.Collection<StemSet> stemSets, QueryOptions queryOptions)
           
 void StemDAO.moveStemSets(java.util.List<StemSet> ifHasStemSetsOfParentStem, java.util.List<StemSet> oldStemSets, java.lang.String currentStemId, int depthOfFirstParent)
           
 void StemDAO.moveStemSets(java.util.List<StemSet> ifHasStemSetsOfParentStem, java.util.List<StemSet> oldStemSets, java.lang.String currentStemId, int depthOfFirstParent)
           
 void StemSetDAO.saveBatch(java.util.Collection<StemSet> stemSets)
          insert in batch
 

Uses of StemSet in edu.internet2.middleware.grouper.internal.dao.hib3
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return StemSet
 StemSet Hib3StemSetDAO.findById(java.lang.String id, boolean exceptionIfNotFound)
           
 StemSet Hib3StemSetDAO.findByIfThenImmediate(java.lang.String stemIdIf, java.lang.String stemIdThen, boolean exceptionIfNotFound)
           
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return types with arguments of type StemSet
 java.util.Set<StemSet> Hib3StemSetDAO.findAllChildren(java.util.Collection<StemSet> stemSets, QueryOptions queryOptions)
           
 java.util.Set<StemSet> Hib3StemSetDAO.findByIfHasStemId(java.lang.String id)
           
 java.util.Set<StemSet> Hib3StemSetDAO.findByIfHasStemIds(java.util.Collection ids)
           
 java.util.Set<StemSet> Hib3StemSetDAO.findByIfHasStemOfStemChildrenAndMinDepth(java.lang.String stemId, int minDepth, QueryOptions queryOptions)
           
 java.util.Set<StemSet> Hib3StemSetDAO.findByThenHasStemId(java.lang.String id)
           
 java.util.Set<StemSet> Hib3StemSetDAO.findNonSelfByIfHasStemId(java.lang.String id)
           
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type StemSet
 void Hib3StemSetDAO.delete(StemSet stemSet)
           
 void Hib3StemSetDAO.saveOrUpdate(StemSet stemSet)
           
 

Method parameters in edu.internet2.middleware.grouper.internal.dao.hib3 with type arguments of type StemSet
 java.util.Set<StemSet> Hib3StemSetDAO.findAllChildren(java.util.Collection<StemSet> stemSets, QueryOptions queryOptions)
           
 void Hib3StemDAO.moveStemSets(java.util.List<StemSet> ifHasStemSetsOfParentStem, java.util.List<StemSet> oldStemSets, java.lang.String currentStemId, int depthOfFirstParent)
           
 void Hib3StemDAO.moveStemSets(java.util.List<StemSet> ifHasStemSetsOfParentStem, java.util.List<StemSet> oldStemSets, java.lang.String currentStemId, int depthOfFirstParent)
           
 void Hib3StemSetDAO.saveBatch(java.util.Collection<StemSet> stemSets)
           
 

Uses of StemSet in edu.internet2.middleware.grouper.stem
 

Methods in edu.internet2.middleware.grouper.stem that return StemSet
 StemSet StemSet.dbVersion()
          save the state when retrieving from DB
static StemSet StemSet.findInCollection(java.util.Collection<StemSet> stemSets, java.lang.String ifHasId, java.lang.String thenHasId, int depth, boolean exceptionIfNull)
          find a stem set, better be here
 StemSet StemSet.getParentStemSet()
           
 

Method parameters in edu.internet2.middleware.grouper.stem with type arguments of type StemSet
static StemSet StemSet.findInCollection(java.util.Collection<StemSet> stemSets, java.lang.String ifHasId, java.lang.String thenHasId, int depth, boolean exceptionIfNull)
          find a stem set, better be here