@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.
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.
|
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 void setSelectedLayoutColumns(List<String> selectedLayoutColumns)
public void resetSelectedLayoutColumns()
public SortInfo getNewSortInfo()
public Map<String,Serializable> getNewSortInfoMap()
@BypassInterceptors public void resetSearches()
@Observer(value="flush", create=false) @BypassInterceptors public void onHotReloadFlush()
Copyright © 2015 Nuxeo SA. All rights reserved.