Interface PayOnlineService
- All Superinterfaces:
 PaymentServiceProvider
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddTransactions(String transactions) voiddeleteContractRebillTransaction(int rebillTransactionId) voiddeleteTransactions(List<Integer> transactionIds) voiddoManualAutopayment(int contractId, BigDecimal sum) Ручной автоплатежgetAutopaymentCurrentMode(int contractId) Возвращает текущий режим автоплатежаgetContractRebillTransaction(int contractId) getContractTitles(List<Integer> contractIds) searchAutopaymentList(int contractId, Period period, String[] sort, Page page) Возращает историю изменения автоплатежей на договореsearchRebillTransactions(String result, PeriodWithTime period, String[] sort, Page page) searchTransactions(int contractId, String contractTitle, String transactionStatus, PeriodWithTime period, String[] sort, Page page) Methods inherited from interface ru.bitel.bgbilling.common.service.PaymentServiceProvider
autopaymentDeactivate, autopaymentGet, beginAutopaymentTransaction, beginTransaction, endTransaction 
- 
Method Details
- 
searchTransactions
SearchResult<Transaction> searchTransactions(int contractId, String contractTitle, String transactionStatus, PeriodWithTime period, String[] sort, Page page) throws Exception - Throws:
 Exception
 - 
addTransactions
- Throws:
 Exception
 - 
deleteTransactions
- Throws:
 Exception
 - 
getContractTitles
- Throws:
 Exception
 - 
getContractRebillTransaction
- Throws:
 Exception
 - 
deleteContractRebillTransaction
- Throws:
 Exception
 - 
searchRebillTransactions
SearchResult<RebillTransaction> searchRebillTransactions(String result, PeriodWithTime period, String[] sort, Page page) throws Exception - Throws:
 Exception
 - 
getAutopaymentCurrentMode
Возвращает текущий режим автоплатежа- Parameters:
 contractId- код договора- Returns:
 - Объект с параметрами текущего режима автоплатежа или null
 - Throws:
 BGExceptionException
 - 
searchAutopaymentList
SearchResult<Autopayment> searchAutopaymentList(int contractId, Period period, String[] sort, Page page) throws Exception Возращает историю изменения автоплатежей на договоре- Parameters:
 contractId-period-sort-page-- Returns:
 - Throws:
 BGExceptionException
 - 
doManualAutopayment
Ручной автоплатеж- Parameters:
 contractId-sum-- Throws:
 BGExceptionException
 
 -