Uses of Class
edu.suffolk.litlab.efsp.ecfcodes.CodeDatabaseAPI
Packages that use CodeDatabaseAPI
-
Uses of CodeDatabaseAPI in edu.suffolk.litlab.efsp.tyler.ecfcodes
Subclasses of CodeDatabaseAPI in edu.suffolk.litlab.efsp.tyler.ecfcodesModifier and TypeClassDescriptionclassThe class that interfaces with the database tables that contain the Tyler case codes.Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes with parameters of type CodeDatabaseAPIModifier and TypeMethodDescriptionbooleanCodeUpdater.replaceAll(String baseUrl, FilingReviewMDEPort filingPort, CodeDatabaseAPI cd) Downloads all of the codes from scratch, deleting all of the existing info already in tables.booleanCodeUpdater.replaceSome(String baseUrl, FilingReviewMDEPort filingPort, CodeDatabaseAPI cd, List<String> locs) booleanCodeUpdater.updateAll(String baseUrl, FilingReviewMDEPort filingPort, CodeDatabaseAPI cd) Returns true if successful, false if not successfulMethod parameters in edu.suffolk.litlab.efsp.tyler.ecfcodes with type arguments of type CodeDatabaseAPIModifier and TypeMethodDescriptionstatic booleanCodeUpdater.executeCommand(Supplier<CodeDatabaseAPI> cdSupplier, Jurisdiction jurisdiction, List<String> args, String x509Password)