Class EnazaTransactionDao

java.lang.Object
ru.bitel.bgbilling.modules.enaza.server.bean.EnazaTransactionDao

public class EnazaTransactionDao extends Object
  • Constructor Details

    • EnazaTransactionDao

      public EnazaTransactionDao(Connection con, int mid)
  • Method Details

    • get

      public EnazaTransaction get(long orderId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • update

      public void update(EnazaTransaction enazaTransaction) throws ru.bitel.bgbilling.common.BGException
      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 List<EnazaTransaction> getList(int cid) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException