Uses of Class
edu.suffolk.litlab.efsp.tyler.ecfcodes.CodeDatabase
Packages that use CodeDatabase
Package
Description
-
Uses of CodeDatabase in edu.suffolk.litlab.efsp.server.ecf4
Methods in edu.suffolk.litlab.efsp.server.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.efsp.server.ecf4 with parameters of type CodeDatabase -
Uses of CodeDatabase in edu.suffolk.litlab.efsp.server.services
Constructor parameters in edu.suffolk.litlab.efsp.server.services with type arguments of type CodeDatabaseModifierConstructorDescriptionAdminUserService(Jurisdiction jurisdiction, Supplier<CodeDatabase> cdSupplier, Function<String, com.hubspot.algebra.Result<com.hubspot.algebra.NullValue, String>> passwordChecker) CasesService(Jurisdiction jurisdiction, Supplier<CodeDatabase> cdSupplier) CourtSchedulingService(Map<String, InterviewToFilingInformationConverter> converterMap, Jurisdiction jurisdiction, Supplier<CodeDatabase> cdSupplier, PolicyCacher policyCacher) EcfCodesService(Jurisdiction jurisdiction, Supplier<CodeDatabase> cdSupplier) FirmAttorneyAndServiceService(Jurisdiction jurisdiction, Supplier<CodeDatabase> cdSupplier) PaymentsService(Jurisdiction jurisdiction, String togaKey, String togaUrl, Supplier<CodeDatabase> cdSupplier) -
Uses of CodeDatabase in edu.suffolk.litlab.efsp.server.services.impl
Constructor parameters in edu.suffolk.litlab.efsp.server.services.impl with type arguments of type CodeDatabaseModifierConstructorDescriptionEcf4Filer(Jurisdiction jurisdiction, Supplier<CodeDatabase> cdSupplier, PolicyCacher policyCacher) -
Uses of CodeDatabase in edu.suffolk.litlab.efsp.server.setup.tyler
Constructor parameters in edu.suffolk.litlab.efsp.server.setup.tyler with type arguments of type CodeDatabaseModifierConstructorDescriptionOasisEcfv5WsCallback(Supplier<CodeDatabase> cdSupplier, Supplier<UserDatabase> udSupplier, OrgMessageSender msgSender) OasisEcfWsCallback(Supplier<CodeDatabase> cdSupplier, Supplier<UserDatabase> udSupplier, OrgMessageSender msgSender) -
Uses of CodeDatabase in edu.suffolk.litlab.efsp.server.utils
Methods in edu.suffolk.litlab.efsp.server.utils with parameters of type CodeDatabaseModifier and TypeMethodDescriptionstatic jakarta.ws.rs.core.Response.ResponseBuilderServiceHelpers.getCourts(CodeDatabase cd, ServiceHelpers.FileableCourtType fileableOnly, boolean withNames) Helper for getting all of the valid courts that can be passed to a particular endpoint, -
Uses of CodeDatabase in edu.suffolk.litlab.efsp.tyler.ecfcodes
Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes that return CodeDatabaseModifier and TypeMethodDescriptionstatic CodeDatabaseCodeDatabase.fromDS(TylerDomain domain, DataSource ds) Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes with parameters of type CodeDatabaseModifier and TypeMethodDescriptionstatic Optional<CodesParser> TylerCodesParser.makeParser(CodeDatabase cd, DevelopmentPolicyParametersType policy, String courtId, boolean isIndividual) Constructors in edu.suffolk.litlab.efsp.tyler.ecfcodes with parameters of type CodeDatabaseModifierConstructorDescriptionTylerCodesParser(CodeDatabase cd, DevelopmentPolicyParametersType policy, CourtLocationInfo court, boolean isIndividual) TylerCodesParser(CodeDatabase cd, DevelopmentPolicyParametersType policy, CourtLocationInfo court, DataFields allDataFields, boolean isIndividual)