Class DefaultDecoratorContextFactory
java.lang.Object
de.hybris.platform.outboundservices.decorator.impl.DefaultDecoratorContextFactory
- All Implemented Interfaces:
DecoratorContextFactory
Default implementation of the
DecoratorContextFactory-
Constructor Summary
ConstructorsConstructorDescriptionInstantiate the DefaultDecoratorContextFactory.DefaultDecoratorContextFactory(IntegrationObjectService integrationObjectService, FlexibleSearchService flexibleSearchService, DescriptorFactory descriptorFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription@NotNull DecoratorContextcreateContext(@NotNull SyncParameters params) Creates item synchronization context based on the parameters submitted.
-
Constructor Details
-
DefaultDecoratorContextFactory
@Deprecated(since="2211.FP1", forRemoval=true) public DefaultDecoratorContextFactory(IntegrationObjectService integrationObjectService, FlexibleSearchService flexibleSearchService, DescriptorFactory descriptorFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
DefaultDecoratorContextFactory
Instantiate the DefaultDecoratorContextFactory.- Parameters:
factory- DescriptorFactory to create the IntegrationObjectDescriptor.
-
-
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.
-
DefaultDecoratorContextFactory(de.hybris.platform.integrationservices.model.DescriptorFactory)instead.