Class VoiceCommonAccountDao

java.lang.Object
ru.bitel.bgbilling.modules.voice.server.bean.VoiceCommonAccountDao

public class VoiceCommonAccountDao extends Object
  • Field Details

  • Constructor Details

    • VoiceCommonAccountDao

      public VoiceCommonAccountDao(Connection con, int moduleId)
  • Method Details

    • fillFromRS

      protected void fillFromRS(ResultSet rs, AbtractVoiceAccount account, boolean contractLoad) throws SQLException, ru.bitel.bgbilling.common.BGException
      Throws:
      SQLException
      ru.bitel.bgbilling.common.BGException
    • update

      protected void update(AbtractVoiceAccount account) throws ru.bitel.bgbilling.common.BGException, SQLException
      Throws:
      ru.bitel.bgbilling.common.BGException
      SQLException
    • delete

      protected int delete(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • delete

      protected void delete(List<Integer> ids) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException