Uses of Class
edu.suffolk.litlab.efsp.model.Person
Packages that use Person
Package
Description
-
Uses of Person in edu.suffolk.litlab.efsp.docassemble
Methods in edu.suffolk.litlab.efsp.docassemble that return types with arguments of type PersonModifier and TypeMethodDescriptionstatic com.hubspot.algebra.Result<Person, FilingError> PersonDocassembleJacksonDeserializer.fromNode(com.fasterxml.jackson.databind.JsonNode node, CodesParser parser, InfoCollector collector) Parses a person from the Json Object. -
Uses of Person in edu.suffolk.litlab.efsp.ecfcodes
Method parameters in edu.suffolk.litlab.efsp.ecfcodes with type arguments of type PersonModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<Map<PartyId, PartyInfo>, CodesParser.CodeError> CodesParser.vetPartyTypes(Collection<Person> existingParties, Collection<Person> newParties, CaseType type, boolean isFirstIndexedFiling) -
Uses of Person in edu.suffolk.litlab.efsp.model
Fields in edu.suffolk.litlab.efsp.model declared as PersonMethods in edu.suffolk.litlab.efsp.model that return PersonModifier and TypeMethodDescriptionstatic PersonPerson.FromEfm(Name name, ContactInformation contactInfo, Optional<Person.Gender> gender, Optional<String> language, Optional<LocalDate> birthdate, boolean isOrg, String role, UUID efmId) static PersonPerson.FromInput(Name name, ContactInformation contactInfo, Optional<Person.Gender> gender, Optional<String> language, Optional<LocalDate> birthdate, boolean isOrg, boolean isFormFiller, Optional<String> role, Optional<String> efmIdIfAlreadyIn) Default constructor.Person.replaceEmail(String newEmail) static PersonPerson.TestPerson(Name name, String email, boolean isOrg) Minimal constructor, empty lists and empty optionals.Methods in edu.suffolk.litlab.efsp.model that return types with arguments of type PersonModifier and TypeMethodDescriptionFilingInformation.getLeadContact()TODO(brycew): continue: always get some DA specific contact info for the filing, they need to enter it thereFilingInformation.getNewDefendants()FilingInformation.getNewPlaintiffs()Methods in edu.suffolk.litlab.efsp.model with parameters of type PersonMethod parameters in edu.suffolk.litlab.efsp.model with type arguments of type PersonModifier and TypeMethodDescriptionvoidFilingInformation.setNewDefendants(List<Person> defendants) voidFilingInformation.setNewPlaintiffs(List<Person> plaintiffs) Constructors in edu.suffolk.litlab.efsp.model with parameters of type Person -
Uses of Person in edu.suffolk.litlab.efsp.server.ecf4
Methods in edu.suffolk.litlab.efsp.server.ecf4 that return types with arguments of type PersonModifier and TypeMethodDescriptionEcfCaseTypeFactory.getCaseParticipants(CaseType filedCase) TODO(brycew): finish this function, lots of possible rabbit holes here.Methods in edu.suffolk.litlab.efsp.server.ecf4 with parameters of type PersonModifier and TypeMethodDescriptionEcfCourtSpecificSerializer.serializeEcfCaseParticipant(Person per, PartyInfo info) Needs to have participant role set.Method parameters in edu.suffolk.litlab.efsp.server.ecf4 with type arguments of type PersonModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<CaseType, FilingError> Ecfv5CaseTypeFactory.createCaseType(FilingInformation info, ComboCaseCodes allCodes, CodeDatabase cd, EcfCourtSpecificSerializer serializer, InfoCollector collector, Optional<Map<PartyId, Person>> existingParties) -
Uses of Person in edu.suffolk.litlab.efsp.server.services.impl
Methods in edu.suffolk.litlab.efsp.server.services.impl that return PersonModifier and TypeMethodDescriptionEcf4Filer.repairLeadContact(Optional<Person> maybeLeadContact, TylerUserNamePassword creds, String userUuid) Method parameters in edu.suffolk.litlab.efsp.server.services.impl with type arguments of type PersonModifier and TypeMethodDescriptionEcf4Filer.repairLeadContact(Optional<Person> maybeLeadContact, TylerUserNamePassword creds, String userUuid) -
Uses of Person in edu.suffolk.litlab.efsp.tyler
Methods in edu.suffolk.litlab.efsp.tyler that return PersonModifier and TypeMethodDescriptionstatic PersonTylerAdminUserUtils.getUser(TylerUserClient userPort, String userId) -
Uses of Person in edu.suffolk.litlab.efsp.tyler.ecfcodes
Method parameters in edu.suffolk.litlab.efsp.tyler.ecfcodes with type arguments of type PersonModifier and TypeMethodDescriptioncom.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 string