Class NasManager

java.lang.Object
bitel.billing.server.call.bean.NasManager

public class NasManager
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    NasManager​(java.sql.Connection con, int moduleId)  
  • Method Summary

    Modifier and Type Method Description
    NAS getNasById​(int id)  
    java.util.List<NAS> getNasList​(java.util.Calendar date)
    Загрузка списка NASов активных на определенный момент времени если date=null грузятся все NASы
    void setNasConfig​(NAS nas)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NasManager

      public NasManager​(java.sql.Connection con, int moduleId)
  • Method Details

    • getNasById

      public NAS getNasById​(int id)
    • getNasList

      public java.util.List<NAS> getNasList​(java.util.Calendar date)
      Загрузка списка NASов активных на определенный момент времени если date=null грузятся все NASы
      Parameters:
      con - Connection
      date - Calendar
      Returns:
    • setNasConfig

      public void setNasConfig​(NAS nas)