public abstract class DefaultOverduePosterBase extends Object implements OverduePoster
| Constructor and Description |
|---|
DefaultOverduePosterBase(org.killbill.notificationq.api.NotificationQueueService notificationQueueService,
org.skife.jdbi.v2.IDBI dbi,
org.killbill.clock.Clock clock,
CacheControllerDispatcher cacheControllerDispatcher,
NonEntityDao nonEntityDao) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T extends OverdueCheckNotificationKey> |
cleanupFutureNotificationsFormTransaction(EntitySqlDaoWrapperFactory<EntitySqlDao> entitySqlDaoWrapperFactory,
Collection<org.killbill.notificationq.api.NotificationEventWithMetadata<T>> futureNotifications,
org.joda.time.DateTime futureNotificationTime,
org.killbill.notificationq.api.NotificationQueue overdueQueue) |
<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) |
public DefaultOverduePosterBase(org.killbill.notificationq.api.NotificationQueueService notificationQueueService,
org.skife.jdbi.v2.IDBI dbi,
org.killbill.clock.Clock clock,
CacheControllerDispatcher cacheControllerDispatcher,
NonEntityDao nonEntityDao)
public <T extends OverdueCheckNotificationKey> void insertOverdueNotification(UUID accountId, org.joda.time.DateTime futureNotificationTime, String overdueQueueName, T notificationKey, InternalCallContext context)
insertOverdueNotification in interface OverduePosterpublic <T extends OverdueCheckNotificationKey> void clearOverdueCheckNotifications(UUID accountId, String overdueQueueName, Class<T> clazz, InternalCallContext context)
clearOverdueCheckNotifications in interface OverduePosterprotected abstract <T extends OverdueCheckNotificationKey> boolean cleanupFutureNotificationsFormTransaction(EntitySqlDaoWrapperFactory<EntitySqlDao> entitySqlDaoWrapperFactory, Collection<org.killbill.notificationq.api.NotificationEventWithMetadata<T>> futureNotifications, org.joda.time.DateTime futureNotificationTime, org.killbill.notificationq.api.NotificationQueue overdueQueue)
Copyright © 2010-2014. All Rights Reserved.