|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3PITRoleSetDAO
public class Hib3PITRoleSetDAO
Field Summary |
---|
Fields inherited from class edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO |
---|
hibernateInitted |
Constructor Summary | |
---|---|
Hib3PITRoleSetDAO()
|
Method Summary | |
---|---|
void |
delete(PITRoleSet pitRoleSet)
delete |
void |
delete(java.lang.String id)
Delete (won't run pre and post delete methods) |
void |
deleteInactiveRecords(java.sql.Timestamp time)
Delete records that ended before the given date. |
void |
deleteSelfByPITRoleId(java.lang.String id)
|
java.util.Set<java.lang.String> |
findActiveDuplicates()
|
java.util.Set<PITRoleSet> |
findAllSelfPITRoleSetsByPITRoleId(java.lang.String id)
|
PITRoleSet |
findById(java.lang.String id,
boolean exceptionIfNotFound)
|
java.util.Set<PITRoleSet> |
findBySourceId(java.lang.String id,
boolean exceptionIfNotFound)
|
PITRoleSet |
findBySourceIdActive(java.lang.String id,
boolean exceptionIfNotFound)
|
PITRoleSet |
findBySourceIdUnique(java.lang.String id,
boolean exceptionIfNotFound)
|
java.util.Set<PITRoleSet> |
findByThenHasPITRoleId(java.lang.String id)
|
java.util.Set<PITRoleSet> |
findImmediateChildren(PITRoleSet pitRoleSet)
|
java.util.Set<RoleSet> |
findMissingActivePITRoleSets()
|
java.util.Set<PITRoleSet> |
findMissingInactivePITRoleSets()
|
static void |
reset(HibernateSession hibernateSession)
reset |
void |
saveOrUpdate(PITRoleSet pitRoleSet)
insert or update |
void |
saveOrUpdate(java.util.Set<PITRoleSet> pitRoleSets)
insert or update |
Methods inherited from class edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO |
---|
evict, evictEntity, evictQueries, getConfiguration, getSessionFactory, initHibernateIfNotInitted, resourceNameFromClassName, session |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Hib3PITRoleSetDAO()
Method Detail |
---|
public void saveOrUpdate(PITRoleSet pitRoleSet)
PITRoleSetDAO
saveOrUpdate
in interface PITRoleSetDAO
PITRoleSetDAO.saveOrUpdate(edu.internet2.middleware.grouper.pit.PITRoleSet)
public void saveOrUpdate(java.util.Set<PITRoleSet> pitRoleSets)
PITRoleSetDAO
saveOrUpdate
in interface PITRoleSetDAO
PITRoleSetDAO.saveOrUpdate(java.util.Set)
public void delete(PITRoleSet pitRoleSet)
PITRoleSetDAO
delete
in interface PITRoleSetDAO
PITRoleSetDAO.delete(edu.internet2.middleware.grouper.pit.PITRoleSet)
public static void reset(HibernateSession hibernateSession)
hibernateSession
- public PITRoleSet findBySourceIdActive(java.lang.String id, boolean exceptionIfNotFound)
findBySourceIdActive
in interface PITRoleSetDAO
PITRoleSetDAO.findBySourceIdActive(java.lang.String, boolean)
public PITRoleSet findBySourceIdUnique(java.lang.String id, boolean exceptionIfNotFound)
findBySourceIdUnique
in interface PITRoleSetDAO
PITRoleSetDAO.findBySourceIdUnique(java.lang.String, boolean)
public PITRoleSet findById(java.lang.String id, boolean exceptionIfNotFound)
findById
in interface PITRoleSetDAO
PITRoleSetDAO.findById(java.lang.String, boolean)
public void deleteInactiveRecords(java.sql.Timestamp time)
PITRoleSetDAO
deleteInactiveRecords
in interface PITRoleSetDAO
PITRoleSetDAO.deleteInactiveRecords(java.sql.Timestamp)
public java.util.Set<PITRoleSet> findImmediateChildren(PITRoleSet pitRoleSet)
findImmediateChildren
in interface PITRoleSetDAO
PITRoleSetDAO.findImmediateChildren(edu.internet2.middleware.grouper.pit.PITRoleSet)
public void deleteSelfByPITRoleId(java.lang.String id)
deleteSelfByPITRoleId
in interface PITRoleSetDAO
edu.internet2.middleware.grouper.internal.dao.PITRoleSetDAO#findAllByPITOwnerAndPITMemberAndPITField(java.lang.String)
public java.util.Set<PITRoleSet> findAllSelfPITRoleSetsByPITRoleId(java.lang.String id)
findAllSelfPITRoleSetsByPITRoleId
in interface PITRoleSetDAO
PITRoleSetDAO.findAllSelfPITRoleSetsByPITRoleId(java.lang.String)
public java.util.Set<PITRoleSet> findByThenHasPITRoleId(java.lang.String id)
findByThenHasPITRoleId
in interface PITRoleSetDAO
PITRoleSetDAO.findByThenHasPITRoleId(java.lang.String)
public java.util.Set<RoleSet> findMissingActivePITRoleSets()
findMissingActivePITRoleSets
in interface PITRoleSetDAO
PITRoleSetDAO.findMissingActivePITRoleSets()
public java.util.Set<PITRoleSet> findMissingInactivePITRoleSets()
findMissingInactivePITRoleSets
in interface PITRoleSetDAO
PITRoleSetDAO.findMissingInactivePITRoleSets()
public java.util.Set<java.lang.String> findActiveDuplicates()
findActiveDuplicates
in interface PITRoleSetDAO
PITRoleSetDAO.findActiveDuplicates()
public java.util.Set<PITRoleSet> findBySourceId(java.lang.String id, boolean exceptionIfNotFound)
findBySourceId
in interface PITRoleSetDAO
PITRoleSetDAO.findBySourceId(java.lang.String, boolean)
public void delete(java.lang.String id)
PITRoleSetDAO
delete
in interface PITRoleSetDAO
PITRoleSetDAO.delete(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |