Interface AccountingDashboardService
-
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
AccountingDashboardServiceImpl
@RemoteServiceRelativePath("accountingdashboardservice") public interface AccountingDashboardService extends com.google.gwt.user.client.rpc.RemoteService- Author:
- Giancarlo Panichi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentDatagetEnvironment()ReportDatagetReport(RequestReportData requestReportdata, TreeOptions treeOptions)ScopeDatagetScopeData(TreeOptions treeOptions)UserInfohello()Get informations on the current user
-
-
-
Method Detail
-
hello
UserInfo hello() throws ServiceException
Get informations on the current user- Returns:
- UserInfo user inforamations
- Throws:
ServiceException- exception
-
getScopeData
ScopeData getScopeData(TreeOptions treeOptions) throws ServiceException
- Throws:
ServiceException
-
getReport
ReportData getReport(RequestReportData requestReportdata, TreeOptions treeOptions) throws ServiceException
- Throws:
ServiceException
-
getEnvironment
EnvironmentData getEnvironment() throws ServiceException
- Throws:
ServiceException
-
-