Uses of Class
edu.suffolk.litlab.efsp.ecfcodes.tyler.NameAndCode
Packages that use NameAndCode
Package
Description
-
Uses of NameAndCode in edu.suffolk.litlab.efsp.ecfcodes.tyler
Methods in edu.suffolk.litlab.efsp.ecfcodes.tyler that return types with arguments of type NameAndCodeModifier and TypeMethodDescriptionCodeDatabase.getCaseSubtypesFor(String courtLocationId, String caseType) CodeDatabase.getDamageAmount(String courtLocationId, String caseCategory) CodeDatabase.getDataFieldNames(String courtLocationId) CodeDatabase.getFileableLocationNames()CodeDatabase.getFilingStatuses(String courtId) CodeDatabase.getLanguages(String courtLocationId) CodeDatabase.getLocationNames()CodeDatabase.getMotionTypes(String courtLocationId, String filingCodeId) CodeDatabase.getNameSuffixes(String courtLocationId) CodeDatabase.getProcedureOrRemedy(String courtLocationId, String caseCategory) Methods in edu.suffolk.litlab.efsp.ecfcodes.tyler with parameters of type NameAndCode -
Uses of NameAndCode in edu.suffolk.litlab.efsp.model
Methods in edu.suffolk.litlab.efsp.model that return types with arguments of type NameAndCodeModifier and TypeMethodDescriptionFilingInformation.getCaseSubtypeCode()FilingDoc.getMotionType()Method parameters in edu.suffolk.litlab.efsp.model with type arguments of type NameAndCodeModifier and TypeMethodDescriptionvoidFilingInformation.setCaseSubtypeCode(Optional<NameAndCode> caseSubtypeId) -
Uses of NameAndCode in edu.suffolk.litlab.efsp.server.ecf4
Methods in edu.suffolk.litlab.efsp.server.ecf4 that return types with arguments of type NameAndCodeModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<Optional<NameAndCode>, CodesParser.CodeError> CodesParser.vetMotionCode(Optional<String> motionCode, Optional<FilingCode> filing) com.hubspot.algebra.Result<Optional<NameAndCode>, CodesParser.NoMatchingCode> CodesParser.vetSubType(String subtypeCode, CaseType caseType) -
Uses of NameAndCode in edu.suffolk.litlab.efsp.server.ecf4.tyler
Methods in edu.suffolk.litlab.efsp.server.ecf4.tyler that return types with arguments of type NameAndCodeModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<Optional<NameAndCode>, CodesParser.CodeError> TylerCodesParser.vetMotionCode(Optional<String> motionCode, Optional<FilingCode> filing) com.hubspot.algebra.Result<Optional<NameAndCode>, CodesParser.NoMatchingCode> TylerCodesParser.vetSubType(String subtypeCode, CaseType caseType)