Class DefaultCompareViewConfigurationFallbackStrategy
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.AbstractCockpitConfigurationFallbackStrategy<CompareView>
-
- com.hybris.cockpitng.config.compareview.DefaultCompareViewConfigurationFallbackStrategy
-
- All Implemented Interfaces:
CockpitConfigurationFallbackStrategy<CompareView>
public class DefaultCompareViewConfigurationFallbackStrategy extends AbstractCockpitConfigurationFallbackStrategy<CompareView>
-
-
Field Summary
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.AbstractCockpitConfigurationFallbackStrategy
INITIAL, MANDATORY, OTHER, UNIQUE
-
-
Constructor Summary
Constructors Constructor Description DefaultCompareViewConfigurationFallbackStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompareViewloadFallbackConfiguration(ConfigContext context, java.lang.Class<CompareView> configurationType)Generates and loads a fallback configuration for the given context and configuration type.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.AbstractCockpitConfigurationFallbackStrategy
getAttributes, getMandatoryAttributes, getTypeFacade, getUniqueAttributes, loadType, setTypeFacade
-
-
-
-
Method Detail
-
loadFallbackConfiguration
public CompareView loadFallbackConfiguration(ConfigContext context, java.lang.Class<CompareView> configurationType)
Description copied from interface:CockpitConfigurationFallbackStrategyGenerates and loads a fallback configuration for the given context and configuration type.- Parameters:
context- configuration contextconfigurationType- type of configuration to be loaded- Returns:
- created fallback configuration or null if the strategy can not create a fallback configuration for the given context and type
-
-