public class MokeSearchService extends Object implements ISearchService
Constructor and Description |
---|
MokeSearchService() |
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
|
public List<CustomerResult> searchCustomer(String strQuery)
searchCustomer
in interface ISearchService
strQuery
- The querypublic boolean isAutoComplete()
isAutoComplete
in interface ISearchService
public String getAutoCompleteUrl()
getAutoCompleteUrl
in interface ISearchService
Copyright © 2016 City of Paris. All rights reserved.