Interface CardService
@MTOM(enabled=true,
threshold=10000)
public interface CardService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcardActivateForPayment(int contractId, String number, String pin) Активация карты для пополнения баланса.dealerList(int type) paymentList(Set<Integer> dealerIds, Date dateFrom, Date dateTo, int type, String trans, String contract, long contractGroups, List<FilterEntityAttr> contractFilter, Page page) ru.bitel.bgbilling.common.dto.FileDtopaymentListExport(Set<Integer> dealerIds, Date dateFrom, Date dateTo, int type, String trans, String contract, long contractGroups, List<FilterEntityAttr> contractFilter, Page page)
-
Method Details
-
paymentList
Result<DealerPayment> paymentList(Set<Integer> dealerIds, Date dateFrom, Date dateTo, int type, String trans, String contract, long contractGroups, List<FilterEntityAttr> contractFilter, Page page) throws Exception - Throws:
Exception
-
paymentListExport
ru.bitel.bgbilling.common.dto.FileDto paymentListExport(Set<Integer> dealerIds, Date dateFrom, Date dateTo, int type, String trans, String contract, long contractGroups, List<FilterEntityAttr> contractFilter, Page page) throws Exception - Throws:
Exception
-
dealerList
- Throws:
Exception
-
cardActivateForPayment
Активация карты для пополнения баланса.- Parameters:
contractId- ID договора, для которого активируется карта.number- номер карты.pin- пароль (PIN-код) карты.
-