Uses of Class
dev.vality.damsel.reports.ShopNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.reports |
-
Uses of ShopNotFound in dev.vality.damsel.reports
Fields in dev.vality.damsel.reports declared as ShopNotFound Modifier and Type Field Description ShopNotFoundReportingSrv.GenerateReport_result. ex2Methods in dev.vality.damsel.reports that return ShopNotFound Modifier and Type Method Description ShopNotFoundShopNotFound. deepCopy()ShopNotFoundReportingSrv.GenerateReport_result. getEx2()Methods in dev.vality.damsel.reports with parameters of type ShopNotFound Modifier and Type Method Description intShopNotFound. compareTo(ShopNotFound other)booleanShopNotFound. equals(ShopNotFound that)ReportingSrv.GenerateReport_resultReportingSrv.GenerateReport_result. setEx2(ShopNotFound ex2)Methods in dev.vality.damsel.reports that throw ShopNotFound Modifier and Type Method Description longReportingSrv.Client. generateReport(ReportRequest request, ReportType report_type)longReportingSrv.Iface. generateReport(ReportRequest request, ReportType report_type)Сгенерировать отчет с указанным типом по магазину за указанный промежуток времени Возвращает идентификатор отчета PartyNotFound, если party не найден ShopNotFound, если shop не найден InvalidRequest, если промежуток времени некорректенLongReportingSrv.AsyncClient.GenerateReport_call. getResult()longReportingSrv.Client. recvGenerateReport()Constructors in dev.vality.damsel.reports with parameters of type ShopNotFound Constructor Description GenerateReport_result(long success, PartyNotFound ex1, ShopNotFound ex2, InvalidRequest ex3)ShopNotFound(ShopNotFound other)Performs a deep copy on other.