Uses of Class
to.etc.webapp.query.QSelectionFunction

Packages that use QSelectionFunction
to.etc.webapp.query   
 

Uses of QSelectionFunction in to.etc.webapp.query
 

Methods in to.etc.webapp.query that return QSelectionFunction
 QSelectionFunction QSelectionItem.getFunction()
          Get the function applied to this selection item.
static QSelectionFunction QSelectionFunction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QSelectionFunction[] QSelectionFunction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in to.etc.webapp.query with parameters of type QSelectionFunction
 void QSelection.addPropertySelection(QSelectionFunction f, java.lang.String prop, java.lang.String alias)
          Add a simple property selector to the list.
protected  void QCriteriaQueryBase.addPropertySelection(QSelectionFunction f, java.lang.String prop, java.lang.String alias)
          Add a simple property selector to the list.
 

Constructors in to.etc.webapp.query with parameters of type QSelectionFunction
QMultiSelection(QSelectionFunction function, java.util.Collection<QSelectionItem> list)
           
QMultiSelection(QSelectionFunction function, QSelectionItem[] itemList)
           
QPropertySelection(QSelectionFunction function, java.lang.String property)
          Create a selection using the specified function applied to the specified property.
QSelectionItem(QSelectionFunction function)