Uses of Class
org.chorem.vradi.services.search.FilterList.Operator

Packages that use FilterList.Operator
org.chorem.vradi.services.managers   
org.chorem.vradi.services.search Ensemble de classes utilisée pour parser les requetes utilisateurs et éléments de filtre (date...) pour les transformer en une structure plus facile a manipuler (FilterList). 
 

Uses of FilterList.Operator in org.chorem.vradi.services.managers
 

Methods in org.chorem.vradi.services.managers with parameters of type FilterList.Operator
protected  void SearchManager.buildCompareSearch(FilterList.Operator operator, CompareFilter compareFilter, org.nuiton.wikitty.search.Search search)
          Convertit les termes simple (name:value).
 

Uses of FilterList.Operator in org.chorem.vradi.services.search
 

Fields in org.chorem.vradi.services.search declared as FilterList.Operator
protected  FilterList.Operator FilterList.operator
           
 

Methods in org.chorem.vradi.services.search that return FilterList.Operator
 FilterList.Operator FilterList.getOperator()
           
static FilterList.Operator FilterList.Operator.getOperator(org.apache.lucene.search.BooleanClause booleanClause)
          Find operator corresponding to lucene BooleanClause definition.
static FilterList.Operator FilterList.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FilterList.Operator[] FilterList.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.chorem.vradi.services.search with parameters of type FilterList.Operator
 void FilterList.setOperator(FilterList.Operator operator)
           
 

Constructors in org.chorem.vradi.services.search with parameters of type FilterList.Operator
FilterList(FilterList.Operator operator)
           
 



Copyright © 2009-2011 CodeLutin. All Rights Reserved.