Class EmployeeTimereportingExportActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.timereport.impl.action.EmployeeTimereportingExportActionServiceImpl
- All Implemented Interfaces:
EmployeeTimereportingExportActionService
public class EmployeeTimereportingExportActionServiceImpl
extends Object
implements EmployeeTimereportingExportActionService
-
Constructor Summary
ConstructorDescriptionEmployeeTimereportingExportActionServiceImpl
(Context context, EntityExplorerActionSelectionService entityExplorerActionSelectionService, ExcelBuilderService excelBuilderService, DefaultDisplayService defaultDisplayService, TextResources textResources, QueryBuilderFactory queryBuilderFactory) -
Method Summary
Modifier and TypeMethodDescriptiondoExport
(EntityExplorerActionSelection selection, org.joda.time.LocalDate cutoffDate)
-
Constructor Details
-
EmployeeTimereportingExportActionServiceImpl
public EmployeeTimereportingExportActionServiceImpl(Context context, EntityExplorerActionSelectionService entityExplorerActionSelectionService, ExcelBuilderService excelBuilderService, DefaultDisplayService defaultDisplayService, TextResources textResources, QueryBuilderFactory queryBuilderFactory)
-
-
Method Details
-
doExport
public String doExport(EntityExplorerActionSelection selection, org.joda.time.LocalDate cutoffDate) throws IOException, RpcExecutionException - Specified by:
doExport
in interfaceEmployeeTimereportingExportActionService
- Throws:
IOException
RpcExecutionException
-