Uses of Class
org.gcube.portlets.user.accountingdashboard.shared.data.RequestReportData
-
-
Uses of RequestReportData in org.gcube.portlets.user.accountingdashboard.client.application.controller
Methods in org.gcube.portlets.user.accountingdashboard.client.application.controller with parameters of type RequestReportData Modifier and Type Method Description voidController. getReport(RequestReportData requestReportData) -
Uses of RequestReportData in org.gcube.portlets.user.accountingdashboard.client.application.mainarea.filter
Methods in org.gcube.portlets.user.accountingdashboard.client.application.mainarea.filter with parameters of type RequestReportData Modifier and Type Method Description voidFilterAreaPresenter. getReport(RequestReportData requestReportData)voidFilterAreaUiHandlers. getReport(RequestReportData requestReportData) -
Uses of RequestReportData in org.gcube.portlets.user.accountingdashboard.client.rpc
Methods in org.gcube.portlets.user.accountingdashboard.client.rpc with parameters of type RequestReportData Modifier and Type Method Description ReportDataAccountingDashboardService. getReport(RequestReportData requestReportdata, TreeOptions treeOptions)voidAccountingDashboardServiceAsync. getReport(RequestReportData requestReportdata, TreeOptions treeOptions, com.google.gwt.user.client.rpc.AsyncCallback<ReportData> asyncCallback) -
Uses of RequestReportData in org.gcube.portlets.user.accountingdashboard.server
Methods in org.gcube.portlets.user.accountingdashboard.server with parameters of type RequestReportData Modifier and Type Method Description ReportDataAccountingDashboardServiceImpl. getReport(RequestReportData requestReportData, TreeOptions treeOptions) -
Uses of RequestReportData in org.gcube.portlets.user.accountingdashboard.server.accounting
Methods in org.gcube.portlets.user.accountingdashboard.server.accounting with parameters of type RequestReportData Modifier and Type Method Description ReportDataAccountingService. getReport(javax.servlet.http.HttpServletRequest httpServletRequest, RequestReportData requestReportData)
-