Interface ContractModuleConfigService


public interface ContractModuleConfigService
  • Method Details

    • getKeyList

      List<String> getKeyList(int moduleId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
      Throws:
      ru.bitel.bgbilling.common.BGException
      ru.bitel.bgbilling.common.BGMessageException
    • searchContractModuleConfig

      SearchResult<ContractModuleConfig> searchContractModuleConfig(int moduleId, String contractTitle, String[] keys, String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
      Throws:
      ru.bitel.bgbilling.common.BGException
      ru.bitel.bgbilling.common.BGMessageException