Interface ContractModuleConfigService


public interface ContractModuleConfigService
  • Method Details

    • getKeyList

      java.util.List<java.lang.String> getKeyList​(int moduleId) throws java.lang.Exception, ru.bitel.bgbilling.common.BGException
      Throws:
      java.lang.Exception
      ru.bitel.bgbilling.common.BGException
    • searchContractModuleConfig

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