Class TrayInfoTypeManager

java.lang.Object
ru.bitel.bgbilling.modules.trayinfo.server.bean.TrayInfoTypeManager

public class TrayInfoTypeManager extends Object
  • Constructor Details

    • TrayInfoTypeManager

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

    • getTrayInfoTypeById

      public ru.bitel.bgbilling.modules.trayinfo.common.TrayInfoType getTrayInfoTypeById(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getTrayInfoTypesList

      public List<ru.bitel.bgbilling.modules.trayinfo.common.TrayInfoType> getTrayInfoTypesList(Date date) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • deleteTrayInfoType

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

      public void updateTrayInfoType(ru.bitel.bgbilling.modules.trayinfo.common.TrayInfoType type) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException