|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuditTypeDAO
audit type data access methods
| Method Summary | |
|---|---|
void |
deleteEntriesAndTypesByCategoryAndAction(java.lang.String category,
java.lang.String action)
delete entries and types by category and action |
java.util.Set<AuditType> |
findAll()
find all audit types |
java.util.Set<AuditType> |
findByCategory(java.lang.String categoryName)
find all audit types by category |
AuditType |
findByUuidOrName(java.lang.String id,
java.lang.String auditCategory,
java.lang.String actionName,
boolean exceptionIfNull)
|
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 |
| Method Detail |
|---|
java.util.Set<AuditType> findAll()
java.util.Set<AuditType> findByCategory(java.lang.String categoryName)
categoryName -
void saveOrUpdate(AuditType auditType)
auditType -
void deleteEntriesAndTypesByCategoryAndAction(java.lang.String category,
java.lang.String action)
category - action -
AuditType findByUuidOrName(java.lang.String id,
java.lang.String auditCategory,
java.lang.String actionName,
boolean exceptionIfNull)
id - auditCategory - actionName - exceptionIfNull -
GrouperDAOException
GroupNotFoundExceptionvoid saveUpdateProperties(AuditType auditType)
auditType -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||