Interface AssistService
- All Superinterfaces:
PaymentServiceProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doManualAutopayment
(int contractId, BigDecimal sum) void
recurringDelete
(int contractId) void
recurringDo
(int contractId, BigDecimal sum) recurringList
(int contractId) searchAutopaymentList
(int contractId, Period period, String[] sort, Page page) searchTransactionList
(SearchParam searchParam) transactionCheck
(int contractId) transactionGet
(int id) int
transactionUpdate
(int id, BigDecimal sum, TransactionStatus status, String comment) Methods inherited from interface ru.bitel.bgbilling.common.service.PaymentServiceProvider
autopaymentDeactivate, autopaymentGet, beginAutopaymentTransaction, beginTransaction, endTransaction
-
Method Details
-
getRecurringList
- Throws:
Exception
-
searchTransactionList
- Throws:
Exception
-
transactionGet
- Throws:
Exception
-
transactionUpdate
int transactionUpdate(int id, BigDecimal sum, TransactionStatus status, String comment) throws Exception - Throws:
Exception
-
transactionCheck
- Throws:
Exception
-
recurringList
- Throws:
Exception
-
recurringDelete
- Throws:
Exception
-
recurringDo
- Throws:
Exception
-
searchAutopaymentList
SearchResult<Autopayment> searchAutopaymentList(int contractId, Period period, String[] sort, Page page) throws Exception - Throws:
Exception
-
doManualAutopayment
- Throws:
Exception
-