Uses of Record Class
edu.suffolk.litlab.efsp.model.PartyId
Packages that use PartyId
Package
Description
-
Uses of PartyId in edu.suffolk.litlab.efsp.docassemble
Method parameters in edu.suffolk.litlab.efsp.docassemble with type arguments of type PartyIdModifier and TypeMethodDescriptionFilingDocDocassembleJacksonDeserializer.fromNode(com.fasterxml.jackson.databind.JsonNode node, Map<String, PartyId> varToPartyId, int sequenceNum, List<FilingCode> filingOptions, boolean isInitialFiling, boolean hasServiceContacts, CodesParser parser, InfoCollector collector) Parses a filing from the DA Json Object. -
Uses of PartyId in edu.suffolk.litlab.efsp.ecfcodes
Methods in edu.suffolk.litlab.efsp.ecfcodes that return types with arguments of type PartyIdModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<List<PartyId>, CodesParser.ThingRequired> CodesParser.vetFilingParties(List<PartyId> filingParties) CodesParser.vetPartyAttorneyMap(Map<PartyId, List<String>> partyAttyMap, Collection<PartyId> partyIdSet, Collection<String> attySet) com.hubspot.algebra.Result<Map<PartyId, PartyInfo>, CodesParser.CodeError> CodesParser.vetPartyTypes(Collection<Person> existingParties, Collection<Person> newParties, CaseType type, boolean isFirstIndexedFiling) Method parameters in edu.suffolk.litlab.efsp.ecfcodes with type arguments of type PartyIdModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<List<PartyId>, CodesParser.ThingRequired> CodesParser.vetFilingParties(List<PartyId> filingParties) CodesParser.vetPartyAttorneyMap(Map<PartyId, List<String>> partyAttyMap, Collection<PartyId> partyIdSet, Collection<String> attySet) CodesParser.vetPartyAttorneyMap(Map<PartyId, List<String>> partyAttyMap, Collection<PartyId> partyIdSet, Collection<String> attySet) -
Uses of PartyId in edu.suffolk.litlab.efsp.model
Fields in edu.suffolk.litlab.efsp.model with type parameters of type PartyIdModifier and TypeFieldDescriptionCaseServiceContact.partyAssociatedIf present, it's the name of the Person Obj Id that this contact is associated with.Methods in edu.suffolk.litlab.efsp.model that return PartyIdModifier and TypeMethodDescriptionstatic PartyIdFactory method where the ID refers to an existing party in the EFM's system.static PartyIdPartyId.CurrentFilingNew(String id) Factory method where the ID refers to a newly added party in this filing.Person.getPartyId()PartyInfo.partyId()Returns the value of thepartyIdrecord component.Methods in edu.suffolk.litlab.efsp.model 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.Method parameters in edu.suffolk.litlab.efsp.model with type arguments of type PartyIdModifier and TypeMethodDescriptionvoidFilingInformation.setPartyAttorneyMap(Map<PartyId, List<String>> partyToAttorneyIds) Constructors in edu.suffolk.litlab.efsp.model with parameters of type PartyIdModifierConstructorDescriptionCreates an instance of aPartyInforecord class.Constructor parameters in edu.suffolk.litlab.efsp.model with type arguments of type PartyIdModifierConstructorDescriptionCaseServiceContact(String guid, String serviceType, Optional<PartyId> partyAssociated) FilingDoc(FilingCode filingCode, String userProvidedDescription, Optional<String> descriptionFromSpec, Optional<String> filingReferenceNum, Optional<LocalDate> dueDate, List<PartyId> filingPartyIds, Optional<String> filingAttorney, fj.data.NonEmptyList<FilingAttachment> filingAttachments, Optional<String> filingComments, Optional<NameAndCode> motionType, List<OptionalService> optionalServices, List<String> courtesyCopies, List<String> preliminaryCopies, Optional<FilingAction> filingAction, int sequenceNum) Full constructor, in all it's mess.FilingDoc(FilingCode filingCode, List<PartyId> filingPartyIds, fj.data.NonEmptyList<FilingAttachment> filingAttachments, int sequenceNum) -
Uses of PartyId in edu.suffolk.litlab.efsp.server.ecf4
Methods in edu.suffolk.litlab.efsp.server.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.efsp.server.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) EcfCourtSpecificSerializer.serializeCaseCodes(FilingInformation info, Map<PartyId, PartyInfo> partyTypes, InfoCollector collector, boolean isInitialFiling) Either an initial filing, or a non-indexed case. -
Uses of PartyId in edu.suffolk.litlab.efsp.tyler.ecfcodes
Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes that return types with arguments of type PartyIdModifier and TypeMethodDescriptionComboCaseCodes.partyInfo()Returns the value of thepartyInforecord component.com.hubspot.algebra.Result<List<PartyId>, CodesParser.ThingRequired> TylerCodesParser.vetFilingParties(List<PartyId> filingParties) TylerCodesParser.vetPartyAttorneyMap(Map<PartyId, List<String>> partyAttyMap, Collection<PartyId> partyIdSet, Collection<String> attySet) com.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 stringMethod parameters in edu.suffolk.litlab.efsp.tyler.ecfcodes with type arguments of type PartyIdModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<List<PartyId>, CodesParser.ThingRequired> TylerCodesParser.vetFilingParties(List<PartyId> filingParties) TylerCodesParser.vetPartyAttorneyMap(Map<PartyId, List<String>> partyAttyMap, Collection<PartyId> partyIdSet, Collection<String> attySet) TylerCodesParser.vetPartyAttorneyMap(Map<PartyId, List<String>> partyAttyMap, Collection<PartyId> partyIdSet, Collection<String> attySet) Constructor parameters in edu.suffolk.litlab.efsp.tyler.ecfcodes with type arguments of type PartyIdModifierConstructorDescriptionComboCaseCodes(CaseCategory cat, CaseType type, List<FilingCode> filings, Map<PartyId, PartyInfo> partyInfo) Creates an instance of aComboCaseCodesrecord class.