Interface WebContractSearchModule
- All Known Implementing Classes:
 WebContractSearchModuleBase
public interface WebContractSearchModule
- 
Method Summary
Modifier and TypeMethodDescriptiondoHintSearch(String searchText) getTitle()voidinit(Connection connection) booleanbooleanboolean 
- 
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
 
 -