public class EnazaTransactionDao
extends java.lang.Object
Constructor and Description |
---|
EnazaTransactionDao(java.sql.Connection con,
int mid) |
Modifier and Type | Method and Description |
---|---|
void |
deleteForContract(int contractId) |
EnazaTransaction |
get(long orderId) |
java.util.List<EnazaTransaction> |
getList(int cid) |
void |
update(EnazaTransaction enazaTransaction) |
public EnazaTransaction get(long orderId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void update(EnazaTransaction enazaTransaction) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void deleteForContract(int contractId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<EnazaTransaction> getList(int cid) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException