Class CaseCategory
java.lang.Object
edu.suffolk.litlab.efspserver.tyler.codes.CaseCategory
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
The Tyler specific code for this case category.final String
Indicates the behavior of the DamageAmount code field for initial filings.final String
final String
The ECF Case Type Schema Name.final String
A human understandable name for this category.final String
Indicates the behavior of the Procedure/Remedy code field for initial filings E.g.: (Not Available, Available, Required)final String
Indicates the behavior of the Procedure/Remedy code field for subsequent filings E.g.: (Not Available, Available, Required) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
getCode()
static String
static String
static PreparedStatement
prepFilableQueryTiming
(Connection conn, String domain, String courtLocationId, Boolean isInitial) static PreparedStatement
prepFileableQuery
(Connection conn, String domain, String courtLocationId) static String
static String
-
Field Details
-
code
The Tyler specific code for this case category. E.g.: 183528 -
name
A human understandable name for this category. Can be broad, like "Probate", or specific, like "Law Magistrate: Damages over $10,000 up to $50,000 -
ecfcasetype
The ECF Case Type Schema Name. These are things like "AppellateCase", "BankruptcyCase", etc. The full list is at https://docs.oasis-open.org/legalxml-courtfiling/specs/ecf/v4.01/ecf-v4.01-spec/errata02/os/ecf-v4.01-spec-errata02-os-complete.html#_Toc425241622 -
procedureremedyinitial
Indicates the behavior of the Procedure/Remedy code field for initial filings E.g.: (Not Available, Available, Required) -
procedureremedysubsequent
Indicates the behavior of the Procedure/Remedy code field for subsequent filings E.g.: (Not Available, Available, Required) -
damageamountinitial
Indicates the behavior of the DamageAmount code field for initial filings. E.g.: (Not Available, Available, Required) -
damageamountsubsequent
-
-
Constructor Details
-
CaseCategory
-
CaseCategory
- Throws:
SQLException
-
-
Method Details
-
getCode
-
prepFilableQueryTiming
public static PreparedStatement prepFilableQueryTiming(Connection conn, String domain, String courtLocationId, Boolean isInitial) throws SQLException - Throws:
SQLException
-
prepFileableQuery
public static PreparedStatement prepFileableQuery(Connection conn, String domain, String courtLocationId) throws SQLException - Throws:
SQLException
-
searchCaseCategories
-
retrieveCaseCategoryForName
-
getCaseCategoriesForLoc
-
getFileableCaseCategoryForLoc
-
getFileableCaseCategoryForTiming
-
getCaseCategoryWithCode
-