public class ZoekConfiguratie extends Object implements Comparable
| Modifier and Type | Field and Description |
|---|---|
static String |
FLUSH_CACHE_PARAM |
static String |
USE_IN_VIEWER |
static String |
USE_IN_VIEWER_WEBR |
static String |
USE_IN_WEBR |
| Constructor and Description |
|---|
ZoekConfiguratie() |
ZoekConfiguratie(Integer id,
String naam,
String featureType,
Bron parentBron,
ZoekConfiguratie parentZoekConfiguratie) |
public static final String FLUSH_CACHE_PARAM
public static final String USE_IN_VIEWER_WEBR
public static final String USE_IN_VIEWER
public static final String USE_IN_WEBR
public ZoekConfiguratie()
public ZoekConfiguratie(Integer id, String naam, String featureType, Bron parentBron, ZoekConfiguratie parentZoekConfiguratie)
public String getFeatureType()
public void setFeatureType(String featureType)
featureType - the featureType to setpublic Set<ZoekAttribuut> getZoekVelden()
public void setZoekVelden(Set zoekVelden)
searchProperty - the searchProperty to setpublic Integer getId()
public void setId(Integer id)
id - the id to setpublic ZoekConfiguratie getParentZoekConfiguratie()
public void setParentZoekConfiguratie(ZoekConfiguratie parentZoekConfiguratie)
parentZoekConfiguratie - the parentZoekConfiguratie to setpublic Bron getParentBron()
public void setParentBron(Bron parentBron)
parentBron - the parentBron to setpublic String getNaam()
public void setNaam(String naam)
naam - the naam to setpublic Bron getBron()
public Set<ResultaatAttribuut> getResultaatVelden()
public void setResultaatVelden(Set resultaatVelden)
resultaatVelden - the resultaatVelden to setpublic void addZoekAttribuut(ZoekAttribuut zoekAttribuut)
public void addResultaatAttribuut(ResultaatAttribuut resultaatAttribuut)
public org.json.JSONObject toJSON()
throws org.json.JSONException
org.json.JSONExceptionpublic boolean isResultListDynamic()
public void setResultListDynamic(boolean resultListDynamic)
resultListDynamic - the resultListDynamic to setpublic static void flushCachedResultListCache()
public String getOmschrijving()
public void setOmschrijving(String omschrijving)
public String getForUsageIn()
public void setForUsageIn(String forUsageIn)
public static void setCachedResultList(ZoekConfiguratie zc, List<ZoekResultaat> resultList, String[] searchStrings, Integer maxResults)
public static List<ZoekResultaat> getCachedResultList(ZoekConfiguratie zc, String[] searchStrings, Integer maxResults)
protected static void cleanUpCache()
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2016. All rights reserved.