Interface CosRestService

All Known Implementing Classes:
DefaultAbstractCosRestService, DefaultCosATPService, DefaultCosReservationService, DefaultCosSourcingService

public interface CosRestService
Rest service for COS
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checkHttpStatusCode(org.springframework.web.client.HttpClientErrorException exception)
    Checks HTTP Status Codes for back end down
    void
    setBackendDown(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