Interface AdvancePaymentBalanceActionService
- All Known Implementing Classes:
AdvancePaymentBalanceActionServiceImpl
public interface AdvancePaymentBalanceActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoidbalanceAdvancePayment(RebindValue[] rebindValues, String prepaymentPrimaryKey, String addressPrimaryKey, EntityExplorerActionSelection selection) Deprecated.getDefaultAddress(EntityExplorerActionSelection selection) Deprecated.getPrepaymentsForAddress(EntityExplorerActionSelection selection, Long pk) Deprecated.
-
Method Details
-
getDefaultAddress
@Deprecated List<Map<String,Object>> getDefaultAddress(EntityExplorerActionSelection selection) throws RpcExecutionException, PersistException Deprecated. -
getPrepaymentsForAddress
@Deprecated List<Map<String,Object>> getPrepaymentsForAddress(EntityExplorerActionSelection selection, Long pk) throws PersistException, RpcExecutionException Deprecated. -
balanceAdvancePayment
@Deprecated void balanceAdvancePayment(RebindValue[] rebindValues, String prepaymentPrimaryKey, String addressPrimaryKey, EntityExplorerActionSelection selection) throws RpcExecutionException, PersistException, UnresolvableUriException, RebindException, UriStoreException, InterruptedException, URISyntaxException Deprecated.
-