Interface WebContractSearchModule
- All Known Implementing Classes:
WebContractSearchModuleBase
public interface WebContractSearchModule
-
Method Summary
Modifier and TypeMethodDescriptiondoHintSearch
(String searchText) getTitle()
void
init
(Connection connection) boolean
boolean
boolean
-
Method Details
-
init
-
getTitle
String getTitle() -
useForAccessRestore
boolean useForAccessRestore() -
useForPayment
boolean useForPayment() -
useHintSerach
boolean useHintSerach() -
getParameters
List<WebContractSearchParam> getParameters() -
getSearchTextPlaceHolder
String getSearchTextPlaceHolder() -
getSearchTextComment
String getSearchTextComment() -
doHintSearch
- Throws:
ru.bitel.bgbilling.common.BGException
-
doSearch
List<WebContractSearchResult> doSearch(String searchText) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-