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.org.springframework.http.HttpEntity<java.util.Map<java.lang.String,java.lang.Object>>RequestDecoratorService. createHttpEntity(SyncParameters params)Service that returns a decoratedHttpEntitybased on the context provided -
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)org.springframework.http.HttpEntity<java.util.Map<java.lang.String,java.lang.Object>>DefaultRequestDecoratorService. createHttpEntity(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 SyncParametersSyncParametersBuilder. build()Methods in de.hybris.platform.outboundservices.facade with parameters of type SyncParameters Modifier and Type Method Description static SyncParametersBuilderSyncParametersBuilder. from(SyncParameters params)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 protected rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>DefaultOutboundServiceFacade. createObservable(SyncParameters params)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>DefaultOutboundServiceFacade. send(SyncParameters params) -
Uses of SyncParameters in de.hybris.platform.outboundservices.service
Methods in de.hybris.platform.outboundservices.service with parameters of type SyncParameters Modifier and Type Method Description voidDeleteRequestSender. send(SyncParameters params)Sends item deletion to an external system. -
Uses of SyncParameters in de.hybris.platform.outboundservices.service.impl
Methods in de.hybris.platform.outboundservices.service.impl with parameters of type SyncParameters Modifier and Type Method Description voidDefaultDeleteRequestSender. 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 protected org.springframework.http.ResponseEntity<java.util.Map>OutboundInvocationTracker. internalSend(SyncParameters parameters)voidTestDeleteRequestSender. send(SyncParameters parameters)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.
-