java.lang.Object
ru.bitel.bgbilling.kernel.contract.object.server.bean.ParamManager

public class ParamManager extends Object
  • Constructor Details

    • ParamManager

      public ParamManager(Connection con)
  • Method Details

    • getParamList

      public List<ObjectParam> getParamList() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getParamList

      public List<ObjectParam> getParamList(int typeId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getParamMap

      public Map<Integer,ObjectParam> getParamMap() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateParam

      public void updateParam(ObjectParam value)
    • deleteParam

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

      public ObjectParam getParameter(int parameterId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException