Uses of Class
org.gcube.portlets.user.accountingdashboard.shared.data.ReportData
-
-
Uses of ReportData in org.gcube.portlets.user.accountingdashboard.client.application.event
Methods in org.gcube.portlets.user.accountingdashboard.client.application.event that return ReportData Modifier and Type Method Description ReportDataReportEvent. getReportData()Constructors in org.gcube.portlets.user.accountingdashboard.client.application.event with parameters of type ReportData Constructor Description ReportEvent(ReportData reportData) -
Uses of ReportData in org.gcube.portlets.user.accountingdashboard.client.application.mainarea.report
Methods in org.gcube.portlets.user.accountingdashboard.client.application.mainarea.report with parameters of type ReportData Modifier and Type Method Description voidReportAreaView. displayReportData(ReportData reportData) -
Uses of ReportData in org.gcube.portlets.user.accountingdashboard.client.rpc
Methods in org.gcube.portlets.user.accountingdashboard.client.rpc that return ReportData Modifier and Type Method Description ReportDataAccountingDashboardService. getReport(RequestReportData requestReportdata, TreeOptions treeOptions)Method parameters in org.gcube.portlets.user.accountingdashboard.client.rpc with type arguments of type ReportData Modifier and Type Method Description voidAccountingDashboardServiceAsync. getReport(RequestReportData requestReportdata, TreeOptions treeOptions, com.google.gwt.user.client.rpc.AsyncCallback<ReportData> asyncCallback) -
Uses of ReportData in org.gcube.portlets.user.accountingdashboard.server
Methods in org.gcube.portlets.user.accountingdashboard.server that return ReportData Modifier and Type Method Description ReportDataAccountingDashboardServiceImpl. getReport(RequestReportData requestReportData, TreeOptions treeOptions) -
Uses of ReportData in org.gcube.portlets.user.accountingdashboard.server.accounting
Methods in org.gcube.portlets.user.accountingdashboard.server.accounting that return ReportData Modifier and Type Method Description ReportDataReportDataBuilder. build()ReportDataAccountingService. getReport(javax.servlet.http.HttpServletRequest httpServletRequest, RequestReportData requestReportData)
-