java.lang.Object
ch.tocco.nice2.optional.calendar.api.util.persist.AbstractEntityFilter
ch.tocco.nice2.optional.calendar.api.util.persist.CompoundFilter
All Implemented Interfaces:
EntityFilter
Direct Known Subclasses:
RangeAlldayFilter, RangeCalendarEventFilter, RecurringEventFilter, RelatedEntitiesCalendarEventFilter

public class CompoundFilter extends AbstractEntityFilter implements EntityFilter
A compound filter that appends all contained filters to the query by using a "concatenation type" of either "and" or "or".