public class OverdueWrapper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLEAR_STATE_NAME |
| Constructor and Description |
|---|
OverdueWrapper(Account overdueable,
BlockingInternalApi api,
OverdueStateSet overdueStateSet,
org.killbill.commons.locker.GlobalLocker locker,
org.killbill.clock.Clock clock,
BillingStateCalculator billingStateCalcuator,
OverdueStateApplicator overdueStateApplicator,
InternalCallContextFactory internalCallContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
BillingState |
billingState(InternalCallContext context) |
void |
clear(org.joda.time.DateTime effectiveDate,
InternalCallContext context) |
org.killbill.billing.overdue.api.OverdueState |
refresh(org.joda.time.DateTime effectiveDate,
InternalCallContext context) |
public static final java.lang.String CLEAR_STATE_NAME
public OverdueWrapper(Account overdueable, BlockingInternalApi api, OverdueStateSet overdueStateSet, org.killbill.commons.locker.GlobalLocker locker, org.killbill.clock.Clock clock, BillingStateCalculator billingStateCalcuator, OverdueStateApplicator overdueStateApplicator, InternalCallContextFactory internalCallContextFactory)
public org.killbill.billing.overdue.api.OverdueState refresh(org.joda.time.DateTime effectiveDate, InternalCallContext context) throws OverdueException, org.killbill.billing.overdue.api.OverdueApiException
public void clear(org.joda.time.DateTime effectiveDate,
InternalCallContext context)
throws OverdueException,
org.killbill.billing.overdue.api.OverdueApiException
public BillingState billingState(InternalCallContext context) throws OverdueException
OverdueExceptionCopyright © 2010-2020. All Rights Reserved.