public interface OverduePoster
| Modifier and Type | Method and Description |
|---|---|
<T extends OverdueCheckNotificationKey> |
clearOverdueCheckNotifications(UUID accountId,
String overdueQueueName,
Class<T> clazz,
InternalCallContext context) |
<T extends OverdueCheckNotificationKey> |
insertOverdueNotification(UUID accountId,
org.joda.time.DateTime futureNotificationTime,
String overdueQueueName,
T notificationKey,
InternalCallContext context) |
<T extends OverdueCheckNotificationKey> void insertOverdueNotification(UUID accountId, org.joda.time.DateTime futureNotificationTime, String overdueQueueName, T notificationKey, InternalCallContext context)
<T extends OverdueCheckNotificationKey> void clearOverdueCheckNotifications(UUID accountId, String overdueQueueName, Class<T> clazz, InternalCallContext context)
Copyright © 2010-2016. All Rights Reserved.