public interface PaymentRequestServiceLocal extends PaymentRequestService
| Modifier and Type | Method and Description |
|---|---|
int |
cancelAll(UserAccount account)
Cancels all payment requests from or to the given account
|
void |
expire(PaymentRequest paymentRequest)
Marks the given payment request as expired and notifies the PR sender
|
PaymentRequest |
getBySmsCode(java.lang.String smsCode,
User payer)
Returns the payment request that has the given sms code and the given user as payer.
|
void |
processScheduling(PaymentRequest paymentRequest)
Inserts either the payment or scheduled payment for this payment request
|
void |
reopenFailed(PaymentRequest request)
Marks the given scheduled payment request which failed processing as open and notifies the PR receiver
|
accept, cancel, deny, exportPaymentRequestsToCSV, getData, getRequestData, getRequestPaymentPayerData, getRequestPaymentTypeData, getSearchOverviewData, previewAccept, reschedule, search, searchOverview, sendint cancelAll(UserAccount account)
void expire(PaymentRequest paymentRequest)
PaymentRequest getBySmsCode(java.lang.String smsCode, User payer)
void processScheduling(PaymentRequest paymentRequest)
void reopenFailed(PaymentRequest request)