Uses of Class
edu.suffolk.litlab.efspserver.services.InterviewToFilingInformationConverter
Packages that use InterviewToFilingInformationConverter
Package
Description
-
Uses of InterviewToFilingInformationConverter in edu.suffolk.litlab.efspserver.docassemble
-
Uses of InterviewToFilingInformationConverter in edu.suffolk.litlab.efspserver.ecf4
Method parameters in edu.suffolk.litlab.efspserver.ecf4 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. -
Uses of InterviewToFilingInformationConverter in edu.suffolk.litlab.efspserver.jeffnet
Method parameters in edu.suffolk.litlab.efspserver.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.efspserver.services
Constructor parameters in edu.suffolk.litlab.efspserver.services with type arguments of type InterviewToFilingInformationConverterModifierConstructorDescriptionCourtSchedulingService
(Map<String, InterviewToFilingInformationConverter> converterMap, String jurisdiction, String env, DataSource userDs, Supplier<CodeDatabase> cdSupplier) protected
EfspServer
(DataSource codeDs, DataSource userDs, OrgMessageSender sender, List<EfmModuleSetup> modules, SecurityHub security, Map<String, InterviewToFilingInformationConverter> converterMap, AcmeChallengeService challengeService) FilingReviewService
(String jurisdiction, DataSource ds, Map<String, InterviewToFilingInformationConverter> converterMap, Map<String, EfmFilingInterface> filingInterfaces, Map<String, EfmRestCallbackInterface> callbackInterfaces, OrgMessageSender msgSender)