Class DefaultDecoratorContextFactory
java.lang.Object
de.hybris.platform.outboundservices.decorator.impl.DefaultDecoratorContextFactory
- All Implemented Interfaces:
DecoratorContextFactory
Default implementation of the
DecoratorContextFactory-
Constructor Summary
ConstructorsConstructorDescriptionDefaultDecoratorContextFactory(IntegrationObjectService integrationObjectService, FlexibleSearchService flexibleSearchService, DescriptorFactory descriptorFactory) -
Method Summary
Modifier and TypeMethodDescription@NotNull DecoratorContextcreateContext(@NotNull SyncParameters params) Creates item synchronization context based on the parameters submitted.
-
Constructor Details
-
DefaultDecoratorContextFactory
public DefaultDecoratorContextFactory(IntegrationObjectService integrationObjectService, FlexibleSearchService flexibleSearchService, DescriptorFactory descriptorFactory)
-
-
Method Details
-
createContext
Description copied from interface:DecoratorContextFactoryCreates item synchronization context based on the parameters submitted.- Specified by:
createContextin interfaceDecoratorContextFactory- Parameters:
params- parameters to feed the context creation.- Returns:
- a context to be used by the decorators that has its state initialized according to the parameters provided.
-