Class ConfigurationFallbackStrategyExtender
- java.lang.Object
-
- de.hybris.platform.datahubbackoffice.service.cockpitng.fallback.extender.ConfigurationFallbackStrategyExtender
-
public class ConfigurationFallbackStrategyExtender extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConfigurationFallbackStrategyExtender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidremove()voidsetCockpitConfigurationService(com.hybris.cockpitng.core.config.impl.DefaultCockpitConfigurationService cockpitConfigurationService)voidsetKey(java.lang.String key)voidsetReplacement(com.hybris.cockpitng.core.config.CockpitConfigurationFallbackStrategy replacement)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
remove
@PreDestroy public void remove()
-
setCockpitConfigurationService
public void setCockpitConfigurationService(com.hybris.cockpitng.core.config.impl.DefaultCockpitConfigurationService cockpitConfigurationService)
-
setKey
public void setKey(java.lang.String key)
-
setReplacement
public void setReplacement(com.hybris.cockpitng.core.config.CockpitConfigurationFallbackStrategy replacement)
-
-