Uses of Class
org.gcube.portlets.user.accountingdashboard.shared.data.ScopeData
-
-
Uses of ScopeData in org.gcube.portlets.user.accountingdashboard.client.application.event
Methods in org.gcube.portlets.user.accountingdashboard.client.application.event that return ScopeData Modifier and Type Method Description ScopeDataRequestReportEvent. getScopeData()ScopeDataScopeDataEvent. getScopeData()Constructors in org.gcube.portlets.user.accountingdashboard.client.application.event with parameters of type ScopeData Constructor Description RequestReportEvent(ScopeData scopeData)ScopeDataEvent(ScopeData scopeData) -
Uses of ScopeData 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 ScopeData Modifier and Type Method Description voidFilterAreaView. displayScopeData(ScopeData scopeData) -
Uses of ScopeData in org.gcube.portlets.user.accountingdashboard.client.application.mainarea.filter.scopetree
Methods in org.gcube.portlets.user.accountingdashboard.client.application.mainarea.filter.scopetree with parameters of type ScopeData Modifier and Type Method Description booleanScopeTreeModel. isSelected(ScopeData item)voidScopeTreeModel. setSelected(ScopeData item, boolean selected)Constructor parameters in org.gcube.portlets.user.accountingdashboard.client.application.mainarea.filter.scopetree with type arguments of type ScopeData Constructor Description ScopeTreeModel(com.google.gwt.view.client.ListDataProvider<ScopeData> dataProvider, RequestReportEvent.RequestReportEventHandler handler) -
Uses of ScopeData in org.gcube.portlets.user.accountingdashboard.client.application.providers
Method parameters in org.gcube.portlets.user.accountingdashboard.client.application.providers with type arguments of type ScopeData Modifier and Type Method Description protected voidDeadFishBySpecificDiseasesProvider. onRangeChanged(com.google.gwt.view.client.HasData<ScopeData> display) -
Uses of ScopeData in org.gcube.portlets.user.accountingdashboard.client.rpc
Methods in org.gcube.portlets.user.accountingdashboard.client.rpc that return ScopeData Modifier and Type Method Description ScopeDataAccountingDashboardService. getScopeData(TreeOptions treeOptions)Method parameters in org.gcube.portlets.user.accountingdashboard.client.rpc with type arguments of type ScopeData Modifier and Type Method Description voidAccountingDashboardServiceAsync. getScopeData(TreeOptions treeOptions, com.google.gwt.user.client.rpc.AsyncCallback<ScopeData> callback) -
Uses of ScopeData in org.gcube.portlets.user.accountingdashboard.server
Methods in org.gcube.portlets.user.accountingdashboard.server that return ScopeData Modifier and Type Method Description ScopeDataAccountingDashboardServiceImpl. getScopeData(TreeOptions treeOptions) -
Uses of ScopeData in org.gcube.portlets.user.accountingdashboard.server.accounting
Methods in org.gcube.portlets.user.accountingdashboard.server.accounting that return ScopeData Modifier and Type Method Description ScopeDataAccountingService. getTree(javax.servlet.http.HttpServletRequest httpServletRequest) -
Uses of ScopeData in org.gcube.portlets.user.accountingdashboard.shared.data
Methods in org.gcube.portlets.user.accountingdashboard.shared.data that return ScopeData Modifier and Type Method Description ScopeDataRequestReportData. getScopeData()Methods in org.gcube.portlets.user.accountingdashboard.shared.data that return types with arguments of type ScopeData Modifier and Type Method Description ArrayList<ScopeData>ScopeData. getChildren()Methods in org.gcube.portlets.user.accountingdashboard.shared.data with parameters of type ScopeData Modifier and Type Method Description intScopeData. compare(ScopeData o1, ScopeData o2)intScopeData. compareTo(ScopeData o)voidRequestReportData. setScopeData(ScopeData scopeData)Method parameters in org.gcube.portlets.user.accountingdashboard.shared.data with type arguments of type ScopeData Modifier and Type Method Description voidScopeData. setChildren(ArrayList<ScopeData> children)Constructors in org.gcube.portlets.user.accountingdashboard.shared.data with parameters of type ScopeData Constructor Description RequestReportData(ScopeData scopeData, String dateFrom, String dateTo)Constructor parameters in org.gcube.portlets.user.accountingdashboard.shared.data with type arguments of type ScopeData Constructor Description ScopeData(String id, String name, String scope, ArrayList<ScopeData> children)
-