Interface HelpdeskParamService


public interface HelpdeskParamService
  • Method Details

    • getParams

      MapHolder<String,String> getParams(int contractId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getContractCurrentMode

      String getContractCurrentMode(int contractId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getModeList

      List<DirectoryItem> getModeList() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • setParams

      void setParams(int contractId, MapHolder<String,String> properties) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException