Class ZoneManager
java.lang.Object
ru.bitel.bgbilling.modules.hd.server.bean.ZoneManager
public class ZoneManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ZoneManager(java.sql.Connection con, int mid) -
Method Summary
Modifier and Type Method Description voiddeleteZone(int id)ZonegetZone(int id)java.util.List<Zone>getZoneList(boolean hostOnly, boolean domainOnly)voidupdateZone(Zone zone)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ZoneManager
public ZoneManager(java.sql.Connection con, int mid)
-
-
Method Details
-
getZoneList
-
getZone
-
updateZone
-
deleteZone
public void deleteZone(int id)
-