Uses of Class
edu.suffolk.litlab.efspserver.tyler.codes.CodeDatabase
Packages that use CodeDatabase
Package
Description
-
Uses of CodeDatabase in edu.suffolk.litlab.efspserver.ecf4
Methods in edu.suffolk.litlab.efspserver.ecf4 with parameters of type CodeDatabaseModifier and TypeMethodDescriptioncom.hubspot.algebra.Result
<CaseType, FilingError> Ecfv5CaseTypeFactory.createCaseType
(FilingInformation info, ComboCaseCodes allCodes, CodeDatabase cd, EcfCourtSpecificSerializer serializer, InfoCollector collector, Optional<Map<PartyId, Person>> existingParties) Constructors in edu.suffolk.litlab.efspserver.ecf4 with parameters of type CodeDatabaseConstructor parameters in edu.suffolk.litlab.efspserver.ecf4 with type arguments of type CodeDatabaseModifierConstructorDescriptionEcf4Filer
(String jurisdiction, String env, Supplier<CodeDatabase> cdSupplier) OasisEcfWsCallback
(String jurisdiction, String env, Supplier<CodeDatabase> cdSupplier, DataSource userDs, OrgMessageSender msgSender) -
Uses of CodeDatabase in edu.suffolk.litlab.efspserver.ecfcodes
Methods in edu.suffolk.litlab.efspserver.ecfcodes with parameters of type CodeDatabaseModifier and TypeMethodDescriptionstatic boolean
CodeUpdater.executeCommand
(CodeDatabase cd, String jurisdiction, String env, List<String> args, String x509Password) boolean
CodeUpdater.replaceAll
(String baseUrl, FilingReviewMDEPort filingPort, CodeDatabase cd) Downloads all of the codes from scratch, deleting all of the existing info already in tables.boolean
CodeUpdater.replaceSome
(String baseUrl, FilingReviewMDEPort filingPort, CodeDatabase cd, List<String> locs) boolean
CodeUpdater.updateAll
(String baseUrl, FilingReviewMDEPort filingPort, CodeDatabase cd) Returns true if successful, false if not successful -
Uses of CodeDatabase in edu.suffolk.litlab.efspserver.services
Methods in edu.suffolk.litlab.efspserver.services with parameters of type CodeDatabaseModifier and TypeMethodDescriptionstatic jakarta.ws.rs.core.Response.ResponseBuilder
ServiceHelpers.getCourts
(CodeDatabase cd, boolean fileableOnly, boolean withNames) Helper for getting all of the valid courts that can be passed to a particular endpoint,Constructor parameters in edu.suffolk.litlab.efspserver.services with type arguments of type CodeDatabaseModifierConstructorDescriptionAdminUserService
(String jurisdiction, String env, DataSource userDs, Supplier<CodeDatabase> cdSupplier, Function<String, com.hubspot.algebra.Result<com.hubspot.algebra.NullValue, String>> passwordChecker) CasesService
(String jurisdiction, String env, DataSource userDs, Supplier<CodeDatabase> cdSupplier) CourtSchedulingService
(Map<String, InterviewToFilingInformationConverter> converterMap, String jurisdiction, String env, DataSource userDs, Supplier<CodeDatabase> cdSupplier) FirmAttorneyAndServiceService
(String jurisdiction, String env, DataSource userDs, Supplier<CodeDatabase> cdSupplier) PaymentsService
(String jurisdiction, String env, String togaKey, String togaUrl, DataSource userDs, Supplier<CodeDatabase> cdSupplier) -
Uses of CodeDatabase in edu.suffolk.litlab.efspserver.tyler.codes
Methods in edu.suffolk.litlab.efspserver.tyler.codes that return CodeDatabaseModifier and TypeMethodDescriptionstatic CodeDatabase
CodeDatabase.fromDS
(String jurisdiction, String env, DataSource ds) Constructor parameters in edu.suffolk.litlab.efspserver.tyler.codes with type arguments of type CodeDatabaseModifierConstructorDescriptionEcfCodesService
(String jurisdiction, Supplier<CodeDatabase> cdSupplier)