Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.search
Interface SearchResults

All Superinterfaces:
EventListener, SelectDataModelListener
All Known Implementing Classes:
SearchResultsBean

Deprecated. use DocumentSearchActions and content views instead

@Deprecated
public interface SearchResults
extends SelectDataModelListener

Author:
George Lefter

Method Summary
 void destroy()
          Deprecated.  
 String downloadCSV()
          Deprecated.  
 PagedDocumentsProvider getProvider(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 docRef, String providerName, Boolean selection)
          Deprecated. This will be called with Seam remoting...
 String repeatSearch()
          Deprecated.  
 
Methods inherited from interface org.nuxeo.ecm.platform.ui.web.model.SelectDataModelListener
processSelectRowEvent
 

Method Detail

init

void init()
Deprecated. 
Declaration for [Seam]Create method.


destroy

void destroy()
Deprecated. 

isSortAscending

boolean isSortAscending()
                        throws ClientException
Deprecated. 
Throws:
ClientException

getSortColumn

String getSortColumn()
                     throws ClientException
Deprecated. 
Throws:
ClientException

repeatSearch

String repeatSearch()
                    throws ClientException
Deprecated. 
Throws:
ClientException

getProvider

PagedDocumentsProvider getProvider(String providerName)
                                   throws ClientException
Deprecated. 
Throws:
ClientException

getResultsSelectModel

SelectDataModel getResultsSelectModel(String providerName)
                                      throws ClientException
Deprecated. 
Throws:
ClientException

getResultsSelectModelAdvanced

SelectDataModel getResultsSelectModelAdvanced()
                                              throws ClientException
Deprecated. 
Throws:
ClientException

getResultsSelectModelNxql

SelectDataModel getResultsSelectModelNxql()
                                          throws ClientException
Deprecated. 
Throws:
ClientException

getResultsSelectModelSimple

SelectDataModel getResultsSelectModelSimple()
                                            throws ClientException
Deprecated. 
Throws:
ClientException

processSelectRow

@WebRemote
String processSelectRow(String docRef,
                                  String providerName,
                                  Boolean selection)
                        throws ClientException
Deprecated. 
This will be called with Seam remoting...

Throws:
ClientException

isSortable

boolean isSortable()
                   throws ClientException
Deprecated. 
Throws:
ClientException

downloadCSV

String downloadCSV()
                   throws ClientException
Deprecated. 
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.