filters.add(cb.between(root.<String> get("tifd"),
ufisCalendarFrom.getCedaString(),
ufisCalendarTo.getCedaString()));
// atot (actual takeo-ff time)
// filters.add(cb.equal(root.<String>get("atot"), " "));
filters.add(cb.isNull(cb.trim(root.<String> get("atot"))));
// aobt (actual off-block time
// filters.add(cb.equal(root.<String>get("aobt"), " "));
filters.add(cb.isNull(cb.trim(root.<String> get("aobt"))));
} else {
if (ADID.A == adid) {