Uses of Class
de.hybris.platform.outboundservices.facade.SyncParameters
Packages that use SyncParameters
Package
Description
-
Uses of SyncParameters in de.hybris.platform.outboundservices.decorator
Methods in de.hybris.platform.outboundservices.decorator with parameters of type SyncParametersModifier and TypeMethodDescription@NotNull DecoratorContextDecoratorContextFactory.createContext(@NotNull SyncParameters params) Creates item synchronization context based on the parameters submitted.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 SyncParametersModifier and TypeMethodDescription@NotNull DecoratorContextDefaultDecoratorContextFactory.createContext(@NotNull SyncParameters params) DefaultRequestDecoratorService.createHttpEntity(SyncParameters params) -
Uses of SyncParameters in de.hybris.platform.outboundservices.facade
Methods in de.hybris.platform.outboundservices.facade that return SyncParametersModifier and TypeMethodDescriptionSyncParametersBuilder.build()Builds the SyncParameters from the values provided to the builder.Methods in de.hybris.platform.outboundservices.facade with parameters of type SyncParametersModifier and TypeMethodDescriptionstatic SyncParametersBuilderSyncParametersBuilder.from(SyncParameters params) default rx.Observable<org.springframework.http.ResponseEntity<Map>>OutboundServiceFacade.send(SyncParameters params) Method orchestrates the services to build the payload and to integrate with restful endpoint.Method parameters in de.hybris.platform.outboundservices.facade with type arguments of type SyncParametersModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<String>OutboundServiceFacade.sendBatch(List<SyncParameters> params) Method orchestrates the services to build a batch 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 SyncParametersModifier and TypeMethodDescriptionprotected rx.Observable<org.springframework.http.ResponseEntity<Map>>DefaultOutboundServiceFacade.createObservable(SyncParameters params) rx.Observable<org.springframework.http.ResponseEntity<Map>>DefaultOutboundServiceFacade.send(SyncParameters params) Method parameters in de.hybris.platform.outboundservices.facade.impl with type arguments of type SyncParametersModifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity<String>DefaultOutboundServiceFacade.createBatchObservable(List<SyncParameters> params) org.springframework.http.ResponseEntity<String>DefaultOutboundServiceFacade.sendBatch(List<SyncParameters> params) -
Uses of SyncParameters in de.hybris.platform.outboundservices.service
Methods in de.hybris.platform.outboundservices.service with parameters of type SyncParametersModifier and TypeMethodDescriptionvoidDeleteRequestSender.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 -
Uses of SyncParameters in de.hybris.platform.outboundservices.util
Methods in de.hybris.platform.outboundservices.util that return types with arguments of type SyncParametersModifier and TypeMethodDescriptionOutboundInvocationTracker.getAllInvocations()Retrieves all invocations of theOutboundInvocationTracker.internalSend(SyncParameters)methodMethods in de.hybris.platform.outboundservices.util with parameters of type SyncParametersModifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity<Map>OutboundInvocationTracker.internalSend(SyncParameters parameters) voidTestDeleteRequestSender.send(SyncParameters parameters) rx.Observable<org.springframework.http.ResponseEntity<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 SyncParametersModifier and TypeMethodDescriptionrx.Observable<org.springframework.http.ResponseEntity<Map>>WebhookImmediateRetryOutboundServiceFacade.send(SyncParameters params) Method orchestrates the services to build the payload and to integrate with restful endpoint.