public interface IAuditLogDAO extends de.taimos.dao.IEntityDAO<EAuditLog,Long>
| Modifier and Type | Method and Description |
|---|---|
Collection<EAuditLog> |
byCategory(AuditCategory category) |
Collection<EAuditLog> |
byUser(String user) |
Collection<EAuditLog> byUser(String user)
user - the user nameCollection<EAuditLog> byCategory(AuditCategory category)
category - the categoryCopyright © 2014 Cinovo AG. All Rights Reserved.