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 OutboundRequestModelDefaultOutboundMonitoringRequestDecorator. 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 voidDefaultOutboundMonitoringRequestDecorator. 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 OutboundRequestModelDefaultOutboundRequestResponseInterceptor. 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.ClientHttpResponseDefaultOutboundRequestResponseInterceptor. handleError(OutboundRequestModel outboundRequestModel, byte[] payload, java.lang.String messageId, org.springframework.http.client.ClientHttpResponse clientHttpResponse)protected org.springframework.http.client.ClientHttpResponseDefaultOutboundRequestResponseInterceptor. handleSuccess(OutboundRequestModel outboundRequestModel, byte[] payload, java.lang.String messageId, org.springframework.http.client.ClientHttpResponse clientHttpResponse)protected voidDefaultOutboundRequestResponseInterceptor. updateOutboundRequestWithException(OutboundRequestModel outboundRequestModel, byte[] payload, java.lang.String messageId, java.lang.Throwable t)protected org.springframework.http.client.ClientHttpResponseDefaultOutboundRequestResponseInterceptor. 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()
-