Uses of Interface
edu.suffolk.litlab.efsp.ecfcodes.CodesParser.TextVarError
Packages that use CodesParser.TextVarError
Package
Description
-
Uses of CodesParser.TextVarError in edu.suffolk.litlab.efsp.docassemble
Method parameters in edu.suffolk.litlab.efsp.docassemble with type arguments of type CodesParser.TextVarErrorModifier and TypeMethodDescriptionstatic <T> Optional<T> FilingDocDocassembleJacksonDeserializer.unwrap(Function<Optional<String>, com.hubspot.algebra.Result<Optional<T>, CodesParser.TextVarError>> resMaker, com.fasterxml.jackson.databind.JsonNode node, String name, InfoCollector collector) -
Uses of CodesParser.TextVarError in edu.suffolk.litlab.efsp.ecfcodes
Classes in edu.suffolk.litlab.efsp.ecfcodes that implement CodesParser.TextVarErrorModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordMethods in edu.suffolk.litlab.efsp.ecfcodes that return CodesParser.TextVarErrorModifier and TypeMethodDescriptionCodesParser.FileNameTextError.err()Returns the value of theerrrecord component.Methods in edu.suffolk.litlab.efsp.ecfcodes that return types with arguments of type CodesParser.TextVarErrorModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<Optional<String>, CodesParser.TextVarError> CodesParser.vetComment(Optional<String> comment) com.hubspot.algebra.Result<Optional<String>, CodesParser.TextVarError> com.hubspot.algebra.Result<Optional<String>, CodesParser.TextVarError> CodesParser.vetFilingAttorney(Optional<String> filingAttorney) com.hubspot.algebra.Result<Optional<String>, CodesParser.TextVarError> CodesParser.vetFilingRefNum(Optional<String> fileRefNum) com.hubspot.algebra.Result<String, CodesParser.TextVarError> CodesParser.vetFirstName(Optional<String> name) com.hubspot.algebra.Result<Optional<Person.Gender>, CodesParser.TextVarError> com.hubspot.algebra.Result<String, CodesParser.TextVarError> CodesParser.vetLastName(Optional<String> name) com.hubspot.algebra.Result<String, CodesParser.TextVarError> CodesParser.vetMiddleName(Optional<String> name) com.hubspot.algebra.Result<String, CodesParser.TextVarError> CodesParser.vetOrgName(String name) com.hubspot.algebra.Result<List<String>, CodesParser.TextVarError> CodesParser.vetPhoneNumbers(List<String> numbers) Constructors in edu.suffolk.litlab.efsp.ecfcodes with parameters of type CodesParser.TextVarErrorModifierConstructorDescriptionCreates an instance of aFileNameTextErrorrecord class. -
Uses of CodesParser.TextVarError in edu.suffolk.litlab.efsp.tyler.ecfcodes
Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes that return types with arguments of type CodesParser.TextVarErrorModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<Optional<String>, CodesParser.TextVarError> TylerCodesParser.vetComment(Optional<String> maybeComment) com.hubspot.algebra.Result<Optional<String>, CodesParser.TextVarError> Throws if something is wrong; otherwise, an optional email (empty does not mean error!).com.hubspot.algebra.Result<Optional<String>, CodesParser.TextVarError> TylerCodesParser.vetFilingAttorney(Optional<String> filingAttorney) com.hubspot.algebra.Result<Optional<String>, CodesParser.TextVarError> TylerCodesParser.vetFilingRefNum(Optional<String> fileRefNum) com.hubspot.algebra.Result<String, CodesParser.TextVarError> TylerCodesParser.vetFirstName(Optional<String> name) com.hubspot.algebra.Result<Optional<Person.Gender>, CodesParser.TextVarError> com.hubspot.algebra.Result<String, CodesParser.TextVarError> TylerCodesParser.vetLastName(Optional<String> name) com.hubspot.algebra.Result<String, CodesParser.TextVarError> TylerCodesParser.vetMiddleName(Optional<String> name) com.hubspot.algebra.Result<String, CodesParser.TextVarError> TylerCodesParser.vetOrgName(String name) Doesn't return optional because we can set the People names to null / blank.com.hubspot.algebra.Result<List<String>, CodesParser.TextVarError> TylerCodesParser.vetPhoneNumbers(List<String> numbers) -
Uses of CodesParser.TextVarError in edu.suffolk.litlab.efsp.utils
Methods in edu.suffolk.litlab.efsp.utils with parameters of type CodesParser.TextVarErrorModifier and TypeMethodDescriptionInfoCollector.addTextError(CodesParser.TextVarError err, InterviewVariable.VarBuilder varBuilder) Method parameters in edu.suffolk.litlab.efsp.utils with type arguments of type CodesParser.TextVarErrorModifier and TypeMethodDescriptionInfoCollector.unwrap(com.hubspot.algebra.Result<String, CodesParser.TextVarError> res, InterviewVariable.VarBuilder varBuilder)