Class EntityReportActionServiceImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.action.EntityReportActionServiceImpl
- All Implemented Interfaces:
EntityReportActionService
-
Constructor Summary
ConstructorDescriptionEntityReportActionServiceImpl
(EntityExplorerActionSelectionService explorerActionSelectionService, EntityReportService entityReportService) -
Method Summary
Modifier and TypeMethodDescriptiongetFormInfo
(EntityExplorerActionSelection selection, String pathToReports)
-
Constructor Details
-
EntityReportActionServiceImpl
public EntityReportActionServiceImpl(EntityExplorerActionSelectionService explorerActionSelectionService, EntityReportService entityReportService)
-
-
Method Details
-
getFormInfo
public List<EntityReportService.Report> getFormInfo(EntityExplorerActionSelection selection, String pathToReports) throws PersistException, RpcExecutionException, NoEntityToLoadException - Specified by:
getFormInfo
in interfaceEntityReportActionService
- Throws:
PersistException
RpcExecutionException
NoEntityToLoadException
-