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