Uses of Class
org.gcube.portlets.user.accountingdashboard.shared.options.TreeOptions
-
-
Uses of TreeOptions in org.gcube.portlets.user.accountingdashboard.client.application.controller
Methods in org.gcube.portlets.user.accountingdashboard.client.application.controller that return TreeOptions Modifier and Type Method Description TreeOptionsController. getTreeOptions()Methods in org.gcube.portlets.user.accountingdashboard.client.application.controller with parameters of type TreeOptions Modifier and Type Method Description voidController. setTreeOptions(TreeOptions treeOptions) -
Uses of TreeOptions 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 TreeOptions Modifier and Type Method Description voidFilterAreaPresenter. updateTreeOptions(TreeOptions treeOptions)voidFilterAreaUiHandlers. updateTreeOptions(TreeOptions treeOptions) -
Uses of TreeOptions in org.gcube.portlets.user.accountingdashboard.client.rpc
Methods in org.gcube.portlets.user.accountingdashboard.client.rpc with parameters of type TreeOptions 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)ScopeDataAccountingDashboardService. getScopeData(TreeOptions treeOptions)voidAccountingDashboardServiceAsync. getScopeData(TreeOptions treeOptions, com.google.gwt.user.client.rpc.AsyncCallback<ScopeData> callback) -
Uses of TreeOptions in org.gcube.portlets.user.accountingdashboard.server
Methods in org.gcube.portlets.user.accountingdashboard.server with parameters of type TreeOptions Modifier and Type Method Description ReportDataAccountingDashboardServiceImpl. getReport(RequestReportData requestReportData, TreeOptions treeOptions)ScopeDataAccountingDashboardServiceImpl. getScopeData(TreeOptions treeOptions) -
Uses of TreeOptions in org.gcube.portlets.user.accountingdashboard.server.accounting
Methods in org.gcube.portlets.user.accountingdashboard.server.accounting with parameters of type TreeOptions Modifier and Type Method Description voidPortalContextTreeProvider. setTreeOptions(TreeOptions treeOptions)Constructors in org.gcube.portlets.user.accountingdashboard.server.accounting with parameters of type TreeOptions Constructor Description AccountingService(AccountingServiceType accountingServiceType, TreeOptions treeOptions)
-