com.jalios.jcms.mail
Class MailThreadQueryFilter

java.lang.Object
  extended by com.jalios.jcms.QueryFilter
      extended by com.jalios.jcms.mail.MailThreadQueryFilter
All Implemented Interfaces:
PluginComponent, Comparable

public class MailThreadQueryFilter
extends QueryFilter


Field Summary
static String MAIL_THREAD_PARAM
           
 
Fields inherited from class com.jalios.jcms.QueryFilter
BACKOFFICE_SEARCH, FRONTOFFICE_SEARCH, order, PORTLET_QUERY, REVISION
 
Constructor Summary
MailThreadQueryFilter()
           
 
Method Summary
 QueryResultSet filterResultSet(QueryHandler qh, QueryResultSet set, Map context)
          This method should be overriden to filter the result set
 boolean getSearchDefault()
          This method may overriden if this QueryFilter is selectable from the search user interface.
protected  QueryResultSet threadResultSet(QueryResultSet set)
           
 
Methods inherited from class com.jalios.jcms.QueryFilter
compareTo, equals, filterQueryHandler, getSearchDescription, getSearchLabel, getSearchParam, init, isBackOfficeSearch, isFrontOfficeSearch, isPortletQuery
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIL_THREAD_PARAM

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

MailThreadQueryFilter

public MailThreadQueryFilter()
Method Detail

filterResultSet

public QueryResultSet filterResultSet(QueryHandler qh,
                                      QueryResultSet set,
                                      Map context)
Description copied from class: QueryFilter
This method should be overriden to filter the result set

Overrides:
filterResultSet in class QueryFilter
Parameters:
qh - the QueryHandler
set - the result set
context - the context. Can be used to exchange data between custom QueryFilters.
Returns:
the (filtered) result set

getSearchDefault

public boolean getSearchDefault()
Description copied from class: QueryFilter
This method may overriden if this QueryFilter is selectable from the search user interface.

Overrides:
getSearchDefault in class QueryFilter
Returns:
true if the query filter must be selected by default, false otherwise

threadResultSet

protected QueryResultSet threadResultSet(QueryResultSet set)


Copyright © 2001-2010 Jalios SA. All Rights Reserved.