public interface TransactionFeedbackServiceLocal extends TransactionFeedbackService, CRUDServiceLocal<TransactionFeedback,TransactionFeedbackDTO,TransactionFeedbackData,java.lang.Long>
| Modifier and Type | Method and Description |
|---|---|
void |
cancelAll(UserAccount account)
Cancels all pending feedback for the given account
|
TransactionFeedback |
createExpiredFeedback(BasePayment transaction)
Create a default
TransactionFeedback, when the time to provide a feedback has expired |
boolean |
hasTransactionFeedbacks(User user)
Returns if the given user has given or received feedback
|
void |
notifyTransactionFeedback(PaymentTransferType type)
Notifies a transaction feedback in case transfer type has feedback enabled and configured to be sent after
payment is done
|
comment, getSearchData, getStatistics, getTransactionFeedback, listIgnoredUsers, markAsIgnored, reply, search, searchTransactionsAwaitingFeedbackfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, savevoid cancelAll(UserAccount account)
TransactionFeedback createExpiredFeedback(BasePayment transaction)
TransactionFeedback, when the time to provide a feedback has expiredboolean hasTransactionFeedbacks(User user)
void notifyTransactionFeedback(PaymentTransferType type)