lumis.doui.search
Class SearchDataProvider

Package class diagram package SearchDataProvider
java.lang.Object
  extended by lumis.doui.search.SearchDataProvider
All Implemented Interfaces:
IDataProvider

public class SearchDataProvider
extends Object
implements IDataProvider

Executes a search against a Search Engine and return the results.

Since:
4.0.0

Field Summary
static String SOURCE_PARAMETER_NAME_CONTROL_QUERY
           
static String SOURCE_PARAMETER_NAME_QUERY
           
static String SOURCE_PARAMETER_NAME_SCOPE_SERVICE_INSTANCE
           
static String SOURCE_PARAMETER_NAME_STATUS
           
 
Fields inherited from interface lumis.doui.source.IDataProvider
INTERFACE_INSTANCE_PROPERTY_FIELDS, INTERFACE_INSTANCE_PROPERTY_FILTERS, INTERFACE_INSTANCE_PROPERTY_MAX_ROWS, INTERFACE_INSTANCE_PROPERTY_ORDER_BY, MAX_NUM_ORDER_BY_FIELDS
 
Constructor Summary
SearchDataProvider()
           
 
Method Summary
 void loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCE_PARAMETER_NAME_SCOPE_SERVICE_INSTANCE

public static final String SOURCE_PARAMETER_NAME_SCOPE_SERVICE_INSTANCE
See Also:
Constant Field Values

SOURCE_PARAMETER_NAME_QUERY

public static final String SOURCE_PARAMETER_NAME_QUERY
See Also:
Constant Field Values

SOURCE_PARAMETER_NAME_CONTROL_QUERY

public static final String SOURCE_PARAMETER_NAME_CONTROL_QUERY
See Also:
Constant Field Values

SOURCE_PARAMETER_NAME_STATUS

public static final String SOURCE_PARAMETER_NAME_STATUS
See Also:
Constant Field Values
Constructor Detail

SearchDataProvider

public SearchDataProvider()
                   throws PortalException
Throws:
PortalException
Method Detail

loadData

public void loadData(SessionConfig sessionConfig,
                     Source source,
                     ITransaction transaction)
              throws PortalException
Specified by:
loadData in interface IDataProvider
Throws:
PortalException


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.