public class EhCacheOverdueConfigCache extends Object implements OverdueConfigCache
| Constructor and Description |
|---|
EhCacheOverdueConfigCache(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(String configURI) |
@Inject public EhCacheOverdueConfigCache(CacheControllerDispatcher cacheControllerDispatcher)
public void loadDefaultOverdueConfig(@Nullable 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-2016. All Rights Reserved.