commissionCheck(final Long, final Long) method

Syntax

void commissionCheck ( final Long authorisationId , final Long actorId ) throws MobiliserServiceException, DataAccessException, TransactionException

Parameters

Exceptions

Usage

Perform a Commission check for the given

SubTransaction

.

Notes on transactional semantics:

This operation will run inside its own database transaction. Any failure will trigger a rollback and also if the user requests

persist=false

the changes will also be rolled back. Exception will

always

cause the

SubTransaction

and the main

Transaction

to be marked as failed in a fresh database transaction.