Class AccrualPostingActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.accrualexport.impl.action.AccrualPostingActionServiceImpl
- All Implemented Interfaces:
AccrualPostingActionService
@Deprecated
public class AccrualPostingActionServiceImpl
extends Object
implements AccrualPostingActionService
Deprecated.
-
Constructor Summary
ConstructorDescriptionAccrualPostingActionServiceImpl
(BusinessUnitManager businessUnitManager, TaskSchedulingService taskSchedulingService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
createExport
(EntityExplorerActionSelection selection, org.joda.time.LocalDate deadline) Deprecated.Creates an csv file with accrual postings based on the selected Orders and the given deadline date
-
Constructor Details
-
AccrualPostingActionServiceImpl
public AccrualPostingActionServiceImpl(BusinessUnitManager businessUnitManager, TaskSchedulingService taskSchedulingService) Deprecated.
-
-
Method Details
-
createExport
Deprecated.Description copied from interface:AccrualPostingActionService
Creates an csv file with accrual postings based on the selected Orders and the given deadline date- Specified by:
createExport
in interfaceAccrualPostingActionService
- Parameters:
selection
- the selected Ordersdeadline
- the given deadline
-