Class JurisdictionServiceHandle
java.lang.Object
edu.suffolk.litlab.efspserver.services.JurisdictionServiceHandle
-
Constructor Summary
ConstructorsConstructorDescriptionJurisdictionServiceHandle
(String jurisdiction, AdminUserService au, CasesService c, CodesService codes, CourtSchedulingService cs, FilingReviewService fr, FirmAttorneyAndServiceService fa, PaymentsService p) JurisdictionServiceHandle
(String jurisdiction, AdminUserService au, CasesService c, CodesService codes, Optional<CourtSchedulingService> cs, FilingReviewService fr, FirmAttorneyAndServiceService fa, PaymentsService p) JurisdictionServiceHandle
(String jurisdiction, FilingReviewService filingReview) JurisdictionServiceHandle
(String jurisdiction, FilingReviewService filingReview, CodesService codes) -
Method Summary
-
Constructor Details
-
JurisdictionServiceHandle
public JurisdictionServiceHandle(String jurisdiction, AdminUserService au, CasesService c, CodesService codes, CourtSchedulingService cs, FilingReviewService fr, FirmAttorneyAndServiceService fa, PaymentsService p) -
JurisdictionServiceHandle
public JurisdictionServiceHandle(String jurisdiction, AdminUserService au, CasesService c, CodesService codes, Optional<CourtSchedulingService> cs, FilingReviewService fr, FirmAttorneyAndServiceService fa, PaymentsService p) -
JurisdictionServiceHandle
public JurisdictionServiceHandle(String jurisdiction, FilingReviewService filingReview, CodesService codes) -
JurisdictionServiceHandle
-
-
Method Details
-
getAll
@GET @Path("/") @Produces("application/json") public jakarta.ws.rs.core.Response getAll() -
getAdminUserService
-
getCodesService
-
getCasesService
-
getCourtSchedulingService
-
getFilingReviewService
-
getFirmAttorneyService
-
getPaymentsService
-