com.raritantechnologies.searchApp.query.filters
Class QueryFieldFormatterFilter

java.lang.Object
  extended bycom.raritantechnologies.searchApp.query.filters.QueryFieldFormatterFilter
All Implemented Interfaces:
IConfigurable, IQueryResultSetFilter

public class QueryFieldFormatterFilter
extends java.lang.Object
implements IQueryResultSetFilter

Applies one or more IFieldFormatter operations to the metadata in each query.


Constructor Summary
QueryFieldFormatterFilter()
           
 
Method Summary
 QueryResultBeanSet filterQueries(QueryResultBeanSet theSet)
          Filters a QueryResultBeanSet object.
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryFieldFormatterFilter

public QueryFieldFormatterFilter()
Method Detail

filterQueries

public QueryResultBeanSet filterQueries(QueryResultBeanSet theSet)
Description copied from interface: IQueryResultSetFilter
Filters a QueryResultBeanSet object. Returns a filtered verion of the QueryResultBeanSet.

Specified by:
filterQueries in interface IQueryResultSetFilter

initialize

public void initialize(org.w3c.dom.Element elem)
Description copied from interface: IConfigurable
Initializes the object from an XML tag or element. This method is called by the Framework as part of the application initializtion. see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory. Configurable objects that are owned or contained by other configurable objects will be initialized in by the parent object.

Specified by:
initialize in interface IConfigurable