Uses of Interface
edu.suffolk.litlab.efsp.ecfcodes.CodesParser.CodeError
Packages that use CodesParser.CodeError
Package
Description
-
Uses of CodesParser.CodeError in edu.suffolk.litlab.efsp.docassemble
Method parameters in edu.suffolk.litlab.efsp.docassemble with type arguments of type CodesParser.CodeErrorModifier and TypeMethodDescriptionstatic <T> Optional<T> FilingDocDocassembleJacksonDeserializer.unwrapCodeErr(Function<Optional<String>, com.hubspot.algebra.Result<Optional<T>, CodesParser.CodeError>> resMaker, com.fasterxml.jackson.databind.JsonNode node, String name, InfoCollector collector) -
Uses of CodesParser.CodeError in edu.suffolk.litlab.efsp.ecfcodes
Classes in edu.suffolk.litlab.efsp.ecfcodes that implement CodesParser.CodeErrorModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordMethods in edu.suffolk.litlab.efsp.ecfcodes that return types with arguments of type CodesParser.CodeErrorModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<CaseCategory, CodesParser.CodeError> CodesParser.vetCaseCat(String caseCategoryCode) 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<DocumentTypeTableRow>, CodesParser.CodeError> CodesParser.vetDocType(String docTypeStr, FilingCode filing) com.hubspot.algebra.Result<Optional<FilerType>, CodesParser.CodeError> CodesParser.vetFilerType(Optional<String> maybeFilerType) com.hubspot.algebra.Result<FilingComponent, CodesParser.CodeError> CodesParser.vetFilingComponent(String filingComponent, ArrayList<FilingComponent> components) com.hubspot.algebra.Result<FilingCode, CodesParser.CodeError> CodesParser.vetFilingType(Optional<String> filingCode, List<FilingCode> filingOptions) com.hubspot.algebra.Result<Optional<String>, CodesParser.CodeError> CodesParser.vetLangCode(Optional<String> lang) com.hubspot.algebra.Result<Optional<NameAndCode>, CodesParser.CodeError> CodesParser.vetMotionCode(Optional<String> motionCode, FilingCode filing) com.hubspot.algebra.Result<List<OptionalService>, List<CodesParser.CodeError>> CodesParser.vetOptionalServices(List<CodesParser.InputOptionalService> servs, FilingCode filing) com.hubspot.algebra.Result<Map<PartyId, PartyInfo>, CodesParser.CodeError> CodesParser.vetPartyTypes(Collection<Person> existingParties, Collection<Person> newParties, CaseType type, boolean isFirstIndexedFiling) com.hubspot.algebra.Result<Optional<NameAndCode>, CodesParser.CodeError> CodesParser.vetProcedureRemedy(Optional<String> maybeProRem, boolean initial, CaseCategory cat) com.hubspot.algebra.Result<String, CodesParser.CodeError> CodesParser.vetStateCode(String state, String countryString) com.hubspot.algebra.Result<String, CodesParser.CodeError> -
Uses of CodesParser.CodeError in edu.suffolk.litlab.efsp.tyler.ecfcodes
Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes that return types with arguments of type CodesParser.CodeErrorModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<CaseCategory, CodesParser.CodeError> TylerCodesParser.vetCaseCat(String caseCategoryCode) 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<DocumentTypeTableRow>, CodesParser.CodeError> TylerCodesParser.vetDocType(String docTypeStr, FilingCode filing) com.hubspot.algebra.Result<Optional<FilerType>, CodesParser.CodeError> TylerCodesParser.vetFilerType(Optional<String> maybeFilerType) com.hubspot.algebra.Result<FilingComponent, CodesParser.CodeError> TylerCodesParser.vetFilingComponent(String filingComponent, ArrayList<FilingComponent> components) NOTE: modifies the components list, removing the selected component if allowmultiple is false.com.hubspot.algebra.Result<FilingCode, CodesParser.CodeError> TylerCodesParser.vetFilingType(Optional<String> filingStr, List<FilingCode> filingOptions) com.hubspot.algebra.Result<Optional<String>, CodesParser.CodeError> TylerCodesParser.vetLangCode(Optional<String> lang) com.hubspot.algebra.Result<Optional<NameAndCode>, CodesParser.CodeError> TylerCodesParser.vetMotionCode(Optional<String> motionCode, FilingCode filing) com.hubspot.algebra.Result<List<OptionalService>, List<CodesParser.CodeError>> TylerCodesParser.vetOptionalServices(List<CodesParser.InputOptionalService> servs, FilingCode filing) Checks all of the optional services in one go.com.hubspot.algebra.Result<Map<PartyId, PartyInfo>, CodesParser.CodeError> TylerCodesParser.vetPartyTypes(Collection<Person> existingParties, Collection<Person> newParties, CaseType type, boolean isFirstIndexedFiling) existingPartyCodes: str of Tyler party ID to their role code string newPartyCodes: str of our generated ID of party to their role code stringcom.hubspot.algebra.Result<Optional<NameAndCode>, CodesParser.CodeError> TylerCodesParser.vetProcedureRemedy(Optional<String> maybeProRem, boolean initial, CaseCategory cat) com.hubspot.algebra.Result<String, CodesParser.CodeError> TylerCodesParser.vetStateCode(String state, String countryString) com.hubspot.algebra.Result<String, CodesParser.CodeError> -
Uses of CodesParser.CodeError in edu.suffolk.litlab.efsp.utils
Methods in edu.suffolk.litlab.efsp.utils with parameters of type CodesParser.CodeErrorModifier and TypeMethodDescriptionInfoCollector.addCodeError(CodesParser.CodeError err, InterviewVariable.VarBuilder varBuilder) Method parameters in edu.suffolk.litlab.efsp.utils with type arguments of type CodesParser.CodeErrorModifier and TypeMethodDescriptionInfoCollector.unwrapCode(com.hubspot.algebra.Result<String, CodesParser.CodeError> res, InterviewVariable.VarBuilder varBuilder) InfoCollector.unwrapOpt(com.hubspot.algebra.Result<Optional<String>, CodesParser.CodeError> res, InterviewVariable.VarBuilder varBuilder)