Interface WebContractSearchModule

All Known Implementing Classes:
WebContractSearchModuleBase

public interface WebContractSearchModule
  • Method Details

    • init

      void init​(java.sql.Connection connection)
    • getTitle

      java.lang.String getTitle()
    • useForAccessRestore

      boolean useForAccessRestore()
    • useForPayment

      boolean useForPayment()
    • useHintSerach

      boolean useHintSerach()
    • getParameters

      java.util.List<WebContractSearchParam> getParameters()
    • getSearchTextPlaceHolder

      java.lang.String getSearchTextPlaceHolder()
    • getSearchTextComment

      java.lang.String getSearchTextComment()
    • doHintSearch

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

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