|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PITRoleSet | |
|---|---|
| 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 PITRoleSet in edu.internet2.middleware.grouper.internal.dao |
|---|
| Methods in edu.internet2.middleware.grouper.internal.dao that return PITRoleSet | |
|---|---|
PITRoleSet |
PITRoleSetDAO.findById(java.lang.String id,
boolean exceptionIfNotFound)
|
PITRoleSet |
PITRoleSetDAO.findBySourceIdActive(java.lang.String id,
boolean exceptionIfNotFound)
|
PITRoleSet |
PITRoleSetDAO.findBySourceIdUnique(java.lang.String id,
boolean exceptionIfNotFound)
|
| Methods in edu.internet2.middleware.grouper.internal.dao that return types with arguments of type PITRoleSet | |
|---|---|
java.util.Set<PITRoleSet> |
PITRoleSetDAO.findAllSelfPITRoleSetsByPITRoleId(java.lang.String id)
|
java.util.Set<PITRoleSet> |
PITRoleSetDAO.findBySourceId(java.lang.String id,
boolean exceptionIfNotFound)
|
java.util.Set<PITRoleSet> |
PITRoleSetDAO.findByThenHasPITRoleId(java.lang.String id)
|
java.util.Set<PITRoleSet> |
PITRoleSetDAO.findImmediateChildren(PITRoleSet pitRoleSet)
|
java.util.Set<PITRoleSet> |
PITRoleSetDAO.findMissingInactivePITRoleSets()
|
| Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type PITRoleSet | |
|---|---|
void |
PITRoleSetDAO.delete(PITRoleSet pitRoleSet)
delete |
java.util.Set<PITRoleSet> |
PITRoleSetDAO.findImmediateChildren(PITRoleSet pitRoleSet)
|
java.util.Set<PITGroup> |
PITGroupDAO.findRolesWithPermissionsContainingObject(PITRoleSet roleSet)
Find the roles that have permissions containing the specified object |
void |
PITRoleSetDAO.saveOrUpdate(PITRoleSet pitRoleSet)
insert or update |
| Method parameters in edu.internet2.middleware.grouper.internal.dao with type arguments of type PITRoleSet | |
|---|---|
void |
PITRoleSetDAO.saveOrUpdate(java.util.Set<PITRoleSet> pitRoleSets)
insert or update |
| Uses of PITRoleSet in edu.internet2.middleware.grouper.internal.dao.hib3 |
|---|
| Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return PITRoleSet | |
|---|---|
PITRoleSet |
Hib3PITRoleSetDAO.findById(java.lang.String id,
boolean exceptionIfNotFound)
|
PITRoleSet |
Hib3PITRoleSetDAO.findBySourceIdActive(java.lang.String id,
boolean exceptionIfNotFound)
|
PITRoleSet |
Hib3PITRoleSetDAO.findBySourceIdUnique(java.lang.String id,
boolean exceptionIfNotFound)
|
| Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return types with arguments of type PITRoleSet | |
|---|---|
java.util.Set<PITRoleSet> |
Hib3PITRoleSetDAO.findAllSelfPITRoleSetsByPITRoleId(java.lang.String id)
|
java.util.Set<PITRoleSet> |
Hib3PITRoleSetDAO.findBySourceId(java.lang.String id,
boolean exceptionIfNotFound)
|
java.util.Set<PITRoleSet> |
Hib3PITRoleSetDAO.findByThenHasPITRoleId(java.lang.String id)
|
java.util.Set<PITRoleSet> |
Hib3PITRoleSetDAO.findImmediateChildren(PITRoleSet pitRoleSet)
|
java.util.Set<PITRoleSet> |
Hib3PITRoleSetDAO.findMissingInactivePITRoleSets()
|
| Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type PITRoleSet | |
|---|---|
void |
Hib3PITRoleSetDAO.delete(PITRoleSet pitRoleSet)
|
java.util.Set<PITRoleSet> |
Hib3PITRoleSetDAO.findImmediateChildren(PITRoleSet pitRoleSet)
|
java.util.Set<PITGroup> |
Hib3PITGroupDAO.findRolesWithPermissionsContainingObject(PITRoleSet roleSet)
|
void |
Hib3PITRoleSetDAO.saveOrUpdate(PITRoleSet pitRoleSet)
|
| Method parameters in edu.internet2.middleware.grouper.internal.dao.hib3 with type arguments of type PITRoleSet | |
|---|---|
void |
Hib3PITRoleSetDAO.saveOrUpdate(java.util.Set<PITRoleSet> pitRoleSets)
|
| Uses of PITRoleSet in edu.internet2.middleware.grouper.pit |
|---|
| Methods in edu.internet2.middleware.grouper.pit that return PITRoleSet | |
|---|---|
PITRoleSet |
PITRoleSet.dbVersion()
save the state when retrieving from DB |
PITRoleSet |
PITRoleSet.getParentPITRoleSet()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||