@Name(value="criteriaListHelper") @Scope(value=SESSION) @Install(precedence=31) public class CriteriaListBeanHelper extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CriteriaListBeanHelper.DocType |
static class |
CriteriaListBeanHelper.Order |
static class |
CriteriaListBeanHelper.SearchArea |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPLEX_PROPERTY_SEPARATOR |
protected org.nuxeo.ecm.platform.ui.web.api.NavigationContext |
navigationContext |
static int |
NB_REQUEST_RESULTS |
static int |
NB_REQUEST_RESULTS_PER_PAGE |
protected String |
newKeyWord |
| Constructor and Description |
|---|
CriteriaListBeanHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
addKeyWord(String xpath,
int index) |
CriteriaListBeanHelper.DocType[] |
getDocTypes() |
String |
getKeyWordsProperty(String xpath,
int index) |
String |
getKeyWordXPath() |
String |
getNewKeyWord() |
CriteriaListBeanHelper.Order[] |
getOrders() |
CriteriaListBeanHelper.SearchArea[] |
getSearchAreas() |
void |
removeKeyWord(String xpath,
int index) |
void |
setNewKeyWord(String newKeyWord) |
public static final int NB_REQUEST_RESULTS
public static final int NB_REQUEST_RESULTS_PER_PAGE
public static final String COMPLEX_PROPERTY_SEPARATOR
@In(create=true) protected org.nuxeo.ecm.platform.ui.web.api.NavigationContext navigationContext
protected String newKeyWord
public String getNewKeyWord()
public void setNewKeyWord(String newKeyWord)
public CriteriaListBeanHelper.DocType[] getDocTypes()
public CriteriaListBeanHelper.Order[] getOrders()
public CriteriaListBeanHelper.SearchArea[] getSearchAreas()
public String getKeyWordXPath()
public void addKeyWord(String xpath, int index)
public void removeKeyWord(String xpath, int index)
Copyright © 2018. All rights reserved.