public class OverdueWrapperFactory extends Object
| Constructor and Description |
|---|
OverdueWrapperFactory(BlockingInternalApi api,
org.killbill.clock.Clock clock,
BillingStateCalculator billingStateCalculator,
OverdueStateApplicator overdueStateApplicatorBundle,
AccountInternalApi accountApi) |
| Modifier and Type | Method and Description |
|---|---|
OverdueWrapper |
createOverdueWrapperFor(Account blockable) |
OverdueWrapper |
createOverdueWrapperFor(UUID id,
InternalTenantContext context) |
void |
setOverdueConfig(OverdueConfig config) |
@Inject public OverdueWrapperFactory(BlockingInternalApi api, org.killbill.clock.Clock clock, BillingStateCalculator billingStateCalculator, OverdueStateApplicator overdueStateApplicatorBundle, AccountInternalApi accountApi)
public OverdueWrapper createOverdueWrapperFor(Account blockable) throws OverdueException
OverdueExceptionpublic OverdueWrapper createOverdueWrapperFor(UUID id, InternalTenantContext context) throws OverdueException
OverdueExceptionpublic void setOverdueConfig(OverdueConfig config)
Copyright © 2010-2014. All Rights Reserved.