Class VoiceSessionDao

java.lang.Object
ru.bitel.common.dao.AbstarctDaoConstant
ru.bitel.common.dao.AbstractDao<VoiceSession>
ru.bitel.bgbilling.modules.voice.server.bean.VoiceSessionLogDao
ru.bitel.bgbilling.modules.voice.server.bean.VoiceSessionDao
All Implemented Interfaces:
AutoCloseable

public class VoiceSessionDao extends VoiceSessionLogDao
  • Field Details

  • Constructor Details

    • VoiceSessionDao

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

    • insertSession

      public void insertSession(VoiceSession session) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateSession

      public void updateSession(VoiceSession session) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • close

      public void close() throws ru.bitel.bgbilling.common.BGException
      Specified by:
      close in interface AutoCloseable
      Overrides:
      close in class ru.bitel.common.dao.AbstractDao<VoiceSession>
      Throws:
      ru.bitel.bgbilling.common.BGException