public class ChangeManager extends Object implements org.bedework.util.logging.Logged
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeManager.ChangeItem
Specify the change by label and value
|
| Constructor and Description |
|---|
ChangeManager(SessionManager sessMan) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChange(Change c) |
void |
addChange(Registration reg,
String type) |
void |
addChange(Registration reg,
String type,
ChangeManager.ChangeItem ci) |
void |
addRegFulfilled(Registration reg) |
void |
addTicketsAdded(Registration reg,
int numTickets) |
void |
deleteReg(Registration reg) |
List<Change> |
getChanges(String ts) |
org.bedework.util.logging.BwLogger |
getLogger() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaudit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warnpublic ChangeManager(SessionManager sessMan)
sessMan - public List<Change> getChanges(String ts) throws Throwable
ts - Throwablepublic void addChange(Registration reg, String type) throws Throwable
reg - type - Throwablepublic void addChange(Registration reg, String type, ChangeManager.ChangeItem ci) throws Throwable
reg - type - ci - Throwablepublic void addTicketsAdded(Registration reg, int numTickets) throws Throwable
reg - numTickets - Throwablepublic void addRegFulfilled(Registration reg) throws Throwable
reg - Throwablepublic void deleteReg(Registration reg) throws Throwable
reg - Throwablepublic org.bedework.util.logging.BwLogger getLogger()
getLogger in interface org.bedework.util.logging.LoggedCopyright © 2019 Bedework. All rights reserved.