Interface CosRestService
- All Known Implementing Classes:
DefaultAbstractCosRestService,DefaultCosATPService,DefaultCosReservationService,DefaultCosSourcingService
public interface CosRestService
Rest service for COS
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckHttpStatusCode(org.springframework.web.client.HttpClientErrorException exception) Checks HTTP Status Codes for back end downvoidsetBackendDown(boolean backendDown) Set the Attribute for BackendDown in the Session
-
Method Details
-
setBackendDown
void setBackendDown(boolean backendDown) Set the Attribute for BackendDown in the Session- Parameters:
backendDown- the value to set in the session
-
checkHttpStatusCode
void checkHttpStatusCode(org.springframework.web.client.HttpClientErrorException exception) Checks HTTP Status Codes for back end down- Parameters:
exception- the value of exception
-