| Package | Description |
|---|---|
| com.helger.photon.basic.audit |
| Modifier and Type | Method and Description |
|---|---|
List<IAuditItem> |
AuditManager.getAllAuditItemsOfDate(org.joda.time.LocalDate aDate) |
List<IAuditItem> |
IAuditManager.getLastAuditItems(int nMaxItems) |
List<IAuditItem> |
AuditManager.getLastAuditItems(int nMaxItems) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
LoggingAuditor.getAuditItemString(IAuditItem aAuditItem) |
static String |
LoggingAuditor.getDefaultAuditItemString(IAuditItem aAuditItem) |
protected org.joda.time.LocalDateTime |
ComparatorAuditItemDateTime.getPart(IAuditItem aElement) |
protected void |
LoggingAuditor.handleAuditItem(IAuditItem aAuditItem) |
protected void |
IgnoringAuditor.handleAuditItem(IAuditItem aAuditItem) |
protected void |
AsynchronousAuditor.handleAuditItem(IAuditItem aAuditItem) |
protected abstract void |
AbstractAuditor.handleAuditItem(IAuditItem aAuditItem)
Implement this method to handle the created audit items.
|
| Constructor and Description |
|---|
AsynchronousAuditor(ICurrentUserIDProvider aUserIDProvider,
com.helger.commons.callback.IThrowingRunnableWithParameter<List<IAuditItem>,? extends Throwable> aPerformer) |
Copyright © 2014–2015 Philip Helger. All rights reserved.