Class AdvancePaymentBalanceActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.debitor.impl.action.AdvancePaymentBalanceActionServiceImpl
- All Implemented Interfaces:
AdvancePaymentBalanceActionService
public class AdvancePaymentBalanceActionServiceImpl
extends Object
implements AdvancePaymentBalanceActionService
-
Constructor Summary
ConstructorsConstructorDescriptionAdvancePaymentBalanceActionServiceImpl(EntityExplorerActionSelectionService selectionService, QueryBuilderFactory queryBuilderFactory, Context context, SecurityManager securityManager, DefaultDisplayService defaultDisplayService, RebindService rebindService, VoucherService voucherService, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidbalanceAdvancePayment(RebindValue[] rebindValues, String prepaymentPrimaryKey, String addressPrimaryKey, EntityExplorerActionSelection selection) Deprecated.getDefaultAddress(EntityExplorerActionSelection selection) Deprecated.getPrepaymentsForAddress(EntityExplorerActionSelection selection, Long addressPk) Deprecated.
-
Constructor Details
-
AdvancePaymentBalanceActionServiceImpl
public AdvancePaymentBalanceActionServiceImpl(EntityExplorerActionSelectionService selectionService, QueryBuilderFactory queryBuilderFactory, Context context, SecurityManager securityManager, DefaultDisplayService defaultDisplayService, RebindService rebindService, VoucherService voucherService, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
getDefaultAddress
@Deprecated public List<Map<String,Object>> getDefaultAddress(EntityExplorerActionSelection selection) throws RpcExecutionException, PersistException Deprecated.- Specified by:
getDefaultAddressin interfaceAdvancePaymentBalanceActionService- Throws:
RpcExecutionExceptionPersistException
-
getPrepaymentsForAddress
@Deprecated public List<Map<String,Object>> getPrepaymentsForAddress(EntityExplorerActionSelection selection, Long addressPk) throws PersistException, RpcExecutionException Deprecated.- Specified by:
getPrepaymentsForAddressin interfaceAdvancePaymentBalanceActionService- Throws:
PersistExceptionRpcExecutionException
-
balanceAdvancePayment
@Deprecated public void balanceAdvancePayment(RebindValue[] rebindValues, String prepaymentPrimaryKey, String addressPrimaryKey, EntityExplorerActionSelection selection) throws RpcExecutionException, PersistException, UnresolvableUriException, RebindException, UriStoreException, InterruptedException, URISyntaxException Deprecated.
-