Class CourtSchedulingService

java.lang.Object
edu.suffolk.litlab.efspserver.services.CourtSchedulingService

@Produces("application/json") public class CourtSchedulingService extends Object
  • Constructor Details

  • Method Details

    • getAll

      @GET @Path("/") public jakarta.ws.rs.core.Response getAll()
    • getReturnDate

      @POST @Path("/courts/{court_id}/return_date") public jakarta.ws.rs.core.Response getReturnDate(@Context jakarta.ws.rs.core.HttpHeaders httpHeaders, @PathParam("court_id") String courtId, String allVars) throws SQLException, jakarta.xml.bind.JAXBException
      Throws:
      SQLException
      jakarta.xml.bind.JAXBException
    • reserveCourtDateSync

      @POST @Path("/courts/{court_id}/reserve_date") public jakarta.ws.rs.core.Response reserveCourtDateSync(@Context jakarta.ws.rs.core.HttpHeaders httpHeaders, @PathParam("court_id") String courtId, String paramStr) throws com.fasterxml.jackson.databind.JsonMappingException, com.fasterxml.jackson.core.JsonProcessingException, DatatypeConfigurationException, SQLException
      Throws:
      com.fasterxml.jackson.databind.JsonMappingException
      com.fasterxml.jackson.core.JsonProcessingException
      DatatypeConfigurationException
      SQLException