Uses of Class
com.taggercat.model.AutoFilterWhereClause

Packages that use AutoFilterWhereClause
com.taggercat.model The model layer of Tagger Cat's web framework 
 

Uses of AutoFilterWhereClause in com.taggercat.model
 

Methods in com.taggercat.model that return AutoFilterWhereClause
 AutoFilterWhereClause DataSource.getAutoFilterWhere()
          Get the current auto filter where clause object; not the string representation of it.
 

Methods in com.taggercat.model with parameters of type AutoFilterWhereClause
 void DataSource.setAutoFilterWhere(AutoFilterWhereClause autoFilterWhereClause)
          Sets a new auto filter where clause object; not the string representation.