Uses of Class
edu.suffolk.litlab.efsp.utils.InterviewToFilingInformationConverter
Packages that use InterviewToFilingInformationConverter
Package
Description
-
Uses of InterviewToFilingInformationConverter in edu.suffolk.litlab.efsp.docassemble
Subclasses of InterviewToFilingInformationConverter in edu.suffolk.litlab.efsp.docassemble -
Uses of InterviewToFilingInformationConverter in edu.suffolk.litlab.efsp.server
Constructor parameters in edu.suffolk.litlab.efsp.server with type arguments of type InterviewToFilingInformationConverterModifierConstructorDescriptionprotected
EfspServer
(DataSource codeDs, DataSource userDs, OrgMessageSender sender, List<EfmModuleSetup> modules, SecurityHub security, Map<String, InterviewToFilingInformationConverter> converterMap, AcmeChallengeService challengeService) -
Uses of InterviewToFilingInformationConverter in edu.suffolk.litlab.efsp.server.services
Constructor parameters in edu.suffolk.litlab.efsp.server.services with type arguments of type InterviewToFilingInformationConverterModifierConstructorDescriptionCourtSchedulingService
(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) -
Uses of InterviewToFilingInformationConverter in edu.suffolk.litlab.efsp.server.setup.jeffnet
Method parameters in edu.suffolk.litlab.efsp.server.setup.jeffnet with type arguments of type InterviewToFilingInformationConverterModifier and TypeMethodDescriptionstatic Optional
<JeffNetModuleSetup> JeffNetModuleSetup.create
(Map<String, InterviewToFilingInformationConverter> converter, DataSource ds, OrgMessageSender sender) -
Uses of InterviewToFilingInformationConverter in edu.suffolk.litlab.efsp.server.setup.tyler
Method parameters in edu.suffolk.litlab.efsp.server.setup.tyler with type arguments of type InterviewToFilingInformationConverterModifier and TypeMethodDescriptionstatic Optional
<TylerModuleSetup> TylerModuleSetup.create
(String jurisdiction, String togaKey, Map<String, InterviewToFilingInformationConverter> converterMap, DataSource codeDs, DataSource userDs, OrgMessageSender sender) Use this factory method instead of the class constructor.