Uses of Class
de.hybris.platform.outboundservices.facade.OutboundBatchRequestPartDTO
Packages that use OutboundBatchRequestPartDTO
Package
Description
-
Uses of OutboundBatchRequestPartDTO in de.hybris.platform.outboundservices.batch
Method parameters in de.hybris.platform.outboundservices.batch with type arguments of type OutboundBatchRequestPartDTOModifier and TypeMethodDescriptionDefaultOutboundBatchPartRequestConsolidator.consolidate(List<OutboundBatchRequestPartDTO> requestDTOs, String boundary) org.springframework.http.HttpEntity<String>DefaultBatchRequestGenerator.generate(List<OutboundBatchRequestPartDTO> requestDTOs) Generates an OData2 batch http request from a list ofOutboundBatchRequestPartDTOthat represent individual http requests. -
Uses of OutboundBatchRequestPartDTO in de.hybris.platform.outboundservices.facade
Methods in de.hybris.platform.outboundservices.facade that return OutboundBatchRequestPartDTOModifier and TypeMethodDescriptionOutboundBatchRequestPartDTO.OutboundBatchRequestPartDTOBuilder.build() -
Uses of OutboundBatchRequestPartDTO in de.hybris.platform.outboundservices.service
Method parameters in de.hybris.platform.outboundservices.service with type arguments of type OutboundBatchRequestPartDTOModifier and TypeMethodDescriptionOutboundMultiPartRequestConsolidator.consolidate(List<OutboundBatchRequestPartDTO> requestDTOs, String boundary) Consolidate a list of individual requests which is represented byOutboundBatchRequestPartDTOinto the payload of a multipart request.org.springframework.http.HttpEntity<String>MultiPartRequestGenerator.generate(@NotNull List<OutboundBatchRequestPartDTO> requestDTOs) Generates a multi-part http request from a list ofOutboundBatchRequestPartDTO.