Uses of Class
com.university.bookstore.observer.AuditLogObserver.AuditLogEntry
Packages that use AuditLogObserver.AuditLogEntry
-
Uses of AuditLogObserver.AuditLogEntry in com.university.bookstore.observer
Methods in com.university.bookstore.observer that return types with arguments of type AuditLogObserver.AuditLogEntryModifier and TypeMethodDescriptionAuditLogObserver.getAuditLog()Gets all audit log entries.AuditLogObserver.getAuditLogForEventType(String eventType) Gets audit log entries for a specific event type.AuditLogObserver.getAuditLogForMaterial(String materialId) Gets audit log entries for a specific material.AuditLogObserver.getAuditLogForTimeRange(long startTime, long endTime) Gets audit log entries within a time range.