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