Class AccountingDashboardServiceImpl
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
-
- com.google.gwt.user.server.rpc.RemoteServiceServlet
-
- org.gcube.portlets.user.accountingdashboard.server.AccountingDashboardServiceImpl
-
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService,com.google.gwt.user.server.rpc.SerializationPolicyProvider,Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig,AccountingDashboardService
public class AccountingDashboardServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements AccountingDashboardService
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountingDashboardServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvironmentDatagetEnvironment()ReportDatagetReport(RequestReportData requestReportData, TreeOptions treeOptions)ScopeDatagetScopeData(TreeOptions treeOptions)UserInfohello()Get informations on the current uservoidinit()-
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponse
-
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
-
-
-
Method Detail
-
init
public void init() throws javax.servlet.ServletException- Overrides:
initin classjavax.servlet.GenericServlet- Throws:
javax.servlet.ServletException
-
hello
public UserInfo hello() throws ServiceException
Get informations on the current user- Specified by:
helloin interfaceAccountingDashboardService- Returns:
- UserInfo user inforamations
- Throws:
ServiceException- exception
-
getEnvironment
public EnvironmentData getEnvironment() throws ServiceException
- Specified by:
getEnvironmentin interfaceAccountingDashboardService- Throws:
ServiceException
-
getScopeData
public ScopeData getScopeData(TreeOptions treeOptions) throws ServiceException
- Specified by:
getScopeDatain interfaceAccountingDashboardService- Throws:
ServiceException
-
getReport
public ReportData getReport(RequestReportData requestReportData, TreeOptions treeOptions) throws ServiceException
- Specified by:
getReportin interfaceAccountingDashboardService- Throws:
ServiceException
-
-