Uses of Class
dev.vality.damsel.reports.ShopNotFound
Packages that use ShopNotFound
-
Uses of ShopNotFound in dev.vality.damsel.reports
Fields in dev.vality.damsel.reports declared as ShopNotFoundMethods in dev.vality.damsel.reports that return ShopNotFoundModifier and TypeMethodDescriptionShopNotFound.deepCopy()ReportingSrv.GenerateReport_result.getEx2()Methods in dev.vality.damsel.reports with parameters of type ShopNotFoundModifier and TypeMethodDescriptionintShopNotFound.compareTo(ShopNotFound other) booleanShopNotFound.equals(ShopNotFound that) ReportingSrv.GenerateReport_result.setEx2(ShopNotFound ex2) Methods in dev.vality.damsel.reports that throw ShopNotFoundModifier and TypeMethodDescriptionlongReportingSrv.Client.generateReport(ReportRequest request, ReportType report_type) longReportingSrv.Iface.generateReport(ReportRequest request, ReportType report_type) Сгенерировать отчет с указанным типом по магазину за указанный промежуток времени Возвращает идентификатор отчета PartyNotFound, если party не найден ShopNotFound, если shop не найден InvalidRequest, если промежуток времени некорректенReportingSrv.AsyncClient.GenerateReport_call.getResult()longReportingSrv.Client.recvGenerateReport()Constructors in dev.vality.damsel.reports with parameters of type ShopNotFoundModifierConstructorDescriptionGenerateReport_result(long success, PartyNotFound ex1, ShopNotFound ex2, InvalidRequest ex3) ShopNotFound(ShopNotFound other) Performs a deep copy on other.