@Deprecated @Name(value="documentSearchActions") @Scope(value=CONVERSATION) public class DocumentSearchActions extends Object implements Serializable
Search parameters are referenced in the content views used on search form and result pages.
Modifier and Type | Field and Description |
---|---|
protected String |
nxqlQuery
Deprecated.
|
protected List<SortInfo> |
searchSortInfos
Deprecated.
|
protected List<String> |
selectedLayoutColumns
Deprecated.
|
protected String |
simpleSearchKeywords
Deprecated.
Query parameter string used to perform full text search on all documents
|
Constructor and Description |
---|
DocumentSearchActions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SortInfo |
getNewSortInfo()
Deprecated.
|
Map<String,Serializable> |
getNewSortInfoMap()
Deprecated.
|
String |
getNxqlQuery()
Deprecated.
|
List<SortInfo> |
getSearchSortInfos()
Deprecated.
|
List<String> |
getSelectedLayoutColumns()
Deprecated.
|
String |
getSimpleSearchKeywords()
Deprecated.
|
void |
onHotReloadFlush()
Deprecated.
Resets cached selected columns/sort infos on hot reload when dev mode is set.
|
void |
resetSearches()
Deprecated.
|
void |
resetSelectedLayoutColumns()
Deprecated.
|
void |
setNxqlQuery(String nxqlQuery)
Deprecated.
|
void |
setSearchSortInfos(List<SortInfo> searchSortInfos)
Deprecated.
|
void |
setSelectedLayoutColumns(List<String> selectedLayoutColumns)
Deprecated.
|
void |
setSimpleSearchKeywords(String simpleSearchKeywords)
Deprecated.
|
void |
validateSimpleSearchKeywords(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value)
Deprecated.
|
protected String simpleSearchKeywords
protected List<String> selectedLayoutColumns
protected List<SortInfo> searchSortInfos
public DocumentSearchActions()
public String getSimpleSearchKeywords()
public void setSimpleSearchKeywords(String simpleSearchKeywords)
public void validateSimpleSearchKeywords(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
public String getNxqlQuery()
public void setNxqlQuery(String nxqlQuery)
public List<String> getSelectedLayoutColumns()
public void setSelectedLayoutColumns(List<String> selectedLayoutColumns)
public void resetSelectedLayoutColumns()
public List<SortInfo> getSearchSortInfos()
public void setSearchSortInfos(List<SortInfo> searchSortInfos)
public SortInfo getNewSortInfo()
public Map<String,Serializable> getNewSortInfoMap()
@BypassInterceptors public void resetSearches()
@Observer(value="flush", create=false) @BypassInterceptors public void onHotReloadFlush()
Copyright © 2019 Nuxeo. All rights reserved.