Uses of Class
edu.suffolk.litlab.efsp.tyler.ecfcodes.CaseCategory
Packages that use CaseCategory
Package
Description
-
Uses of CaseCategory in edu.suffolk.litlab.efsp.ecfcodes
Methods in edu.suffolk.litlab.efsp.ecfcodes that return types with arguments of type CaseCategoryModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<CaseCategory, CodesParser.CodeError> CodesParser.vetCaseCat(String caseCategoryCode) Methods in edu.suffolk.litlab.efsp.ecfcodes with parameters of type CaseCategoryModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<List<FilingCode>, CodesParser.BadCode> CodesParser.retrieveFilingOptions(CaseCategory caseCategory, CaseType type, boolean isInitialFiling) com.hubspot.algebra.Result<CaseType, CodesParser.CodeError> CodesParser.vetCaseType(String caseTypeCode, CaseCategory caseCategory, boolean isInitialFiling) com.hubspot.algebra.Result<Optional<NameAndCode>, CodesParser.CodeError> CodesParser.vetDamageAmount(boolean initial, CaseCategory cat, Optional<String> maybeDamageAmount) com.hubspot.algebra.Result<Optional<NameAndCode>, CodesParser.CodeError> CodesParser.vetProcedureRemedy(Optional<String> maybeProRem, boolean initial, CaseCategory cat) -
Uses of CaseCategory in edu.suffolk.litlab.efsp.model
Methods in edu.suffolk.litlab.efsp.model that return CaseCategoryMethods in edu.suffolk.litlab.efsp.model with parameters of type CaseCategoryModifier and TypeMethodDescriptionvoidFilingInformation.setCaseCategoryCode(CaseCategory caseCategoryCode) -
Uses of CaseCategory in edu.suffolk.litlab.efsp.server.ecf4
Methods in edu.suffolk.litlab.efsp.server.ecf4 with parameters of type CaseCategoryModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<DocumentType> EcfCourtSpecificSerializer.filingDocToXml(FilingDoc doc, boolean isInitialFiling, CaseCategory caseCategory, CaseType motionType, FilingCode filing) -
Uses of CaseCategory in edu.suffolk.litlab.efsp.tyler.ecfcodes
Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes that return CaseCategoryModifier and TypeMethodDescriptionComboCaseCodes.cat()Returns the value of thecatrecord component.Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes that return types with arguments of type CaseCategoryModifier and TypeMethodDescriptionCodeDatabase.getCaseCategoriesFor(String courtLocationId) CodeDatabase.getCaseCategoryWithCode(String courtLocationId, String caseCatCode) CodeDatabase.getFilableCaseCategories(String courtLocationId, Optional<Boolean> initial) com.hubspot.algebra.Result<CaseCategory, CodesParser.CodeError> TylerCodesParser.vetCaseCat(String caseCategoryCode) Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes with parameters of type CaseCategoryModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<List<FilingCode>, CodesParser.BadCode> TylerCodesParser.retrieveFilingOptions(CaseCategory caseCategory, CaseType type, boolean isInitialFiling) com.hubspot.algebra.Result<CaseType, CodesParser.CodeError> TylerCodesParser.vetCaseType(String caseTypeCode, CaseCategory caseCategory, boolean isInitialFiling) com.hubspot.algebra.Result<Optional<NameAndCode>, CodesParser.CodeError> TylerCodesParser.vetDamageAmount(boolean initial, CaseCategory cat, Optional<String> maybeDamageAmount) com.hubspot.algebra.Result<Optional<NameAndCode>, CodesParser.CodeError> TylerCodesParser.vetProcedureRemedy(Optional<String> maybeProRem, boolean initial, CaseCategory cat) Constructors in edu.suffolk.litlab.efsp.tyler.ecfcodes with parameters of type CaseCategoryModifierConstructorDescriptionComboCaseCodes(CaseCategory cat, CaseType type, List<FilingCode> filings, Map<PartyId, PartyInfo> partyInfo) Creates an instance of aComboCaseCodesrecord class.