public class DefaultOverdueConfigCache extends java.lang.Object implements OverdueConfigCache
| Constructor and Description |
|---|
DefaultOverdueConfigCache(CacheControllerDispatcher cacheControllerDispatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearOverdueConfig(InternalTenantContext tenantContext) |
org.killbill.billing.overdue.api.OverdueConfig |
getOverdueConfig(InternalTenantContext tenantContext) |
void |
loadDefaultOverdueConfig(org.killbill.billing.overdue.api.OverdueConfig config) |
void |
loadDefaultOverdueConfig(java.lang.String configURI) |
@Inject public DefaultOverdueConfigCache(CacheControllerDispatcher cacheControllerDispatcher)
public void loadDefaultOverdueConfig(@Nullable
java.lang.String configURI)
throws org.killbill.billing.overdue.api.OverdueApiException
loadDefaultOverdueConfig in interface OverdueConfigCacheorg.killbill.billing.overdue.api.OverdueApiExceptionpublic void loadDefaultOverdueConfig(org.killbill.billing.overdue.api.OverdueConfig config) throws org.killbill.billing.overdue.api.OverdueApiException
loadDefaultOverdueConfig in interface OverdueConfigCacheorg.killbill.billing.overdue.api.OverdueApiExceptionpublic org.killbill.billing.overdue.api.OverdueConfig getOverdueConfig(InternalTenantContext tenantContext) throws org.killbill.billing.overdue.api.OverdueApiException
getOverdueConfig in interface OverdueConfigCacheorg.killbill.billing.overdue.api.OverdueApiExceptionpublic void clearOverdueConfig(InternalTenantContext tenantContext)
clearOverdueConfig in interface OverdueConfigCacheCopyright © 2010-2020. All Rights Reserved.