Class FilingCode
java.lang.Object
edu.suffolk.litlab.efsp.tyler.ecfcodes.FilingCode
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFilingCode(String code, String name, String fee, String casecategory, String casetypeid, String filingtype, boolean iscourtuseonly, String civilclaimamount, String probabeestateamount, String amountincontroversy, boolean useduedate, boolean isproposedorder, String efspcode, String location) FilingCode(ResultSet rs) -
Method Summary
Modifier and TypeMethodDescriptionstatic PreparedStatementprepCourtCoverageQuery(Connection conn, String jurisdiction, String searchTerm) static PreparedStatementprepQueryNoCaseInfo(Connection conn, boolean initial, String jurisdiction, String courtLocationId) static PreparedStatementprepQueryWithCaseInfo(Connection conn, boolean initial, String jurisdiction, String courtLocationId, String categoryId, String caseTypeId) static PreparedStatementprepQueryWithCode(Connection conn, String jurisdiction, String courtId, String typeCode) static PreparedStatementprepRetrieveQuery(Connection conn, String jurisdiction, String filingName) static PreparedStatementprepSearchQuery(Connection conn, String jurisdiction, String searchTerm) toMap()
-
Field Details
-
code
-
name
-
fee
-
casecategory
-
casetypeid
-
filingtype
-
iscourtuseonly
public final boolean iscourtuseonly -
civilclaimamount
-
probateestateamount
-
amountincontroversy
-
useduedate
public final boolean useduedate -
isproposedorder
public final boolean isproposedorder -
efspcode
-
location
-
-
Constructor Details
-
FilingCode
-
FilingCode
- Throws:
SQLException
-
-
Method Details
-
toMap
-
prepSearchQuery
public static PreparedStatement prepSearchQuery(Connection conn, String jurisdiction, String searchTerm) throws SQLException - Throws:
SQLException
-
prepCourtCoverageQuery
public static PreparedStatement prepCourtCoverageQuery(Connection conn, String jurisdiction, String searchTerm) throws SQLException - Throws:
SQLException
-
prepRetrieveQuery
public static PreparedStatement prepRetrieveQuery(Connection conn, String jurisdiction, String filingName) throws SQLException - Throws:
SQLException
-
prepQueryWithCaseInfo
public static PreparedStatement prepQueryWithCaseInfo(Connection conn, boolean initial, String jurisdiction, String courtLocationId, String categoryId, String caseTypeId) throws SQLException - Throws:
SQLException
-
prepQueryNoCaseInfo
public static PreparedStatement prepQueryNoCaseInfo(Connection conn, boolean initial, String jurisdiction, String courtLocationId) throws SQLException - Throws:
SQLException
-
prepQueryWithCode
public static PreparedStatement prepQueryWithCode(Connection conn, String jurisdiction, String courtId, String typeCode) throws SQLException - Throws:
SQLException
-