Class ComboCaseCodes
java.lang.Object
edu.suffolk.litlab.efspserver.tyler.codes.ComboCaseCodes
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal CaseCategory
final List
<FilingCode> String: either UUID for new parties, or Tyler PARTYID for existing parties Pair is PartyType code / role code, and isOrg value isOrg is hacky, but Tyler expects us to create the exact same case participants in a replyfinal CaseType
-
Constructor Summary
ConstructorsConstructorDescriptionComboCaseCodes
(CaseCategory cat, CaseType type, List<FilingCode> filings, Map<String, org.apache.commons.lang3.tuple.Pair<PartyType, Boolean>> allPartyInfo) -
Method Summary
-
Field Details
-
cat
-
type
-
filings
-
partyInfo
String: either UUID for new parties, or Tyler PARTYID for existing parties Pair is PartyType code / role code, and isOrg value isOrg is hacky, but Tyler expects us to create the exact same case participants in a reply
-
-
Constructor Details
-
ComboCaseCodes
public ComboCaseCodes() -
ComboCaseCodes
public ComboCaseCodes(CaseCategory cat, CaseType type, List<FilingCode> filings, Map<String, org.apache.commons.lang3.tuple.Pair<PartyType, Boolean>> allPartyInfo)
-