Interface RuRuPayService
- All Superinterfaces:
 PaymentServiceProvider
- 
Method Summary
Modifier and TypeMethodDescriptiongetPaymentLog(Period period, Page page, int contractId, int statusmask) Возвращает платежи для периода (опционально), постранично и с фильтром по договору (опционально).searchTransactionList(int contractId, String contractTitle, String statusCode, PeriodWithTime period, String[] sort, Page page) Methods inherited from interface ru.bitel.bgbilling.common.service.PaymentServiceProvider
autopaymentDeactivate, autopaymentGet, beginAutopaymentTransaction, beginTransaction, endTransaction 
- 
Method Details
- 
getPaymentLog
Result<Transaction> getPaymentLog(Period period, Page page, int contractId, int statusmask) throws ru.bitel.bgbilling.common.BGException Возвращает платежи для периода (опционально), постранично и с фильтром по договору (опционально). Фильтр по маске статуса.- Parameters:
 statusmask- маска статусов которые надо выбрать.- Returns:
 - Result с заполненным list и page
 - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
searchTransactionList
SearchResult<Transaction> searchTransactionList(int contractId, String contractTitle, String statusCode, PeriodWithTime period, String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 
 -