Class GateTypeManager

java.lang.Object
ru.bitel.bgbilling.modules.phone.server.bean.GateTypeManager

public class GateTypeManager extends Object
  • Field Details

    • mid

      protected int mid
    • con

      protected Connection con
  • Constructor Details

    • GateTypeManager

      public GateTypeManager(Connection con, int mid)
  • Method Details

    • list

      public List<GateType> list() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • update

      public void update(GateType type) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getTypeById

      public GateType getTypeById(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • delete

      public void delete(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getTable

      public String getTable()