19 package org.turro.plugin.contacts;
21 import java.util.Collections;
22 import java.util.Date;
23 import java.util.List;
24 import java.util.Optional;
26 import java.util.SortedSet;
27 import java.util.TreeSet;
28 import org.amic.util.date.Dates;
39 protected boolean outer, asWorker;
43 this.date =
new Date();
44 this.asWorker = asWorker;
113 return Collections.EMPTY_SET;
136 return Collections.EMPTY_SET;
151 return Collections.EMPTY_LIST;
164 return Collections.EMPTY_LIST;
178 Set<IContactRelation>
set =
new TreeSet<>();
180 if(Dates.inRange(cr.getStartDate(), cr.getEndDate(),
date)) {
189 SortedSet<IContactRelation>
set =
new TreeSet<>();
191 if(!Dates.inRange(cr.getStartDate(), cr.getEndDate(),
date)) {