Uses of Class
edu.suffolk.litlab.efspserver.Person
Packages that use Person
Package
Description
-
Uses of Person in edu.suffolk.litlab.efspserver
Methods in edu.suffolk.litlab.efspserver that return PersonModifier and TypeMethodDescriptionstatic Person
Person.FromEfm
(Name name, ContactInformation contactInfo, Optional<String> gender, Optional<String> language, Optional<LocalDate> birthdate, boolean isOrg, String role, UUID efmId) static Person
Person.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.FilingInformation.getLeadContact()
TODO(brycew): continue: always get some DA specific contact info for the filing, they need to enter it therestatic Person
Person.TestPerson
(Name name, String email, boolean isOrg) Minimal constructor, empty lists and empty optionals.Methods in edu.suffolk.litlab.efspserver that return types with arguments of type PersonModifier and TypeMethodDescriptionFilingInformation.getNewDefendants()
FilingInformation.getNewPlaintiffs()
Methods in edu.suffolk.litlab.efspserver with parameters of type PersonMethod parameters in edu.suffolk.litlab.efspserver with type arguments of type PersonModifier and TypeMethodDescriptionvoid
FilingInformation.setNewDefendants
(List<Person> defendants) void
FilingInformation.setNewPlaintiffs
(List<Person> plaintiffs) -
Uses of Person in edu.suffolk.litlab.efspserver.docassemble
Methods in edu.suffolk.litlab.efspserver.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, InfoCollector collector) Parses a person from the Json Object. -
Uses of Person in edu.suffolk.litlab.efspserver.ecf4
Methods in edu.suffolk.litlab.efspserver.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.efspserver.ecf4 with parameters of type PersonModifier and TypeMethodDescriptionEcfCourtSpecificSerializer.serializeEcfCaseParticipant
(Person per, InfoCollector collector, List<PartyType> partyTypes) Needs to have participant role set.Method parameters in edu.suffolk.litlab.efspserver.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) EcfCourtSpecificSerializer.serializeCaseCodesIndexed
(String caseCategoryCode, String caseTypeCode, List<String> filingCodeStrs, Map<String, Person> existingParties, Map<String, Person> newParties, InfoCollector collector) Given the case info from a case that's already in the court's system on a subsequent filing. -
Uses of Person in edu.suffolk.litlab.efspserver.jeffnet
Methods in edu.suffolk.litlab.efspserver.jeffnet with parameters of type PersonModifier and TypeMethodDescriptionvoid
PersonJeffNetJacksonSerializer.serialize
(Person per, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) Constructor parameters in edu.suffolk.litlab.efspserver.jeffnet with type arguments of type Person -
Uses of Person in edu.suffolk.litlab.efspserver.services
Fields in edu.suffolk.litlab.efspserver.services declared as PersonConstructors in edu.suffolk.litlab.efspserver.services with parameters of type Person