Class ConflictForCalendarEventIdFilter
java.lang.Object
ch.tocco.nice2.optional.calendar.api.util.persist.AbstractEntityFilter
ch.tocco.nice2.optional.conflict.api.util.ConflictForCalendarEventIdFilter
- All Implemented Interfaces:
EntityFilter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappendQuery
(String entityModel) Append to the partial query and return the "next query step".Methods inherited from class ch.tocco.nice2.optional.calendar.api.util.persist.AbstractEntityFilter
and, or
-
Constructor Details
-
ConflictForCalendarEventIdFilter
-
-
Method Details
-
appendQuery
Description copied from interface:EntityFilter
Append to the partial query and return the "next query step". Return null, to not contribute to the query. This filter is then discarded.- Parameters:
entityModel
- the entity model the query is for- Throws:
PersistException
-