Uses of Class
edu.internet2.middleware.grouper.pit.PITGroupSet

Packages that use PITGroupSet
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.pit   
 

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

Methods in edu.internet2.middleware.grouper.internal.dao that return PITGroupSet
 PITGroupSet PITGroupSetDAO.findActiveImmediateByPITOwnerAndPITMemberAndPITField(java.lang.String ownerId, java.lang.String memberId, java.lang.String fieldId)
           
 PITGroupSet PITGroupSetDAO.findActiveImmediateChildByParentAndMemberPITGroup(PITGroupSet parentPITGroupSet, java.lang.String memberGroupId)
           
 PITGroupSet PITGroupSetDAO.findById(java.lang.String id, boolean exceptionIfNotFound)
           
 PITGroupSet PITGroupSetDAO.findBySourceIdActive(java.lang.String id, boolean exceptionIfNotFound)
           
 PITGroupSet PITGroupSetDAO.findBySourceIdUnique(java.lang.String id, boolean exceptionIfNotFound)
           
 PITGroupSet PITGroupSetDAO.findSelfPITGroupSet(java.lang.String ownerId, java.lang.String fieldId, boolean activeOnly)
           
 

Methods in edu.internet2.middleware.grouper.internal.dao that return types with arguments of type PITGroupSet
 java.util.Set<PITGroupSet> PITGroupSetDAO.findAllActiveByMemberPITGroup(java.lang.String groupId)
           
 java.util.Set<PITGroupSet> PITGroupSetDAO.findAllActiveByPITGroupOwnerAndPITField(java.lang.String groupId, PITField field)
           
 java.util.Set<PITGroupSet> PITGroupSetDAO.findAllActiveChildren(PITGroupSet pitGroupSet)
           
 java.util.Set<PITGroupSet> PITGroupSetDAO.findAllByMemberPITGroup(java.lang.String groupId)
           
 java.util.Set<PITGroupSet> PITGroupSetDAO.findAllSelfPITGroupSetsByPITOwnerId(java.lang.String id)
           
 java.util.Set<PITGroupSet> PITGroupSetDAO.findBySourceId(java.lang.String id, boolean exceptionIfNotFound)
           
 java.util.Set<PITGroupSet> PITGroupSetDAO.findImmediateChildren(PITGroupSet pitGroupSet)
           
 java.util.Set<PITGroupSet> PITGroupSetDAO.findMissingInactivePITGroupSets()
           
 java.util.Set<PITGroupSet> PITMembershipViewDAO.findPITGroupSetsJoinedWithNewPITMembership(PITMembership pitMembership)
           
 java.util.Set<PITGroupSet> PITMembershipViewDAO.findPITGroupSetsJoinedWithOldPITMembership(PITMembership pitMembership)
           
 

Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type PITGroupSet
 void PITGroupSetDAO.delete(PITGroupSet pitGroupSet)
          delete
 PITGroupSet PITGroupSetDAO.findActiveImmediateChildByParentAndMemberPITGroup(PITGroupSet parentPITGroupSet, java.lang.String memberGroupId)
           
 java.util.Set<PITGroupSet> PITGroupSetDAO.findAllActiveChildren(PITGroupSet pitGroupSet)
           
 java.util.Set<PITGroupSet> PITGroupSetDAO.findImmediateChildren(PITGroupSet pitGroupSet)
           
 java.util.Set<PITMembership> PITMembershipViewDAO.findPITMembershipsJoinedWithNewPITGroupSet(PITGroupSet pitGroupSet)
           
 java.util.Set<PITMembership> PITMembershipViewDAO.findPITMembershipsJoinedWithOldPITGroupSet(PITGroupSet pitGroupSet)
           
 void PITGroupSetDAO.saveOrUpdate(PITGroupSet pitGroupSet)
          insert or update
 

Method parameters in edu.internet2.middleware.grouper.internal.dao with type arguments of type PITGroupSet
 void PITGroupSetDAO.saveBatch(java.util.Set<PITGroupSet> pitGroupSets)
          insert a batch of pit group set objects
 void PITGroupSetDAO.saveOrUpdate(java.util.Set<PITGroupSet> pitGroupSets)
          insert or update
 

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

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return PITGroupSet
 PITGroupSet Hib3PITGroupSetDAO.findActiveImmediateByPITOwnerAndPITMemberAndPITField(java.lang.String ownerId, java.lang.String memberId, java.lang.String fieldId)
           
 PITGroupSet Hib3PITGroupSetDAO.findActiveImmediateChildByParentAndMemberPITGroup(PITGroupSet parentPITGroupSet, java.lang.String memberGroupId)
           
 PITGroupSet Hib3PITGroupSetDAO.findById(java.lang.String id, boolean exceptionIfNotFound)
           
 PITGroupSet Hib3PITGroupSetDAO.findBySourceIdActive(java.lang.String id, boolean exceptionIfNotFound)
           
 PITGroupSet Hib3PITGroupSetDAO.findBySourceIdUnique(java.lang.String id, boolean exceptionIfNotFound)
           
 PITGroupSet Hib3PITGroupSetDAO.findSelfPITGroupSet(java.lang.String ownerId, java.lang.String fieldId, boolean activeOnly)
           
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return types with arguments of type PITGroupSet
 java.util.Set<PITGroupSet> Hib3PITGroupSetDAO.findAllActiveByMemberPITGroup(java.lang.String groupId)
           
 java.util.Set<PITGroupSet> Hib3PITGroupSetDAO.findAllActiveByPITGroupOwnerAndPITField(java.lang.String groupId, PITField field)
           
 java.util.Set<PITGroupSet> Hib3PITGroupSetDAO.findAllActiveChildren(PITGroupSet pitGroupSet)
           
 java.util.Set<PITGroupSet> Hib3PITGroupSetDAO.findAllByMemberPITGroup(java.lang.String groupId)
           
 java.util.Set<PITGroupSet> Hib3PITGroupSetDAO.findAllSelfPITGroupSetsByPITOwnerId(java.lang.String id)
           
 java.util.Set<PITGroupSet> Hib3PITGroupSetDAO.findBySourceId(java.lang.String id, boolean exceptionIfNotFound)
           
 java.util.Set<PITGroupSet> Hib3PITGroupSetDAO.findImmediateChildren(PITGroupSet groupSet)
           
 java.util.Set<PITGroupSet> Hib3PITGroupSetDAO.findMissingInactivePITGroupSets()
           
 java.util.Set<PITGroupSet> Hib3PITMembershipViewDAO.findPITGroupSetsJoinedWithNewPITMembership(PITMembership pitMembership)
           
 java.util.Set<PITGroupSet> Hib3PITMembershipViewDAO.findPITGroupSetsJoinedWithOldPITMembership(PITMembership pitMembership)
           
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type PITGroupSet
 void Hib3PITGroupSetDAO.delete(PITGroupSet pitGroupSet)
           
 PITGroupSet Hib3PITGroupSetDAO.findActiveImmediateChildByParentAndMemberPITGroup(PITGroupSet parentPITGroupSet, java.lang.String memberGroupId)
           
 java.util.Set<PITGroupSet> Hib3PITGroupSetDAO.findAllActiveChildren(PITGroupSet pitGroupSet)
           
 java.util.Set<PITGroupSet> Hib3PITGroupSetDAO.findImmediateChildren(PITGroupSet groupSet)
           
 java.util.Set<PITMembership> Hib3PITMembershipViewDAO.findPITMembershipsJoinedWithNewPITGroupSet(PITGroupSet pitGroupSet)
           
 java.util.Set<PITMembership> Hib3PITMembershipViewDAO.findPITMembershipsJoinedWithOldPITGroupSet(PITGroupSet pitGroupSet)
           
 void Hib3PITGroupSetDAO.saveOrUpdate(PITGroupSet pitGroupSet)
           
 

Method parameters in edu.internet2.middleware.grouper.internal.dao.hib3 with type arguments of type PITGroupSet
 void Hib3PITGroupSetDAO.saveBatch(java.util.Set<PITGroupSet> pitGroupSets)
           
 void Hib3PITGroupSetDAO.saveOrUpdate(java.util.Set<PITGroupSet> pitGroupSets)
           
 

Uses of PITGroupSet in edu.internet2.middleware.grouper.pit
 

Methods in edu.internet2.middleware.grouper.pit that return PITGroupSet
 PITGroupSet PITGroupSet.dbVersion()
          save the state when retrieving from DB
 PITGroupSet PITGroupSet.getParentPITGroupSet()