Interface WebContractSearchModule

All Known Implementing Classes:
WebContractSearchModuleBase

public interface WebContractSearchModule
  • Method Details

    • init

      void init(Connection connection)
    • getTitle

      String getTitle()
    • useForAccessRestore

      boolean useForAccessRestore()
    • useForPayment

      boolean useForPayment()
    • useHintSerach

      boolean useHintSerach()
    • getParameters

      List<WebContractSearchParam> getParameters()
    • getSearchTextPlaceHolder

      String getSearchTextPlaceHolder()
    • getSearchTextComment

      String getSearchTextComment()
    • doHintSearch

      List<IdTitle> doHintSearch(String searchText) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • doSearch

      List<WebContractSearchResult> doSearch(String searchText) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException