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
ConstructorsConstructorDescriptionCreateVoucherActionServiceImpl(Context context, VoucherService voucherService, RebindService rebindService, EntityExplorerActionSelectionService selectionService, SecurityManager securityManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidsaveVoucher(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:
saveVoucherin interfaceCreateVoucherActionService- Throws:
PersistExceptionRpcExecutionException
-