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. |