Uses of Class
org.nuiton.topia.framework.TopiaQuery.Op

Packages that use TopiaQuery.Op
org.nuiton.topia.framework Contains two interfaces, one TopiaContextImplementor for internal manipulations of TopiaContext and one TopiaService for topia services. 
 

Uses of TopiaQuery.Op in org.nuiton.topia.framework
 

Methods in org.nuiton.topia.framework that return TopiaQuery.Op
static TopiaQuery.Op TopiaQuery.Op.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TopiaQuery.Op[] TopiaQuery.Op.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nuiton.topia.framework with parameters of type TopiaQuery.Op
 TopiaQuery TopiaQuery.add(String paramName, TopiaQuery.Op constraint, Object paramValue)
          Deprecated. since 2.3.4, use TopiaQuery.addWhere(String, Op, Object) instead
 TopiaQuery TopiaQuery.addNullOr(String paramName, TopiaQuery.Op constraint, Object paramValue)
          Add an element to the query.
 TopiaQuery TopiaQuery.addWhere(String paramName, TopiaQuery.Op operator, Object paramValue)
          Add an element to the query.
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.