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