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
    void deleteZone​(int id)  
    Zone getZone​(int id)  
    java.util.List<Zone> getZoneList​(boolean hostOnly, boolean domainOnly)  
    void updateZone​(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

      public java.util.List<Zone> getZoneList​(boolean hostOnly, boolean domainOnly)
    • getZone

      public Zone getZone​(int id)
    • updateZone

      public void updateZone​(Zone zone)
    • deleteZone

      public void deleteZone​(int id)