Uses of Class
edu.suffolk.litlab.efsp.tyler.ecfcodes.FilingComponent
Packages that use FilingComponent
Package
Description
-
Uses of FilingComponent in edu.suffolk.litlab.efsp.ecfcodes
Methods in edu.suffolk.litlab.efsp.ecfcodes that return types with arguments of type FilingComponentModifier and TypeMethodDescriptionCodesParser.retrieveFilingComponents(FilingCode filingCode) com.hubspot.algebra.Result<FilingComponent, CodesParser.CodeError> CodesParser.vetFilingComponent(String filingComponent, ArrayList<FilingComponent> components) Method parameters in edu.suffolk.litlab.efsp.ecfcodes with type arguments of type FilingComponentModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<FilingComponent, CodesParser.CodeError> CodesParser.vetFilingComponent(String filingComponent, ArrayList<FilingComponent> components) -
Uses of FilingComponent in edu.suffolk.litlab.efsp.model
Methods in edu.suffolk.litlab.efsp.model that return FilingComponentModifier and TypeMethodDescriptionFilingAttachment.filingComponentCode()Returns the value of thefilingComponentCoderecord component.Constructors in edu.suffolk.litlab.efsp.model with parameters of type FilingComponentModifierConstructorDescriptionFilingAttachment(FilingComponent filingComponentCode, String documentDescription, String fileName, byte[] fileContents, Optional<DocumentTypeTableRow> documentTypeFormatStandardName, Optional<Integer> pageCount) Creates an instance of aFilingAttachmentrecord class. -
Uses of FilingComponent in edu.suffolk.litlab.efsp.tyler.ecfcodes
Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes that return types with arguments of type FilingComponentModifier and TypeMethodDescriptionCodeDatabase.getFilingComponents(String courtLocationId, String filingCodeId) TylerCodesParser.retrieveFilingComponents(FilingCode filingCode) com.hubspot.algebra.Result<FilingComponent, CodesParser.CodeError> TylerCodesParser.vetFilingComponent(String filingComponent, ArrayList<FilingComponent> components) NOTE: modifies the components list, removing the selected component if allowmultiple is false.Method parameters in edu.suffolk.litlab.efsp.tyler.ecfcodes with type arguments of type FilingComponentModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<FilingComponent, CodesParser.CodeError> TylerCodesParser.vetFilingComponent(String filingComponent, ArrayList<FilingComponent> components) NOTE: modifies the components list, removing the selected component if allowmultiple is false.