Class RelatedEntitiesCalendarEventFilter
java.lang.Object
ch.tocco.nice2.optional.calendar.api.util.persist.AbstractEntityFilter
ch.tocco.nice2.optional.calendar.api.util.persist.CompoundFilter
ch.tocco.nice2.optional.calendar.api.util.persist.RelatedEntitiesCalendarEventFilter
- All Implemented Interfaces:
EntityFilter
-
Constructor Summary
ConstructorDescriptionRelatedEntitiesCalendarEventFilter
(String relationName, Collection<PrimaryKey> entityKeyList) -
Method Summary
Methods inherited from class ch.tocco.nice2.optional.calendar.api.util.persist.CompoundFilter
addFilter, and, and, appendQuery, getFilters, isEmpty, or, or, removeFilter
Methods inherited from class ch.tocco.nice2.optional.calendar.api.util.persist.AbstractEntityFilter
and, or
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.optional.calendar.api.util.persist.EntityFilter
and, appendQuery, or
-
Constructor Details
-
RelatedEntitiesCalendarEventFilter
public RelatedEntitiesCalendarEventFilter(String relationName, Collection<PrimaryKey> entityKeyList)
-