Uses of Class
com.sap.sapcentralorderservices.exception.SapCentralOrderException
Packages that use SapCentralOrderException
Package
Description
-
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) -
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) voidDefaultCentralOrderApiClient.postEntity(org.springframework.web.util.UriComponents uriComponents, Object entity) <T> TDefaultCentralOrderApiClient.postEntity(org.springframework.web.util.UriComponents uriComponents, Object entity, Class<T> 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()