public interface AccountingDashboardServiceAsync
| Modifier and Type | Field and Description |
|---|---|
static AccountingDashboardServiceAsync |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
getEnvironment(com.google.gwt.user.client.rpc.AsyncCallback<EnvironmentData> callback) |
void |
getReport(RequestReportData requestReportdata,
TreeOptions treeOptions,
com.google.gwt.user.client.rpc.AsyncCallback<ReportData> asyncCallback) |
void |
getScopeData(TreeOptions treeOptions,
com.google.gwt.user.client.rpc.AsyncCallback<ScopeData> callback) |
void |
hello(com.google.gwt.user.client.rpc.AsyncCallback<UserInfo> callback) |
static final AccountingDashboardServiceAsync INSTANCE
void hello(com.google.gwt.user.client.rpc.AsyncCallback<UserInfo> callback)
void getEnvironment(com.google.gwt.user.client.rpc.AsyncCallback<EnvironmentData> callback)
void getScopeData(TreeOptions treeOptions, com.google.gwt.user.client.rpc.AsyncCallback<ScopeData> callback)
void getReport(RequestReportData requestReportdata, TreeOptions treeOptions, com.google.gwt.user.client.rpc.AsyncCallback<ReportData> asyncCallback)
Copyright © 2025. All rights reserved.