Class EntityReportActionServiceImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.action.EntityReportActionServiceImpl
- All Implemented Interfaces:
EntityReportActionService
-
Constructor Summary
ConstructorsConstructorDescriptionEntityReportActionServiceImpl(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:
getFormInfoin interfaceEntityReportActionService- Throws:
PersistExceptionRpcExecutionExceptionNoEntityToLoadException
-