DocumentSearchActions
and content views instead@Deprecated @Name(value="searchResults") @Scope(value=CONVERSATION) public class SearchResultsBean extends InputController implements SearchResults, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
SEARCH_DOCUMENT_LIST
Deprecated.
|
Constructor and Description |
---|
SearchResultsBean()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Deprecated.
|
String |
downloadCSV()
Deprecated.
|
PagedDocumentsProvider |
getProvider()
Deprecated.
|
PagedDocumentsProvider |
getProvider(String providerName)
Deprecated.
Has the effect of setting the
providerName field. |
List<DocumentModel> |
getResultDocuments(String providerName)
Deprecated.
|
SelectDataModel |
getResultsSelectModel(String providerName)
Deprecated.
|
SelectDataModel |
getResultsSelectModelAdvanced()
Deprecated.
|
SelectDataModel |
getResultsSelectModelNxql()
Deprecated.
|
SelectDataModel |
getResultsSelectModelSimple()
Deprecated.
|
String |
getSortColumn()
Deprecated.
|
void |
init()
Deprecated.
Declaration for [Seam]Create method.
|
boolean |
isSortable()
Deprecated.
|
boolean |
isSortAscending()
Deprecated.
|
String |
processSelectRow(String selectedDocRef,
String providerName,
Boolean selection)
Deprecated.
This will be called with Seam remoting...
|
void |
processSelectRowEvent(SelectDataModelRowEvent event)
Deprecated.
|
void |
refreshSelectModels()
Deprecated.
|
String |
repeatSearch()
Deprecated.
|
void |
reset()
Deprecated.
|
computeOutcome, getAdministrator, logDocumentWithName, logDocumentWithTitle, removeDocumentFromList
public static final String SEARCH_DOCUMENT_LIST
public void reset()
public void init()
SearchResults
init
in interface SearchResults
public void destroy()
destroy
in interface SearchResults
public String repeatSearch() throws ClientException
repeatSearch
in interface SearchResults
ClientException
public PagedDocumentsProvider getProvider() throws ClientException
ClientException
public PagedDocumentsProvider getProvider(String providerName) throws ClientException
providerName
field.getProvider
in interface SearchResults
ClientException
public String getSortColumn() throws ClientException
getSortColumn
in interface SearchResults
ClientException
public boolean isSortAscending() throws ClientException
isSortAscending
in interface SearchResults
ClientException
public List<DocumentModel> getResultDocuments(String providerName) throws ClientException
ClientException
@Factory(value="searchSelectModel_advanced", scope=EVENT) public SelectDataModel getResultsSelectModelAdvanced() throws ClientException
getResultsSelectModelAdvanced
in interface SearchResults
ClientException
@Factory(value="searchSelectModel_nxql", scope=EVENT) public SelectDataModel getResultsSelectModelNxql() throws ClientException
getResultsSelectModelNxql
in interface SearchResults
ClientException
@Factory(value="searchSelectModel_simple", scope=EVENT) public SelectDataModel getResultsSelectModelSimple() throws ClientException
getResultsSelectModelSimple
in interface SearchResults
ClientException
@Observer(value="documentChildrenChanged", create=false) @BypassInterceptors public void refreshSelectModels()
public SelectDataModel getResultsSelectModel(String providerName) throws ClientException
getResultsSelectModel
in interface SearchResults
ClientException
@WebRemote public String processSelectRow(String selectedDocRef, String providerName, Boolean selection) throws ClientException
SearchResults
processSelectRow
in interface SearchResults
ClientException
public void processSelectRowEvent(SelectDataModelRowEvent event)
processSelectRowEvent
in interface SelectDataModelListener
public boolean isSortable() throws ClientException
isSortable
in interface SearchResults
ClientException
public String downloadCSV() throws ClientException
downloadCSV
in interface SearchResults
ClientException
Copyright © 2011 Nuxeo SA. All Rights Reserved.