Class CreatePrepaymentVoucherActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.finance.impl.action.prepayment.CreatePrepaymentVoucherActionServiceImpl
- All Implemented Interfaces:
CreatePrepaymentVoucherActionService
@Deprecated
public class CreatePrepaymentVoucherActionServiceImpl
extends Object
implements CreatePrepaymentVoucherActionService
Deprecated.
-
Constructor Summary
ConstructorDescriptionCreatePrepaymentVoucherActionServiceImpl
(Context context, VoucherService voucherService, DefaultDisplayService defaultDisplayService, RebindService rebindService, SecurityManager securityManager, CreateVoucherService createVoucherService, AddressService addressService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetFormValuesOnVoucherTypeChange
(Map<String, Object> values) Deprecated.void
saveVoucher
(RebindValue[] rebindValues) Deprecated.updateRelatedAddress
(String userPk) Deprecated.
-
Constructor Details
-
CreatePrepaymentVoucherActionServiceImpl
public CreatePrepaymentVoucherActionServiceImpl(Context context, VoucherService voucherService, DefaultDisplayService defaultDisplayService, RebindService rebindService, SecurityManager securityManager, CreateVoucherService createVoucherService, AddressService addressService) Deprecated.
-
-
Method Details
-
saveVoucher
Deprecated.- Specified by:
saveVoucher
in interfaceCreatePrepaymentVoucherActionService
- Throws:
PersistException
RpcExecutionException
-
updateRelatedAddress
@Nullable public @Nullable Map<String,Object> updateRelatedAddress(String userPk) throws RpcExecutionException, PersistException Deprecated.- Specified by:
updateRelatedAddress
in interfaceCreatePrepaymentVoucherActionService
- Throws:
RpcExecutionException
PersistException
-
getFormValuesOnVoucherTypeChange
public CreateVoucherService.VoucherTypeDefaultValues getFormValuesOnVoucherTypeChange(Map<String, Object> values) throws UnresolvableUriException, UriStoreException, PersistException, URISyntaxExceptionDeprecated.- Specified by:
getFormValuesOnVoucherTypeChange
in interfaceCreatePrepaymentVoucherActionService
- Throws:
UnresolvableUriException
UriStoreException
PersistException
URISyntaxException
-