Uses of Class
dev.vality.damsel.accounter.PlanNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.accounter |
-
Uses of PlanNotFound in dev.vality.damsel.accounter
Fields in dev.vality.damsel.accounter declared as PlanNotFound Modifier and Type Field Description PlanNotFoundAccounterSrv.GetPlan_result. e1Methods in dev.vality.damsel.accounter that return PlanNotFound Modifier and Type Method Description PlanNotFoundPlanNotFound. deepCopy()PlanNotFoundAccounterSrv.GetPlan_result. getE1()PlanNotFoundPlanNotFound. setPlanId(String plan_id)Methods in dev.vality.damsel.accounter with parameters of type PlanNotFound Modifier and Type Method Description intPlanNotFound. compareTo(PlanNotFound other)booleanPlanNotFound. equals(PlanNotFound that)AccounterSrv.GetPlan_resultAccounterSrv.GetPlan_result. setE1(PlanNotFound e1)Methods in dev.vality.damsel.accounter that throw PlanNotFound Modifier and Type Method Description PostingPlanAccounterSrv.Client. getPlan(String id)PostingPlanAccounterSrv.Iface. getPlan(String id)PostingPlanAccounterSrv.AsyncClient.GetPlan_call. getResult()PostingPlanAccounterSrv.Client. recvGetPlan()Constructors in dev.vality.damsel.accounter with parameters of type PlanNotFound Constructor Description GetPlan_result(PostingPlan success, PlanNotFound e1)PlanNotFound(PlanNotFound other)Performs a deep copy on other.