Class ConflictEventFilter
java.lang.Object
ch.tocco.nice2.optional.calendar.api.util.persist.AbstractEntityFilter
ch.tocco.nice2.optional.conflict.impl.ConflictEventFilter
- All Implemented Interfaces:
EntityFilter
Find conflicts that are associated to the specified calendar event.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendQuery(String entityModel) Append to the partial query and return the "next query step".Methods inherited from class AbstractEntityFilter
and, orMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityFilter
and, or
-
Constructor Details
-
ConflictEventFilter
-
-
Method Details
-
appendQuery
Description copied from interface:EntityFilterAppend to the partial query and return the "next query step". Return null, to not contribute to the query. This filter is then discarded.- Specified by:
appendQueryin interfaceEntityFilter- Parameters:
entityModel- the entity model the query is for- Throws:
PersistException
-