getMoneyTransactions(IWebContinueRequest, Long) method

Syntax

CreateMoneyTransactionResult getMoneyTransactions ( IWebContinueRequest request , Long actorId ) throws MobiliserServiceException, DataAccessException, TransactionException

Parameters

Returns

a CreateMoneyTransactionResult holding the transaction that must be continued.

Exceptions

Usage

Loads the transaction to be continued for the web-continue request.

Notes on transactional semantics:

If a business logic exception occurs, a

MobiliserServiceException

will be thrown which will trigger a rollback. Any other exception will also trigger a rollback of the database transaction.

a CreateMoneyTransactionResult holding the transaction that must be continued.