Interface AccrualPostingActionService
- All Known Implementing Classes:
AccrualPostingActionServiceImpl
Deprecated.
Generates a csv file with the accrual postings of the selected Orders
Uses either the accrual method that is defined on the Business_unit or the fallback method from the hivemodule.xml
-
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
-
Method Details
-
createExport
@Nullable void 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- Parameters:
selection
- the selected Ordersdeadline
- the given deadline
-