Class CaseCategory

java.lang.Object
edu.suffolk.litlab.efspserver.tyler.codes.CaseCategory

public class CaseCategory extends Object
  • Field Details

    • code

      public final String code
      The Tyler specific code for this case category. E.g.: 183528
    • name

      public final String 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

      public final String 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

      public final String procedureremedyinitial
      Indicates the behavior of the Procedure/Remedy code field for initial filings E.g.: (Not Available, Available, Required)
    • procedureremedysubsequent

      public final String procedureremedysubsequent
      Indicates the behavior of the Procedure/Remedy code field for subsequent filings E.g.: (Not Available, Available, Required)
    • damageamountinitial

      public final String damageamountinitial
      Indicates the behavior of the DamageAmount code field for initial filings. E.g.: (Not Available, Available, Required)
    • damageamountsubsequent

      public final String damageamountsubsequent
  • Constructor Details

  • Method Details

    • getCode

      public String 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

      public static String searchCaseCategories()
    • retrieveCaseCategoryForName

      public static String retrieveCaseCategoryForName()
    • getCaseCategoriesForLoc

      public static String getCaseCategoriesForLoc()
    • getFileableCaseCategoryForLoc

      public static String getFileableCaseCategoryForLoc()
    • getFileableCaseCategoryForTiming

      public static String getFileableCaseCategoryForTiming()
    • getCaseCategoryWithCode

      public static String getCaseCategoryWithCode()