Uses of Class
edu.suffolk.litlab.efsp.model.FilingDoc
Packages that use FilingDoc
Package
Description
-
Uses of FilingDoc in edu.suffolk.litlab.efsp.docassemble
Methods in edu.suffolk.litlab.efsp.docassemble that return types with arguments of type FilingDocModifier 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 FilingDoc in edu.suffolk.litlab.efsp.ecfcodes
Method parameters in edu.suffolk.litlab.efsp.ecfcodes with type arguments of type FilingDocModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<com.hubspot.algebra.NullValue, CodesParser.FilingDocError> CodesParser.vetFilingDocSize(List<FilingDoc> docs) -
Uses of FilingDoc in edu.suffolk.litlab.efsp.model
Methods in edu.suffolk.litlab.efsp.model that return types with arguments of type FilingDocMethod parameters in edu.suffolk.litlab.efsp.model with type arguments of type FilingDoc -
Uses of FilingDoc in edu.suffolk.litlab.efsp.server.ecf4
Methods in edu.suffolk.litlab.efsp.server.ecf4 with parameters of type FilingDocModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<DocumentType> EcfCourtSpecificSerializer.filingDocToXml(FilingDoc doc, boolean isInitialFiling, CaseCategory caseCategory, CaseType motionType, FilingCode filing) -
Uses of FilingDoc in edu.suffolk.litlab.efsp.tyler.ecfcodes
Method parameters in edu.suffolk.litlab.efsp.tyler.ecfcodes with type arguments of type FilingDocModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<com.hubspot.algebra.NullValue, CodesParser.FilingDocError> TylerCodesParser.vetFilingDocSize(List<FilingDoc> docs)