Class TylerModuleSetup
java.lang.Object
edu.suffolk.litlab.efsp.server.setup.tyler.TylerModuleSetup
- All Implemented Interfaces:
EfmModuleSetup
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<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.voidpreSetup()voidvoidshutdown()toString()
-
Method Details
-
create
public static Optional<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. -
preSetup
public void preSetup()- Specified by:
preSetupin interfaceEfmModuleSetup
-
getJurisdiction
- Specified by:
getJurisdictionin interfaceEfmModuleSetup
-
getCourts
-
getServiceHandle
- Specified by:
getServiceHandlein interfaceEfmModuleSetup
-
getCallback
- Specified by:
getCallbackin interfaceEfmModuleSetup
-
setupGlobals
public void setupGlobals()- Specified by:
setupGlobalsin interfaceEfmModuleSetup
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceEfmModuleSetup
-
toString
-