Uses of Interface
com.arsdigita.persistence.CompoundFilter

Packages that use CompoundFilter
com.arsdigita.persistence The classes in this package provide an API for creating and manipulating Data Objects. 
 

Uses of CompoundFilter in com.arsdigita.persistence
 

Methods in com.arsdigita.persistence that return CompoundFilter
 CompoundFilter CompoundFilter.addFilter(String conditions)
          This provides a mechanism for adding conditions to the existing filter.
 CompoundFilter CompoundFilter.addFilter(Filter filter)
          This adds the passed in filter to this query and adds it according to the type of filter this is (if it was created using Filter.or() then it ORs this filter with the existing ones; otherwise it ANDs it);
 CompoundFilter FilterFactory.and()
          This creates and returns a filter that can be used to AND existing filters together.
 CompoundFilter FilterFactory.or()
          This creates and returns a filter that can be used to OR existing filters together.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC