Uses of Class
org.tynamo.search.SearchFilterOperator

Packages that use SearchFilterOperator
org.tynamo.pages   
org.tynamo.search   
org.tynamo.services   
 

Uses of SearchFilterOperator in org.tynamo.pages
 

Methods in org.tynamo.pages that return SearchFilterOperator
 SearchFilterOperator PropertySearchFilterBlocks.toOperator(String value)
           
 

Uses of SearchFilterOperator in org.tynamo.search
 

Methods in org.tynamo.search that return SearchFilterOperator
 SearchFilterOperator SearchFilterPredicate.getOperator()
           
static SearchFilterOperator SearchFilterOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchFilterOperator[] SearchFilterOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.tynamo.search with parameters of type SearchFilterOperator
 void SearchFilterPredicate.setOperator(SearchFilterOperator operator)
           
 

Uses of SearchFilterOperator in org.tynamo.services
 

Methods in org.tynamo.services that return SearchFilterOperator
 SearchFilterOperator PropertySearchFilterContext.getOperatorValue()
          Returns the current value of the property being edited (the context encapsulates the object containing the property).
 

Methods in org.tynamo.services with parameters of type SearchFilterOperator
 void PropertySearchFilterContext.setOperatorValue(SearchFilterOperator value)
          Updates the value of the property being edited (the context encapsulates the object containing the property).
 



Copyright © 2004-2012. All Rights Reserved.