@Override protected boolean hasExcludingConditions() { return super.hasExcludingConditions() || (finished && unfinished) || (processFinished && processUnfinished) || CompareUtil.areNotInAscendingOrder(dueAfter, dueDate, dueBefore) || CompareUtil.areNotInAscendingOrder(followUpAfter, followUpDate, followUpBefore); }
@Override protected boolean hasExcludingConditions() { return super.hasExcludingConditions() || CompareUtil.elementIsNotContainedInArray(id, ids); }