Class NumberPoolManager
java.lang.Object
ru.bitel.bgbilling.modules.phone.server.bean.NumberPoolManager
public class NumberPoolManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description NumberPoolManager(java.sql.Connection con, int mid) -
Method Summary
Modifier and Type Method Description voiddeleteNumberPool(int id)voiddeleteNumberPoolEntry(int id)java.util.List<NumberPool>getNumberPoolList()voidupdateNumberPool(NumberPool pool)voidupdateNumberPoolEntry(NumberPool.NumberPoolEntry item)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NumberPoolManager
public NumberPoolManager(java.sql.Connection con, int mid)
-
-
Method Details
-
updateNumberPool
-
deleteNumberPool
public void deleteNumberPool(int id) -
updateNumberPoolEntry
-
deleteNumberPoolEntry
public void deleteNumberPoolEntry(int id) -
getNumberPoolList
-