Interface BVComService
- All Superinterfaces:
PaymentServiceProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTransaction
(Transaction transaction) getTransaction
(int transactionId) void
returnMoney
(Transaction transaction) searchTransactionList
(int contractId, String contractTitle, String status, PeriodWithTime period, String[] sort, Page page) void
updateTransaction
(Transaction transaction) Methods inherited from interface ru.bitel.bgbilling.common.service.PaymentServiceProvider
autopaymentDeactivate, autopaymentGet, beginAutopaymentTransaction, beginTransaction, endTransaction
-
Method Details
-
searchTransactionList
SearchResult<Transaction> searchTransactionList(int contractId, String contractTitle, String status, PeriodWithTime period, String[] sort, Page page) throws Exception - Throws:
Exception
-
getTransaction
- Throws:
Exception
-
getReturnTransactionList
- Throws:
Exception
-
addTransaction
- Throws:
Exception
-
updateTransaction
- Throws:
Exception
-
returnMoney
- Throws:
Exception
-