Interface WebContractSearchModule
- All Known Implementing Classes:
WebContractSearchModuleBase
public interface WebContractSearchModule
-
Method Summary
Modifier and Type Method Description java.util.List<IdTitle>
doHintSearch(java.lang.String searchText)
java.util.List<WebContractSearchResult>
doSearch(java.lang.String searchText)
java.util.List<WebContractSearchParam>
getParameters()
java.lang.String
getSearchTextComment()
java.lang.String
getSearchTextPlaceHolder()
java.lang.String
getTitle()
void
init(java.sql.Connection connection)
boolean
useForAccessRestore()
boolean
useForPayment()
boolean
useHintSerach()
-
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
-