Interface PayMasterService
- All Superinterfaces:
PaymentServiceProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doManualAutopayment
(int contractId, BigDecimal sum) Ручной автоплатежgetAutopaymentCurrentMode
(int contractId) Возвращает текущий режим автоплатежаsearchAutopaymentList
(int contractId, Period period, String[] sort, Page page) Возращает историю изменения автоплатежей на договореsearchTransactionList
(int paymasterId, int contractId, String status, PeriodWithTime period, Page page) Метод получения списка транзакций с фильтромMethods inherited from interface ru.bitel.bgbilling.common.service.PaymentServiceProvider
autopaymentDeactivate, autopaymentGet, beginAutopaymentTransaction, beginTransaction, endTransaction
-
Method Details
-
searchTransactionList
SearchResult<Transaction> searchTransactionList(int paymasterId, int contractId, String status, PeriodWithTime period, Page page) throws ru.bitel.bgbilling.common.BGException Метод получения списка транзакций с фильтром- Throws:
ru.bitel.bgbilling.common.BGException
-
getAutopaymentCurrentMode
Возвращает текущий режим автоплатежа- Parameters:
contractId
- код договора- Returns:
- Объект с параметрами текущего режима автоплатежа или null
- Throws:
ru.bitel.bgbilling.common.BGException
-
doManualAutopayment
void doManualAutopayment(int contractId, BigDecimal sum) throws ru.bitel.bgbilling.common.BGException Ручной автоплатеж- Parameters:
contractId
-sum
-- Throws:
ru.bitel.bgbilling.common.BGException
-
searchAutopaymentList
SearchResult<Autopayment> searchAutopaymentList(int contractId, Period period, String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException Возращает историю изменения автоплатежей на договоре- Parameters:
contractId
-period
-sort
-page
-- Returns:
- Throws:
ru.bitel.bgbilling.common.BGException
-