Package bitel.billing.server.call.bean
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
-
getNasList
Загрузка списка NASов активных на определенный момент времени если date=null грузятся все NASы- Parameters:
con
- Connectiondate
- Calendar- Returns:
-
setNasConfig
-