Class DefaultNotificationConfigFallbackStrategy
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.AbstractCockpitConfigurationFallbackStrategy<NotificationArea>
-
- com.hybris.cockpitng.config.notification.DefaultNotificationConfigFallbackStrategy
-
- All Implemented Interfaces:
CockpitConfigurationFallbackStrategy<NotificationArea>
public class DefaultNotificationConfigFallbackStrategy extends AbstractCockpitConfigurationFallbackStrategy<NotificationArea>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFALLBACK_NOTIFICATION_RENDERERDeprecated, for removal: This API element is subject to removal in a future version.since 6.6 - not used anymore-
Fields inherited from class com.hybris.cockpitng.core.config.impl.AbstractCockpitConfigurationFallbackStrategy
INITIAL, MANDATORY, OTHER, UNIQUE
-
-
Constructor Summary
Constructors Constructor Description DefaultNotificationConfigFallbackStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationArealoadFallbackConfiguration(ConfigContext context, java.lang.Class<NotificationArea> 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
-
-
-
-
Field Detail
-
FALLBACK_NOTIFICATION_RENDERER
@Deprecated(since="6.6", forRemoval=true) public static final java.lang.String FALLBACK_NOTIFICATION_RENDERERDeprecated, for removal: This API element is subject to removal in a future version.since 6.6 - not used anymore- See Also:
- Constant Field Values
-
-
Method Detail
-
loadFallbackConfiguration
public NotificationArea loadFallbackConfiguration(ConfigContext context, java.lang.Class<NotificationArea> 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
-
-