@RemoteServiceRelativePath(value="accountingdashboardservice")
public interface AccountingDashboardService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
EnvironmentData |
getEnvironment() |
ReportData |
getReport(RequestReportData requestReportdata,
TreeOptions treeOptions) |
ScopeData |
getScopeData(TreeOptions treeOptions) |
UserInfo |
hello()
Get informations on the current user
|
UserInfo hello() throws ServiceException
ServiceException - exceptionScopeData getScopeData(TreeOptions treeOptions) throws ServiceException
ServiceExceptionReportData getReport(RequestReportData requestReportdata, TreeOptions treeOptions) throws ServiceException
ServiceExceptionEnvironmentData getEnvironment() throws ServiceException
ServiceExceptionCopyright © 2022. All Rights Reserved.