Uses of Class
edu.suffolk.litlab.efsp.model.Name
Packages that use Name
Package
Description
-
Uses of Name in edu.suffolk.litlab.efsp.docassemble
Methods in edu.suffolk.litlab.efsp.docassemble that return NameModifier and TypeMethodDescriptionstatic NameNameDocassembleDeserializer.fromNode(com.fasterxml.jackson.databind.JsonNode node, CodesParser parser, InfoCollector collector) -
Uses of Name in edu.suffolk.litlab.efsp.model
Methods in edu.suffolk.litlab.efsp.model that return NameMethods in edu.suffolk.litlab.efsp.model with parameters of type NameModifier and TypeMethodDescriptionstatic PersonPerson.FromEfm(Name name, ContactInformation contactInfo, Optional<String> gender, Optional<String> language, Optional<LocalDate> birthdate, boolean isOrg, String role, UUID efmId) static PersonPerson.FromInput(Name name, ContactInformation contactInfo, Optional<String> gender, Optional<String> language, Optional<LocalDate> birthdate, boolean isOrg, boolean isFormFiller, String role, Optional<String> efmIdIfAlreadyIn) Default constructor.static PersonPerson.TestPerson(Name name, String email, boolean isOrg) Minimal constructor, empty lists and empty optionals. -
Uses of Name in edu.suffolk.litlab.efsp.server.ecf4
Methods in edu.suffolk.litlab.efsp.server.ecf4 with parameters of type NameModifier and TypeMethodDescriptionEcfCourtSpecificSerializer.serializeNameType(Name name, InfoCollector collector) Returns the PersonNameType XML object from the given Name.