|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditService
A simple auditing interface to add and find audit entries.
Method Summary | |
---|---|
void |
addEntry(AuditEntry entry)
Add an AuditEntry to the persistent store. |
java.util.List |
findEntries(AuditEntryTO entryTO)
Find audit entry instances. |
Method Detail |
---|
void addEntry(AuditEntry entry) throws ServiceException
entry
- The AuditEntry to add.
ServiceException
- if the entry cannot be added.java.util.List findEntries(AuditEntryTO entryTO) throws ServiceException
entryTO
- AuditEntryTO instance containing query parameters.
ServiceException
- if the entries cannot be retreived.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |