Uses of Interface
edu.suffolk.litlab.efsp.server.ecf4.CodesParser.TextVarError
Packages that use CodesParser.TextVarError
Package
Description
-
Uses of CodesParser.TextVarError in edu.suffolk.litlab.efsp.server.ecf4
Classes in edu.suffolk.litlab.efsp.server.ecf4 that implement CodesParser.TextVarErrorModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordMethods in edu.suffolk.litlab.efsp.server.ecf4 that return types with arguments of type CodesParser.TextVarErrorModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<String, CodesParser.TextVarError> CodesParser.vetFirstName(Optional<String> name) com.hubspot.algebra.Result<String, CodesParser.TextVarError> CodesParser.vetLastName(Optional<String> name) com.hubspot.algebra.Result<String, CodesParser.TextVarError> CodesParser.vetMiddleName(Optional<String> name) -
Uses of CodesParser.TextVarError 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.TextVarErrorModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<String, CodesParser.TextVarError> TylerCodesParser.vetFirstName(Optional<String> name) com.hubspot.algebra.Result<String, CodesParser.TextVarError> TylerCodesParser.vetLastName(Optional<String> name) com.hubspot.algebra.Result<String, CodesParser.TextVarError> TylerCodesParser.vetMiddleName(Optional<String> name) -
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)