Uses of Class
edu.suffolk.litlab.efspserver.PartyId
Packages that use PartyId
Package
Description
-
Uses of PartyId in edu.suffolk.litlab.efspserver
Fields in edu.suffolk.litlab.efspserver with type parameters of type PartyIdModifier and TypeFieldDescriptionCaseServiceContact.partyAssociated
If present, it's the name of the Person Obj Id that this contact is associated with.Methods in edu.suffolk.litlab.efspserver that return PartyIdModifier and TypeMethodDescriptionstatic PartyId
Factory method where the ID refers to an existing party in the EFM's system.static PartyId
PartyId.CurrentFilingNew
(String id) Factory method where the ID refers to a newly added party in this filing.Person.getPartyId()
Methods in edu.suffolk.litlab.efspserver that return types with arguments of type PartyIdModifier and TypeMethodDescriptionFilingInformation.getFilers()
Gets all of the peole who are listed by filer ids in the filing docs.FilingDoc.getFilingPartyIds()
FilingInformation.getPartyAttorneyMap()
FilingInformation.getPartyRepByAttorney
(String attorneyId) We only store the mapping from Party to attorneys (since parties can have multiple attorneys, but not vice-versa.FilingInformation.getVarToPartyId()
Method parameters in edu.suffolk.litlab.efspserver with type arguments of type PartyIdModifier and TypeMethodDescriptionvoid
FilingInformation.setPartyAttorneyMap
(Map<PartyId, List<String>> partyToAttorneyIds) void
FilingInformation.setVarToPartyId
(Map<String, PartyId> varToPartyId) Constructor parameters in edu.suffolk.litlab.efspserver with type arguments of type PartyIdModifierConstructorDescriptionCaseServiceContact
(String guid, String serviceType, Optional<PartyId> partyAssociated) FilingDoc
(Optional<String> filingCode, String userProvidedDescription, Optional<String> filingReferenceNum, Optional<LocalDate> dueDate, List<PartyId> filingPartyIds, Optional<String> filingAttorney, fj.data.NonEmptyList<FilingAttachment> filingAttachments, String filingComments, Optional<String> motionType, List<OptionalService> optionalServices, List<String> courtesyCopies, List<String> preliminaryCopies, Optional<FilingAction> filingAction, boolean isLeadDoc) Full constructor, in all it's mess.FilingDoc
(Optional<String> filingCode, List<PartyId> filingPartyIds, fj.data.NonEmptyList<FilingAttachment> filingAttachments, boolean isLeadDoc) -
Uses of PartyId in edu.suffolk.litlab.efspserver.docassemble
Method parameters in edu.suffolk.litlab.efspserver.docassemble with type arguments of type PartyId -
Uses of PartyId in edu.suffolk.litlab.efspserver.ecf4
Methods in edu.suffolk.litlab.efspserver.ecf4 that return types with arguments of type PartyIdModifier and TypeMethodDescriptionEcfCaseTypeFactory.getCaseParticipants
(CaseType filedCase) TODO(brycew): finish this function, lots of possible rabbit holes here.Method parameters in edu.suffolk.litlab.efspserver.ecf4 with type arguments of type PartyIdModifier and TypeMethodDescriptioncom.hubspot.algebra.Result
<CaseType, FilingError> Ecfv5CaseTypeFactory.createCaseType
(FilingInformation info, ComboCaseCodes allCodes, CodeDatabase cd, EcfCourtSpecificSerializer serializer, InfoCollector collector, Optional<Map<PartyId, Person>> existingParties)