Uses of Class
de.hybris.platform.outboundservices.facade.SyncParameters
-
-
Uses of SyncParameters in de.hybris.platform.outboundservices.decorator
Methods in de.hybris.platform.outboundservices.decorator with parameters of type SyncParameters Modifier and Type Method Description @NotNull DecoratorContextDecoratorContextFactory. createContext(@NotNull SyncParameters params)Creates item synchronization context based on the parameters submitted. -
Uses of SyncParameters in de.hybris.platform.outboundservices.decorator.impl
Methods in de.hybris.platform.outboundservices.decorator.impl with parameters of type SyncParameters Modifier and Type Method Description @NotNull DecoratorContextDefaultDecoratorContextFactory. createContext(@NotNull SyncParameters params) -
Uses of SyncParameters in de.hybris.platform.outboundservices.facade
Methods in de.hybris.platform.outboundservices.facade that return SyncParameters Modifier and Type Method Description SyncParametersSyncParameters.SyncParametersBuilder. build()Methods in de.hybris.platform.outboundservices.facade with parameters of type SyncParameters Modifier and Type Method Description default rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>OutboundServiceFacade. send(SyncParameters params)Method orchestrates the services to build the payload and to integrate with restful endpoint. -
Uses of SyncParameters in de.hybris.platform.outboundservices.facade.impl
Methods in de.hybris.platform.outboundservices.facade.impl with parameters of type SyncParameters Modifier and Type Method Description rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>DefaultOutboundServiceFacade. send(SyncParameters params) -
Uses of SyncParameters in de.hybris.platform.outboundservices.util
Methods in de.hybris.platform.outboundservices.util with parameters of type SyncParameters Modifier and Type Method Description rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>TestOutboundFacade. send(SyncParameters parameters) -
Uses of SyncParameters in de.hybris.platform.webhookservices.service.impl
Methods in de.hybris.platform.webhookservices.service.impl with parameters of type SyncParameters Modifier and Type Method Description rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>WebhookImmediateRetryOutboundServiceFacade. send(SyncParameters params)Method orchestrates the services to build the payload and to integrate with restful endpoint.
-