Uses of Interface
edu.suffolk.litlab.efsp.server.ecf4.CodesParser.CodeError
Packages that use CodesParser.CodeError
Package
Description
-
Uses of CodesParser.CodeError in edu.suffolk.litlab.efsp.server.ecf4
Classes in edu.suffolk.litlab.efsp.server.ecf4 that implement CodesParser.CodeErrorModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordMethods in edu.suffolk.litlab.efsp.server.ecf4 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<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, Optional<FilingCode> filing) com.hubspot.algebra.Result<String, CodesParser.CodeError> -
Uses of CodesParser.CodeError in edu.suffolk.litlab.efsp.server.ecf4.tyler
Methods in edu.suffolk.litlab.efsp.server.ecf4.tyler 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<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, Optional<FilingCode> filing) 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)