Uses of Class
org.oa4mp.delegation.server.storage.uuc.DateThingy
-
Packages that use DateThingy Package Description org.oa4mp.delegation.server.storage.uuc -
-
Uses of DateThingy in org.oa4mp.delegation.server.storage.uuc
Methods in org.oa4mp.delegation.server.storage.uuc that return DateThingy Modifier and Type Method Description DateThingy
RuleFilter. getDate(String when, String type)
Methods in org.oa4mp.delegation.server.storage.uuc that return types with arguments of type DateThingy Modifier and Type Method Description HashMap<String,DateThingy>
RuleFilter. getByType(String type)
HashMap<String,DateThingy>
RuleFilter. getByWhen(String when)
HashMap<String,HashMap<String,DateThingy>>
RuleFilter. getDatesByWhen()
Methods in org.oa4mp.delegation.server.storage.uuc with parameters of type DateThingy Modifier and Type Method Description void
RuleFilter. add(String when, String type, DateThingy dateThingy)
protected void
RuleFilter. addType(String when, String type, DateThingy dateThingy)
protected void
RuleFilter. addWhen(String when, String type, DateThingy dateThingy)
Method parameters in org.oa4mp.delegation.server.storage.uuc with type arguments of type DateThingy Modifier and Type Method Description protected boolean
RuleFilter. checkRule(HashMap<String,DateThingy> dd, long time)
void
RuleFilter. setDatesByWhen(HashMap<String,HashMap<String,DateThingy>> datesByWhen)
-