Uses of Record Class
edu.suffolk.litlab.efsp.model.PartyInfo
Packages that use PartyInfo
Package
Description
-
Uses of PartyInfo in edu.suffolk.litlab.efsp.ecfcodes
Methods in edu.suffolk.litlab.efsp.ecfcodes that return types with arguments of type PartyInfoModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<Map<PartyId, PartyInfo>, CodesParser.CodeError> CodesParser.vetPartyTypes(Collection<Person> existingParties, Collection<Person> newParties, CaseType type, boolean isFirstIndexedFiling) -
Uses of PartyInfo in edu.suffolk.litlab.efsp.server.ecf4
Methods in edu.suffolk.litlab.efsp.server.ecf4 with parameters of type PartyInfoModifier 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 PartyInfoModifier and TypeMethodDescriptionEcfCourtSpecificSerializer.serializeCaseCodes(FilingInformation info, Map<PartyId, PartyInfo> partyTypes, InfoCollector collector, boolean isInitialFiling) Either an initial filing, or a non-indexed case. -
Uses of PartyInfo in edu.suffolk.litlab.efsp.tyler.ecfcodes
Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes that return types with arguments of type PartyInfoModifier and TypeMethodDescriptionComboCaseCodes.partyInfo()Returns the value of thepartyInforecord component.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 stringConstructor parameters in edu.suffolk.litlab.efsp.tyler.ecfcodes with type arguments of type PartyInfoModifierConstructorDescriptionComboCaseCodes(CaseCategory cat, CaseType type, List<FilingCode> filings, Map<PartyId, PartyInfo> partyInfo) Creates an instance of aComboCaseCodesrecord class.