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 DateThingyRuleFilter. 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 voidRuleFilter. add(String when, String type, DateThingy dateThingy)protected voidRuleFilter. addType(String when, String type, DateThingy dateThingy)protected voidRuleFilter. 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 booleanRuleFilter. checkRule(HashMap<String,DateThingy> dd, long time)voidRuleFilter. setDatesByWhen(HashMap<String,HashMap<String,DateThingy>> datesByWhen)
-