public abstract class QueryFacet extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
max
maximum topic to retrieve
|
protected String |
name
facet name
|
protected FacetSortOrder |
sort |
| Constructor and Description |
|---|
QueryFacet(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMax() |
String |
getName() |
abstract String |
getQuery(String tableSource)
retourne la requete SQL qui retourne le calcul pour cette facette
|
FacetSortOrder |
getSort() |
void |
setMax(int max) |
void |
setSort(FacetSortOrder sort) |
protected String name
protected int max
protected FacetSortOrder sort
public QueryFacet(String name)
public String getName()
public int getMax()
public void setMax(int max)
public FacetSortOrder getSort()
public void setSort(FacetSortOrder sort)
Copyright © 2017–2020 CodeLutin. All rights reserved.