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
ConstructorsConstructorDescriptionCreatePrepaymentVoucherActionServiceImpl(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.voidsaveVoucher(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:
saveVoucherin interfaceCreatePrepaymentVoucherActionService- Throws:
PersistExceptionRpcExecutionException
-
updateRelatedAddress
@Nullable public @Nullable Map<String,Object> updateRelatedAddress(String userPk) throws RpcExecutionException, PersistException Deprecated.- Specified by:
updateRelatedAddressin interfaceCreatePrepaymentVoucherActionService- Throws:
RpcExecutionExceptionPersistException
-
getFormValuesOnVoucherTypeChange
public CreateVoucherService.VoucherTypeDefaultValues getFormValuesOnVoucherTypeChange(Map<String, Object> values) throws UnresolvableUriException, UriStoreException, PersistException, URISyntaxExceptionDeprecated.- Specified by:
getFormValuesOnVoucherTypeChangein interfaceCreatePrepaymentVoucherActionService- Throws:
UnresolvableUriExceptionUriStoreExceptionPersistExceptionURISyntaxException
-