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:
java.lang.AutoCloseable

public class VoiceSessionDao
extends VoiceSessionLogDao
  • Field Details

    • TABLE_VOICE_SESSION

      public static final java.lang.String TABLE_VOICE_SESSION
      See Also:
      Constant Field Values
  • Constructor Details

    • VoiceSessionDao

      public VoiceSessionDao​(java.sql.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 java.lang.AutoCloseable
      Overrides:
      close in class ru.bitel.common.dao.AbstractDao<VoiceSession>
      Throws:
      ru.bitel.bgbilling.common.BGException