Uses of Class
dev.vality.damsel.reports.Report
Packages that use Report
-
Uses of Report in dev.vality.damsel.reports
Fields in dev.vality.damsel.reports declared as ReportFields in dev.vality.damsel.reports with type parameters of type ReportMethods in dev.vality.damsel.reports that return ReportModifier and TypeMethodDescriptionReport.deepCopy()Запрос на получение отчета ReportNotFound, если отчет не найденReportingSrv.AsyncClient.GetReport_call.getResult()ReportingSrv.GetReport_result.getSuccess()ReportingSrv.Client.recvGetReport()Report.setCreatedAt(String created_at) Report.setReportId(long report_id) Report.setReportType(ReportType report_type) Report.setStatus(ReportStatus status) Report.setTimeRange(ReportTimeRange time_range) Methods in dev.vality.damsel.reports that return types with arguments of type ReportModifier and TypeMethodDescriptionReportingSrv.Client.getReports(ReportRequest request, List<ReportType> report_types) ReportingSrv.Iface.getReports(ReportRequest request, List<ReportType> report_types) Получить список отчетов по магазину за указанный промежуток времени с фильтрацией по типу В случае если список report_types пустой, фильтрации по типу не будет Возвращает список отчетов или пустой список, если отчеты по магазину не найдены InvalidRequest, если промежуток времени некорректен DatasetTooBig, если размер списка превышает допустимый лимитReportingSrv.AsyncClient.GetReports_call.getResult()org.apache.thrift.async.AsyncMethodCallback<Report>ReportingSrv.AsyncProcessor.GetReport.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ReportingSrv.AsyncProcessor.GetReports.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ReportingSrv.GetReports_result.getSuccess()ReportingSrv.GetReports_result.getSuccessIterator()ReportingSrv.Client.recvGetReports()Methods in dev.vality.damsel.reports with parameters of type ReportModifier and TypeMethodDescriptionvoidReportingSrv.GetReports_result.addToSuccess(Report elem) intbooleanReportingSrv.GetReport_result.setSuccess(Report success) Method parameters in dev.vality.damsel.reports with type arguments of type ReportModifier and TypeMethodDescriptionvoidReportingSrv.AsyncClient.getReport(String party_id, String shop_id, long report_id, org.apache.thrift.async.AsyncMethodCallback<Report> resultHandler) voidReportingSrv.AsyncIface.getReport(String party_id, String shop_id, long report_id, org.apache.thrift.async.AsyncMethodCallback<Report> resultHandler) voidReportingSrv.AsyncClient.getReports(ReportRequest request, List<ReportType> report_types, org.apache.thrift.async.AsyncMethodCallback<List<Report>> resultHandler) voidReportingSrv.AsyncIface.getReports(ReportRequest request, List<ReportType> report_types, org.apache.thrift.async.AsyncMethodCallback<List<Report>> resultHandler) ReportingSrv.GetReports_result.setSuccess(List<Report> success) voidReportingSrv.AsyncProcessor.GetReport.start(I iface, ReportingSrv.GetReport_args args, org.apache.thrift.async.AsyncMethodCallback<Report> resultHandler) voidReportingSrv.AsyncProcessor.GetReports.start(I iface, ReportingSrv.GetReports_args args, org.apache.thrift.async.AsyncMethodCallback<List<Report>> resultHandler) Constructors in dev.vality.damsel.reports with parameters of type ReportModifierConstructorDescriptionGetReport_result(Report success, ReportNotFound ex1) Performs a deep copy on other.Constructor parameters in dev.vality.damsel.reports with type arguments of type ReportModifierConstructorDescriptionGetReport_call(String party_id, String shop_id, long report_id, org.apache.thrift.async.AsyncMethodCallback<Report> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) GetReports_call(ReportRequest request, List<ReportType> report_types, org.apache.thrift.async.AsyncMethodCallback<List<Report>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) GetReports_result(List<Report> success, DatasetTooBig ex1, InvalidRequest ex2)