Class TylerModuleSetup
java.lang.Object
edu.suffolk.litlab.efspserver.ecf4.TylerModuleSetup
- All Implemented Interfaces:
EfmModuleSetup
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional
<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.void
preSetup()
void
void
shutdown()
toString()
-
Method Details
-
create
public static Optional<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. -
preSetup
public void preSetup()- Specified by:
preSetup
in interfaceEfmModuleSetup
-
getJurisdiction
- Specified by:
getJurisdiction
in interfaceEfmModuleSetup
-
getCourts
-
getServiceHandle
- Specified by:
getServiceHandle
in interfaceEfmModuleSetup
-
getCallback
- Specified by:
getCallback
in interfaceEfmModuleSetup
-
setupGlobals
public void setupGlobals()- Specified by:
setupGlobals
in interfaceEfmModuleSetup
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfaceEfmModuleSetup
-
toString
-