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 InterviewToFilingInformationConverterModifierConstructorDescriptionprotectedEfspServer(DataSource codeDs, DataSource userDs, OrgMessageSender sender, List<EfmModuleSetup> modules, SecurityHub security, Map<String, InterviewToFilingInformationConverter> converterMap) -
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, TylerDomain domain, Supplier<LoginDatabase> ldSupplier, Supplier<CodeDatabase> cdSupplier) FilingReviewService(Jurisdiction 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(Jurisdiction jurisdiction, Optional<TylerEnv> env, String togaKey, LocalTime codesDbUpdateTime, Map<String, InterviewToFilingInformationConverter> converterMap, DataSource codeDs, DataSource userDs, OrgMessageSender sender) Use this factory method instead of the class constructor.