public interface ISearchService
Modifier and Type | Method and Description |
---|---|
String |
getAutoCompleteUrl()
Return the AutoComplete Web Service URL
|
boolean |
isAutoComplete()
An autocomplete feature is available
|
List<CustomerResult> |
searchCustomer(String strQuery)
Search for Customers using a query string
|
List<CustomerResult> searchCustomer(String strQuery)
strQuery
- The queryboolean isAutoComplete()
String getAutoCompleteUrl()
Copyright © 2016 City of Paris. All rights reserved.