public interface TransferService extends Service
PaymentService, which is
used to perform the payments.| Modifier and Type | Method and Description |
|---|---|
TransferData |
getData(TransferVO vo)
Returns details data for a transfer
|
TransferVO |
load(java.lang.Long id)
Returns a transfer by id, or throws
EntityNotFoundException if not found |
TransferVO |
loadByTransactionNumber(java.lang.String transactionNumber)
Returns a transfer by transaction number, or throws
EntityNotFoundException if not found |
SerializableInputStream |
printTransfer(java.lang.Long id)
Generates a PDF file for a transfer details
|
TransferData getData(TransferVO vo) throws FrameworkException
FrameworkExceptionTransferVO load(java.lang.Long id) throws FrameworkException
EntityNotFoundException if not foundFrameworkExceptionTransferVO loadByTransactionNumber(java.lang.String transactionNumber) throws FrameworkException
EntityNotFoundException if not foundFrameworkExceptionSerializableInputStream printTransfer(java.lang.Long id) throws FrameworkException, ReportExecutionException