Class ContractPluginConfigDao

java.lang.Object
ru.bitel.common.dao.AbstarctDaoConstant
ru.bitel.bgbilling.kernel.contract.config.server.bean.AbstractContractConfig
ru.bitel.bgbilling.kernel.contract.config.server.bean.ContractPluginConfigDao
All Implemented Interfaces:
AutoCloseable

public class ContractPluginConfigDao extends AbstractContractConfig
  • Constructor Details

    • ContractPluginConfigDao

      public ContractPluginConfigDao(Connection con, int pluginId)
  • Method Details

    • get

      public String get(int contractId, String key) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • get

      public String get(int contractId, String key, String defaultValue) throws ru.bitel.bgbilling.common.BGException
      Overrides:
      get in class AbstractContractConfig
      Throws:
      ru.bitel.bgbilling.common.BGException
    • get

      public String get(int contractId, int pluginId, String key) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • get

      public String get(int contractId, int pluginId, String key, String defaultValue) throws ru.bitel.bgbilling.common.BGException
      Overrides:
      get in class AbstractContractConfig
      Throws:
      ru.bitel.bgbilling.common.BGException
    • update

      public void update(int contractId, String key, String value) throws ru.bitel.bgbilling.common.BGException
      Overrides:
      update in class AbstractContractConfig
      Throws:
      ru.bitel.bgbilling.common.BGException
    • update

      public void update(int contractId, int pluginId, String key, String value) throws ru.bitel.bgbilling.common.BGException
      Overrides:
      update in class AbstractContractConfig
      Throws:
      ru.bitel.bgbilling.common.BGException
    • delete

      public void delete(int contractId, String key) throws ru.bitel.bgbilling.common.BGException
      Overrides:
      delete in class AbstractContractConfig
      Throws:
      ru.bitel.bgbilling.common.BGException
    • delete

      public void delete(int contractId, int pluginId, String key) throws ru.bitel.bgbilling.common.BGException
      Overrides:
      delete in class AbstractContractConfig
      Throws:
      ru.bitel.bgbilling.common.BGException