public class EnazaBalanceManager
extends java.lang.Object
Constructor and Description |
---|
EnazaBalanceManager(java.sql.Connection con,
int mid) |
Modifier and Type | Method and Description |
---|---|
EnazaTransaction |
chargeTransaction2(EnazaTransaction transaction)
Проводка транзакции.
|
EnazaTransaction |
chargeTransaction3(EnazaTransaction transaction,
Contract contract)
Deprecated.
|
EnazaTransaction |
chargeTransaction3(EnazaTransaction transaction,
Contract contract)
Проводка транзакции.
|
EnazaTransaction |
checkTransaction(EnazaTransaction transaction)
Проверяет наличие транзакции с тем же order id и возвращает её, если такая есть.
|
EnazaTransaction |
checkTransaction(java.lang.Long orderId)
Проверяет наличие транзакции с таким orderId
|
public EnazaTransaction checkTransaction(java.lang.Long orderId) throws ru.bitel.bgbilling.common.BGException
orderId
- ru.bitel.bgbilling.common.BGException
public EnazaTransaction checkTransaction(EnazaTransaction transaction) throws ru.bitel.bgbilling.common.BGException
transaction
- ru.bitel.bgbilling.common.BGException
public EnazaTransaction chargeTransaction2(EnazaTransaction transaction) throws ru.bitel.bgbilling.common.BGException
transaction
- ru.bitel.bgbilling.common.BGException
@Deprecated public EnazaTransaction chargeTransaction3(EnazaTransaction transaction, Contract contract) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public EnazaTransaction chargeTransaction3(EnazaTransaction transaction, Contract contract) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException