Interface AccountingDashboardServiceAsync
-
public interface AccountingDashboardServiceAsync- Author:
- Giancarlo Panichi
-
-
Field Summary
Fields Modifier and Type Field Description static AccountingDashboardServiceAsyncINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetEnvironment(com.google.gwt.user.client.rpc.AsyncCallback<EnvironmentData> callback)voidgetReport(RequestReportData requestReportdata, TreeOptions treeOptions, com.google.gwt.user.client.rpc.AsyncCallback<ReportData> asyncCallback)voidgetScopeData(TreeOptions treeOptions, com.google.gwt.user.client.rpc.AsyncCallback<ScopeData> callback)voidhello(com.google.gwt.user.client.rpc.AsyncCallback<UserInfo> callback)
-
-
-
Field Detail
-
INSTANCE
static final AccountingDashboardServiceAsync INSTANCE
-
-
Method Detail
-
hello
void hello(com.google.gwt.user.client.rpc.AsyncCallback<UserInfo> callback)
-
getEnvironment
void getEnvironment(com.google.gwt.user.client.rpc.AsyncCallback<EnvironmentData> callback)
-
getScopeData
void getScopeData(TreeOptions treeOptions, com.google.gwt.user.client.rpc.AsyncCallback<ScopeData> callback)
-
getReport
void getReport(RequestReportData requestReportdata, TreeOptions treeOptions, com.google.gwt.user.client.rpc.AsyncCallback<ReportData> asyncCallback)
-
-