Uses of Interface
org.marketcetera.trade.Report
-
Packages that use Report Package Description org.marketcetera.trade org.marketcetera.trade.client org.marketcetera.trade.service -
-
Uses of Report in org.marketcetera.trade
Subinterfaces of Report in org.marketcetera.trade Modifier and Type Interface Description interfaceMutableReportProvides a mutableReportimplementationMethods in org.marketcetera.trade that return Report Modifier and Type Method Description ReportReportFactory. create()Create a report object.ReportExecutionReportSummary. getReport()Get the report value.ReportOrderSummary. getReport()Get the report value.Methods in org.marketcetera.trade with parameters of type Report Modifier and Type Method Description voidMutableExecutionReportSummary. setReport(Report inReport)Set the report value.voidMutableOrderSummary. setReport(Report inReport)Set the report value. -
Uses of Report in org.marketcetera.trade.client
Methods in org.marketcetera.trade.client that return types with arguments of type Report Modifier and Type Method Description CollectionPageResponse<Report>TradeClient. getReports(PageRequest inPageRequest)Get reports with the given page request. -
Uses of Report in org.marketcetera.trade.service
Methods in org.marketcetera.trade.service that return Report Modifier and Type Method Description ReportReportService. getReportFor(ReportID inReportId)Gets the report for the given report ID.ReportReportService. save(Report inReport)Saves the given report.ReportReportService. save(ReportBase inReport)Saves the given report.Methods in org.marketcetera.trade.service that return types with arguments of type Report Modifier and Type Method Description List<Report>OrderSummaryService. findReportByOrderStatusIn(User inViewer, Set<OrderStatus> inOrderStatusValues)Find the reports that have an open order status.CollectionPageResponse<Report>ReportService. getReports(PageRequest inPageRequest)Get reports with the given page request.Methods in org.marketcetera.trade.service with parameters of type Report Modifier and Type Method Description ReportReportService. save(Report inReport)Saves the given report.OrderSummaryOrderSummaryService. update(OrderSummary inOrderStatus, Report inReport, ReportBase inReportBase)Update the order status value with the given reports.
-