Class CourtsOnlyCodesService

java.lang.Object
edu.suffolk.litlab.efspserver.services.CodesService
edu.suffolk.litlab.efspserver.jeffnet.CourtsOnlyCodesService

public class CourtsOnlyCodesService extends CodesService
  • Constructor Details

    • CourtsOnlyCodesService

      public CourtsOnlyCodesService(String jurisdiction, Map<String,String> courts)
  • Method Details

    • getAll

      public jakarta.ws.rs.core.Response getAll()
      Specified by:
      getAll in class CodesService
    • getCourts

      public jakarta.ws.rs.core.Response getCourts(jakarta.ws.rs.core.HttpHeaders httpHeaders, boolean fileableOnly, boolean withNames)
      Specified by:
      getCourts in class CodesService
    • getCodesUnderCourt

      public jakarta.ws.rs.core.Response getCodesUnderCourt(String courtId)
      Specified by:
      getCodesUnderCourt in class CodesService
    • getCourtLocationCodes

      public jakarta.ws.rs.core.Response getCourtLocationCodes(String courtId)
      Specified by:
      getCourtLocationCodes in class CodesService