Uses of Class
dev.vality.damsel.reports.ReportNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.reports |
-
Uses of ReportNotFound in dev.vality.damsel.reports
Fields in dev.vality.damsel.reports declared as ReportNotFound Modifier and Type Field Description ReportNotFoundReportingSrv.cancelReport_result. ex1ReportNotFoundReportingSrv.GetReport_result. ex1Methods in dev.vality.damsel.reports that return ReportNotFound Modifier and Type Method Description ReportNotFoundReportNotFound. deepCopy()ReportNotFoundReportingSrv.cancelReport_result. getEx1()ReportNotFoundReportingSrv.GetReport_result. getEx1()Methods in dev.vality.damsel.reports with parameters of type ReportNotFound Modifier and Type Method Description intReportNotFound. compareTo(ReportNotFound other)booleanReportNotFound. equals(ReportNotFound that)ReportingSrv.cancelReport_resultReportingSrv.cancelReport_result. setEx1(ReportNotFound ex1)ReportingSrv.GetReport_resultReportingSrv.GetReport_result. setEx1(ReportNotFound ex1)Methods in dev.vality.damsel.reports that throw ReportNotFound Modifier and Type Method Description voidReportingSrv.Client. cancelReport(String party_id, String shop_id, long report_id)voidReportingSrv.Iface. cancelReport(String party_id, String shop_id, long report_id)Запрос на отмену отчета ReportNotFound, если отчет не найденReportReportingSrv.Client. getReport(String party_id, String shop_id, long report_id)ReportReportingSrv.Iface. getReport(String party_id, String shop_id, long report_id)Запрос на получение отчета ReportNotFound, если отчет не найденVoidReportingSrv.AsyncClient.cancelReport_call. getResult()ReportReportingSrv.AsyncClient.GetReport_call. getResult()voidReportingSrv.Client. recvCancelReport()ReportReportingSrv.Client. recvGetReport()Constructors in dev.vality.damsel.reports with parameters of type ReportNotFound Constructor Description cancelReport_result(ReportNotFound ex1)GetReport_result(Report success, ReportNotFound ex1)ReportNotFound(ReportNotFound other)Performs a deep copy on other.