|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PITRoleSetDAO
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()
|
void |
saveOrUpdate(PITRoleSet pitRoleSet)
insert or update |
void |
saveOrUpdate(java.util.Set<PITRoleSet> pitRoleSets)
insert or update |
Method Detail |
---|
void saveOrUpdate(PITRoleSet pitRoleSet)
pitRoleSet
- void saveOrUpdate(java.util.Set<PITRoleSet> pitRoleSets)
pitRoleSets
- void delete(PITRoleSet pitRoleSet)
pitRoleSet
- PITRoleSet findBySourceIdActive(java.lang.String id, boolean exceptionIfNotFound)
id
- exceptionIfNotFound
-
PITRoleSet findById(java.lang.String id, boolean exceptionIfNotFound)
id
- exceptionIfNotFound
-
PITRoleSet findBySourceIdUnique(java.lang.String id, boolean exceptionIfNotFound)
id
- exceptionIfNotFound
-
void deleteInactiveRecords(java.sql.Timestamp time)
time
- java.util.Set<PITRoleSet> findImmediateChildren(PITRoleSet pitRoleSet)
pitRoleSet
-
java.util.Set<PITRoleSet> findAllSelfPITRoleSetsByPITRoleId(java.lang.String id)
id
-
void deleteSelfByPITRoleId(java.lang.String id)
id
- java.util.Set<PITRoleSet> findByThenHasPITRoleId(java.lang.String id)
id
-
java.util.Set<RoleSet> findMissingActivePITRoleSets()
java.util.Set<PITRoleSet> findMissingInactivePITRoleSets()
java.util.Set<java.lang.String> findActiveDuplicates()
java.util.Set<PITRoleSet> findBySourceId(java.lang.String id, boolean exceptionIfNotFound)
id
- exceptionIfNotFound
-
void delete(java.lang.String id)
id
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |