Uses of Class
edu.suffolk.litlab.efsp.db.LoginDatabase
Packages that use LoginDatabase
Package
Description
-
Uses of LoginDatabase in edu.suffolk.litlab.efsp.db
Methods in edu.suffolk.litlab.efsp.db that return LoginDatabase -
Uses of LoginDatabase in edu.suffolk.litlab.efsp.server.services
Constructor parameters in edu.suffolk.litlab.efsp.server.services with type arguments of type LoginDatabaseModifierConstructorDescriptionAdminUserService
(String jurisdiction, String env, Supplier<LoginDatabase> ldSupplier, Supplier<CodeDatabase> cdSupplier, Function<String, com.hubspot.algebra.Result<com.hubspot.algebra.NullValue, String>> passwordChecker) ApiUserSettingsService
(Supplier<LoginDatabase> ldSupplier) CasesService
(String jurisdiction, String env, Supplier<LoginDatabase> ldSupplier, Supplier<CodeDatabase> cdSupplier) CourtSchedulingService
(Map<String, InterviewToFilingInformationConverter> converterMap, String jurisdiction, String env, Supplier<LoginDatabase> ldSupplier, Supplier<CodeDatabase> cdSupplier) FilingReviewService
(String jurisdiction, Supplier<LoginDatabase> ldSupplier, Supplier<UserDatabase> udSupplier, Map<String, InterviewToFilingInformationConverter> converterMap, Map<String, EfmFilingInterface> filingInterfaces, Map<String, EfmRestCallbackInterface> callbackInterfaces, OrgMessageSender msgSender) FirmAttorneyAndServiceService
(String jurisdiction, String env, Supplier<LoginDatabase> ldSupplier, Supplier<CodeDatabase> cdSupplier) MessageSettingsService
(Supplier<LoginDatabase> ldSupplier, Supplier<MessageSettingsDatabase> mdSupplier) PaymentsService
(String jurisdiction, String env, String togaKey, String togaUrl, Supplier<LoginDatabase> ldSupplier, Supplier<CodeDatabase> cdSupplier) -
Uses of LoginDatabase in edu.suffolk.litlab.efsp.server.utils
Method parameters in edu.suffolk.litlab.efsp.server.utils with type arguments of type LoginDatabaseModifier and TypeMethodDescriptionstatic Optional
<TylerFirmClient> ServiceHelpers.setupFirmPort
(TylerFirmFactory firmFactory, jakarta.ws.rs.core.HttpHeaders httpHeaders, Supplier<LoginDatabase> ldSupplier, boolean needsSoapHeader, String jurisdiction) static Optional
<TylerFirmClient> ServiceHelpers.setupFirmPort
(TylerFirmFactory firmFactory, jakarta.ws.rs.core.HttpHeaders httpHeaders, Supplier<LoginDatabase> ldSupplier, String jurisdiction)