Class CreateVoucherActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.finance.impl.action.voucher.CreateVoucherActionServiceImpl
- All Implemented Interfaces:
CreateVoucherActionService
@Deprecated
public class CreateVoucherActionServiceImpl
extends Object
implements CreateVoucherActionService
Deprecated.
-
Constructor Summary
ConstructorDescriptionCreateVoucherActionServiceImpl
(Context context, VoucherService voucherService, RebindService rebindService, EntityExplorerActionSelectionService selectionService, SecurityManager securityManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
saveVoucher
(EntityExplorerActionSelection selection, RebindValue[] rebindValues, String relationToPaymentSource) Deprecated.
-
Constructor Details
-
CreateVoucherActionServiceImpl
public CreateVoucherActionServiceImpl(Context context, VoucherService voucherService, RebindService rebindService, EntityExplorerActionSelectionService selectionService, SecurityManager securityManager) Deprecated.
-
-
Method Details
-
saveVoucher
public void saveVoucher(EntityExplorerActionSelection selection, RebindValue[] rebindValues, String relationToPaymentSource) throws PersistException, RpcExecutionException Deprecated.- Specified by:
saveVoucher
in interfaceCreateVoucherActionService
- Throws:
PersistException
RpcExecutionException
-