Uses of Class
de.hybris.platform.outboundservices.model.OutboundRequestModel
-
Packages that use OutboundRequestModel Package Description de.hybris.platform.outboundservices.decorator.impl de.hybris.platform.outboundservices.monitoring de.hybris.platform.outboundservices.util -
-
Uses of OutboundRequestModel in de.hybris.platform.outboundservices.decorator.impl
Methods in de.hybris.platform.outboundservices.decorator.impl that return OutboundRequestModel Modifier and Type Method Description protected OutboundRequestModel
DefaultOutboundMonitoringRequestDecorator. saveOutboundRequest(java.lang.String messageId, java.lang.String sapPassport, java.lang.String integrationKey, IntegrationRequestStatus status, DecoratorContext context)
Methods in de.hybris.platform.outboundservices.decorator.impl with parameters of type OutboundRequestModel Modifier and Type Method Description protected void
DefaultOutboundMonitoringRequestDecorator. updateOutboundRequestWithException(OutboundRequestModel outboundRequestModel, java.lang.Throwable t)
-
Uses of OutboundRequestModel in de.hybris.platform.outboundservices.monitoring
Methods in de.hybris.platform.outboundservices.monitoring that return OutboundRequestModel Modifier and Type Method Description protected OutboundRequestModel
DefaultOutboundRequestResponseInterceptor. findOutboundRequest(java.lang.String messageId)
Methods in de.hybris.platform.outboundservices.monitoring with parameters of type OutboundRequestModel Modifier and Type Method Description protected org.springframework.http.client.ClientHttpResponse
DefaultOutboundRequestResponseInterceptor. handleError(OutboundRequestModel outboundRequestModel, byte[] payload, java.lang.String messageId, org.springframework.http.client.ClientHttpResponse clientHttpResponse)
protected org.springframework.http.client.ClientHttpResponse
DefaultOutboundRequestResponseInterceptor. handleSuccess(OutboundRequestModel outboundRequestModel, byte[] payload, java.lang.String messageId, org.springframework.http.client.ClientHttpResponse clientHttpResponse)
protected void
DefaultOutboundRequestResponseInterceptor. updateOutboundRequestWithException(OutboundRequestModel outboundRequestModel, byte[] payload, java.lang.String messageId, java.lang.Throwable t)
protected org.springframework.http.client.ClientHttpResponse
DefaultOutboundRequestResponseInterceptor. updateOutboundRequestWithResponse(OutboundRequestModel outboundRequestModel, byte[] payload, java.lang.String messageId, org.springframework.http.client.ClientHttpResponse clientHttpResponse)
-
Uses of OutboundRequestModel in de.hybris.platform.outboundservices.util
Methods in de.hybris.platform.outboundservices.util that return types with arguments of type OutboundRequestModel Modifier and Type Method Description java.util.Collection<OutboundRequestModel>
OutboundRequestPersistenceContext. searchAllOutboundRequest()
-