Class DefaultProductConfigurationHandlerFactory
java.lang.Object
de.hybris.platform.commerceservices.order.impl.DefaultProductConfigurationHandlerFactory
- All Implemented Interfaces:
ProductConfigurationHandlerFactory
public class DefaultProductConfigurationHandlerFactory
extends Object
implements ProductConfigurationHandlerFactory
Default implementation of
ProductConfigurationHandlerFactory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String,ProductConfigurationHandler> handlerOf(ConfiguratorType configuratorType) FindProductConfigurationHandlerresponsible for given configuration type.voidsetRegisteredHandlers(Map<String, ProductConfigurationHandler> registeredHandlers)
-
Constructor Details
-
DefaultProductConfigurationHandlerFactory
public DefaultProductConfigurationHandlerFactory()
-
-
Method Details
-
handlerOf
Description copied from interface:ProductConfigurationHandlerFactoryFindProductConfigurationHandlerresponsible for given configuration type.- Specified by:
handlerOfin interfaceProductConfigurationHandlerFactory- Parameters:
configuratorType- configuration type- Returns:
- handler of
nullif there is no handler registered for this configuration type.
-
getRegisteredHandlers
-
setRegisteredHandlers
-