Class EnazaTransactionDao
java.lang.Object
ru.bitel.bgbilling.modules.enaza.server.bean.EnazaTransactionDao
public class EnazaTransactionDao
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description EnazaTransactionDao(java.sql.Connection con, int mid)
-
Method Summary
Modifier and Type Method Description void
deleteForContract(int contractId)
EnazaTransaction
get(long orderId)
java.util.List<EnazaTransaction>
getList(int cid)
void
update(EnazaTransaction enazaTransaction)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EnazaTransactionDao
public EnazaTransactionDao(java.sql.Connection con, int mid)
-
-
Method Details
-
get
- Throws:
ru.bitel.bgbilling.common.BGException
-
update
- Throws:
ru.bitel.bgbilling.common.BGException
-
deleteForContract
public void deleteForContract(int contractId) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
getList
public java.util.List<EnazaTransaction> getList(int cid) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-