public interface AuditTypeDAO extends GrouperDAO
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntriesAndTypesByCategoryAndAction(String category,
String action)
delete entries and types by category and action
|
Set<AuditType> |
findAll()
find all audit types
|
Set<AuditType> |
findByCategory(String categoryName)
find all audit types by category
|
AuditType |
findByUuidOrName(String id,
String auditCategory,
String actionName,
boolean exceptionIfNull) |
AuditType |
findByUuidOrName(String id,
String auditCategory,
String actionName,
boolean exceptionIfNull,
QueryOptions queryOptions) |
void |
saveOrUpdate(AuditType auditType)
insert or update an audit entry object
|
void |
saveUpdateProperties(AuditType auditType)
save the update properties which are auto saved when business method is called
|
Set<AuditType> findByCategory(String categoryName)
categoryName - void saveOrUpdate(AuditType auditType)
auditType - void deleteEntriesAndTypesByCategoryAndAction(String category, String action)
category - action - AuditType findByUuidOrName(String id, String auditCategory, String actionName, boolean exceptionIfNull)
id - auditCategory - actionName - exceptionIfNull - GrouperDAOExceptionGroupNotFoundExceptionAuditType findByUuidOrName(String id, String auditCategory, String actionName, boolean exceptionIfNull, QueryOptions queryOptions)
id - auditCategory - actionName - exceptionIfNull - queryOptions - GrouperDAOExceptionGroupNotFoundExceptionvoid saveUpdateProperties(AuditType auditType)
auditType - Copyright © 2016 Internet2. All rights reserved.