public class OverdueWrapperFactory extends Object
| Constructor and Description |
|---|
OverdueWrapperFactory(BlockingInternalApi api,
org.killbill.commons.locker.GlobalLocker locker,
org.killbill.clock.Clock clock,
BillingStateCalculator billingStateCalculator,
OverdueStateApplicator overdueStateApplicatorBundle,
OverdueConfigCache overdueConfigCache,
AccountInternalApi accountApi) |
| Modifier and Type | Method and Description |
|---|---|
OverdueWrapper |
createOverdueWrapperFor(ImmutableAccountData blockable,
InternalTenantContext context) |
OverdueWrapper |
createOverdueWrapperFor(UUID id,
InternalTenantContext context) |
@Inject public OverdueWrapperFactory(BlockingInternalApi api, org.killbill.commons.locker.GlobalLocker locker, org.killbill.clock.Clock clock, BillingStateCalculator billingStateCalculator, OverdueStateApplicator overdueStateApplicatorBundle, OverdueConfigCache overdueConfigCache, AccountInternalApi accountApi)
public OverdueWrapper createOverdueWrapperFor(ImmutableAccountData blockable, InternalTenantContext context) throws OverdueException
OverdueExceptionpublic OverdueWrapper createOverdueWrapperFor(UUID id, InternalTenantContext context) throws OverdueException
OverdueExceptionCopyright © 2010-2016. All Rights Reserved.