Class CancelOrderActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.debitor.impl.action.CancelOrderActionServiceImpl
- All Implemented Interfaces:
CancelOrderActionService
-
Constructor Summary
ConstructorDescriptionCancelOrderActionServiceImpl
(OrderCancellingService orderCancellingService, EntityExplorerActionSelectionService selectionService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancelOrders
(EntityExplorerActionSelection selection, String comment, @Nullable org.joda.time.LocalDate manualDate)
-
Constructor Details
-
CancelOrderActionServiceImpl
public CancelOrderActionServiceImpl(OrderCancellingService orderCancellingService, EntityExplorerActionSelectionService selectionService)
-
-
Method Details
-
cancelOrders
public void cancelOrders(EntityExplorerActionSelection selection, String comment, @Nullable @Nullable org.joda.time.LocalDate manualDate) throws RpcExecutionException, PersistException, InterruptedException - Specified by:
cancelOrders
in interfaceCancelOrderActionService
- Throws:
RpcExecutionException
PersistException
InterruptedException
-