public class Zoeker extends Object
| Constructor and Description |
|---|
Zoeker() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containsResult(List<ZoekResultaat> zoekResultaten,
ZoekResultaat p) |
static org.geotools.data.DataStore |
getDataStore(Bron b)
Maakt een datastore dmv de bron
|
ZoekConfiguratie |
getZoekConfiguratie(Integer id) |
static List |
getZoekConfiguraties() |
protected ZoekResultaat |
resultaatInVraag(ZoekConfiguratie zc,
String[] searchStrings) |
List<ZoekResultaat> |
zoek(Integer[] zoekConfiguratieIds,
String[] searchStrings,
Integer maxResults) |
List<ZoekResultaat> |
zoekMetConfiguratie(ZoekConfiguratie zc,
String[] searchStrings,
Integer maxResults,
List<ZoekResultaat> results) |
List<ZoekResultaat> |
zoekMetConfiguratie(ZoekConfiguratie zc,
String[] searchStrings,
Integer maxResults,
List<ZoekResultaat> results,
boolean usePagination,
int startIndex,
int limit) |
List<ZoekResultaat> |
zoekMetConfiguratie(ZoekConfiguratie zc,
String[] searchStrings,
Integer maxResults,
List<ZoekResultaat> results,
boolean usePagination,
int startIndex,
int limit,
A11YResult currentA11YResult)
Zoek moet configuratie (search Strings moet gelijk zijn aan aantal
zoekvelden in de ZoekConfiguratie:
|
public List<ZoekResultaat> zoek(Integer[] zoekConfiguratieIds, String[] searchStrings, Integer maxResults)
protected ZoekResultaat resultaatInVraag(ZoekConfiguratie zc, String[] searchStrings)
public List<ZoekResultaat> zoekMetConfiguratie(ZoekConfiguratie zc, String[] searchStrings, Integer maxResults, List<ZoekResultaat> results)
public List<ZoekResultaat> zoekMetConfiguratie(ZoekConfiguratie zc, String[] searchStrings, Integer maxResults, List<ZoekResultaat> results, boolean usePagination, int startIndex, int limit)
public List<ZoekResultaat> zoekMetConfiguratie(ZoekConfiguratie zc, String[] searchStrings, Integer maxResults, List<ZoekResultaat> results, boolean usePagination, int startIndex, int limit, A11YResult currentA11YResult)
zc: - ZoekConfiguratie waarmee gezocht moet wordensearchStrings - Een array van gezochte waarden. (moet gelijk zijn
aan het aantal geconfigureerde zoekvelden en ook in die volgorde staan)maxResults: - Het maximaal aantal resultaten dat getoond moeten
worden.results: - De al gevonden resultaten (de nieuwe resultaten worden
hier aan toegevoegd.public static List getZoekConfiguraties()
protected boolean containsResult(List<ZoekResultaat> zoekResultaten, ZoekResultaat p)
public static org.geotools.data.DataStore getDataStore(Bron b) throws IOException, Exception
b - de BronIOExceptionExceptionpublic ZoekConfiguratie getZoekConfiguratie(Integer id)
Copyright © 2016. All rights reserved.