Class HostingTypeManager

java.lang.Object
ru.bitel.bgbilling.modules.hd.server.bean.HostingTypeManager

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

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

    Modifier and Type Method Description
    void deleteType​(int id)  
    HostingType getType​(int id)  
    java.util.List<HostingType> getTypeList()  
    void updateType​(HostingType type)  

    Methods inherited from class java.lang.Object

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

    • HostingTypeManager

      public HostingTypeManager​(java.sql.Connection con, int mid)
  • Method Details

    • getTypeList

      public java.util.List<HostingType> getTypeList()
    • getType

      public HostingType getType​(int id)
    • updateType

      public void updateType​(HostingType type)
    • deleteType

      public void deleteType​(int id)