Class AccountingService
- java.lang.Object
-
- org.gcube.portlets.user.accountingdashboard.server.accounting.AccountingService
-
public class AccountingService extends Object
- Author:
- Giancarlo Panichi
-
-
Constructor Summary
Constructors Constructor Description AccountingService(AccountingServiceType accountingServiceType, TreeOptions treeOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportDatagetReport(javax.servlet.http.HttpServletRequest httpServletRequest, RequestReportData requestReportData)ScopeDatagetTree(javax.servlet.http.HttpServletRequest httpServletRequest)
-
-
-
Constructor Detail
-
AccountingService
public AccountingService(AccountingServiceType accountingServiceType, TreeOptions treeOptions) throws ServiceException
- Throws:
ServiceException
-
-
Method Detail
-
getTree
public ScopeData getTree(javax.servlet.http.HttpServletRequest httpServletRequest) throws ServiceException
- Throws:
ServiceException
-
getReport
public ReportData getReport(javax.servlet.http.HttpServletRequest httpServletRequest, RequestReportData requestReportData) throws ServiceException
- Throws:
ServiceException
-
-