Interface AuditEntryDAO
- All Superinterfaces:
GrouperDAO
- All Known Implementing Classes:
Hib3AuditEntryDAO
audit entry data access methods
-
Method Summary
Modifier and TypeMethodDescriptionfindByActingUser(String actAsMemberId, QueryOptions queryOptions) audits for a userfindByActingUser(String actAsMemberId, QueryOptions queryOptions, Long startTime, Long endTime) audits for a user withhin a given time rangevoidsaveOrUpdate(AuditEntry auditEntry) insert or update an audit entry objectvoidsaveUpdateProperties(AuditEntry auditEntry) save the update properties which are auto saved when business method is called
-
Method Details
-
findByActingUser
audits for a user- Returns:
- the audits that that user performed
-
findByActingUser
Set<AuditEntry> findByActingUser(String actAsMemberId, QueryOptions queryOptions, Long startTime, Long endTime) audits for a user withhin a given time range- Returns:
- the audits that that user performed within a given time range
-
saveOrUpdate
insert or update an audit entry object- Parameters:
auditEntry-
-
findById
- Parameters:
id-exceptionIfNotFound-- Returns:
- the entry or null if not there
-
saveUpdateProperties
save the update properties which are auto saved when business method is called- Parameters:
auditEntry-
-