Uses of Class
com.sap.sapcentralorderservices.exception.SapCentralOrderException
Packages that use SapCentralOrderException
Package
Description
-
Uses of SapCentralOrderException in com.sap.sapcentralorderservices.actions.order
Methods in com.sap.sapcentralorderservices.actions.order that throw SapCentralOrderExceptionModifier and TypeMethodDescriptionvoidSendOrderToCentralOrderActionTest.testExecuteActionSapCentralOrderException()voidSendOrderToCentralOrderActionTest.testExecuteActionSuccessfully() -
Uses of SapCentralOrderException in com.sap.sapcentralorderservices.clients
Methods in com.sap.sapcentralorderservices.clients that throw SapCentralOrderExceptionModifier and TypeMethodDescription<T> org.springframework.http.ResponseEntity<T>CentralOrderApiClient.getEntity(org.springframework.web.util.UriComponents uriComponents, Class<T> clazz) voidCentralOrderApiClient.postEntity(org.springframework.web.util.UriComponents uriComponents, Object entity) default <T> TCentralOrderApiClient.postEntity(org.springframework.web.util.UriComponents uriComponents, Object entity, Class<T> response) Posts an entity to the specified URI and returns the response. -
Uses of SapCentralOrderException in com.sap.sapcentralorderservices.clients.impl
Methods in com.sap.sapcentralorderservices.clients.impl that throw SapCentralOrderExceptionModifier and TypeMethodDescription<T> org.springframework.http.ResponseEntity<T>DefaultCentralOrderApiClient.getEntity(org.springframework.web.util.UriComponents uriComponents, Class<T> clazz) voidDefaultCentralOrderApiClientTest.getEntityTest()<T> org.springframework.http.ResponseEntity<T>DefaultCentralOrderApiClient.getRawEntity(org.springframework.web.util.UriComponents uriComponents, Class<T> clazz) protected voidDefaultCentralOrderApiClient.handleHttpClientError(org.springframework.web.client.HttpClientErrorException e) protected voidDefaultCentralOrderApiClient.handleHttpServerError(org.springframework.web.client.HttpServerErrorException e) voidDefaultCentralOrderApiClient.postEntity(org.springframework.web.util.UriComponents uriComponents, Object entity) <T> TDefaultCentralOrderApiClient.postEntity(org.springframework.web.util.UriComponents uriComponents, Object entity, Class<T> response) voidDefaultCentralOrderApiClientTest.testPostEntity_HttpClientErrorException()voidDefaultCentralOrderApiClientTest.testPostEntity_MissingDestinationModel()voidDefaultCentralOrderApiClientTest.testPostEntity_Success() -
Uses of SapCentralOrderException in com.sap.sapcentralorderservices.services
Methods in com.sap.sapcentralorderservices.services that throw SapCentralOrderExceptionModifier and TypeMethodDescriptiondefault CentralOrderResponseCentralOrderService.sendOrderToCentralOrderSystem(CentralOrderRequest centralOrderRequest) Sends a central order request to the Central Order System and retrieves the response. -
Uses of SapCentralOrderException in com.sap.sapcentralorderservices.services.impl
Methods in com.sap.sapcentralorderservices.services.impl that throw SapCentralOrderExceptionModifier and TypeMethodDescriptionvoidDefaultCentralOrderServiceTest.getCentalOrderListTest()voidDefaultCentralOrderServiceTest.getCentralOrderDetailsTest()voidDefaultCentralOrderServiceV2Test.getCentralOrderDetailsTest()voidDefaultCentralOrderServiceV2Test.getCentralOrderShouldGetList()DefaultCentralOrderServiceV2.sendOrderToCentralOrderSystem(CentralOrderRequest request) voidDefaultCentralOrderServiceV2Test.testSendOrderToCentralOrderException()voidDefaultCentralOrderServiceV2Test.testSendOrderToCentralOrderSystem()