Uses of Class
org.oa4mp.delegation.server.uuc.storage.DateThingy
-
Packages that use DateThingy Package Description edu.uiuc.ncsa.oa4mp.delegation.server.storage.uuc -
-
Uses of DateThingy in edu.uiuc.ncsa.oa4mp.delegation.server.storage.uuc
Methods in edu.uiuc.ncsa.oa4mp.delegation.server.storage.uuc that return DateThingy Modifier and Type Method Description DateThingy
RuleFilter. getDate(String when, String type)
Methods in edu.uiuc.ncsa.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 edu.uiuc.ncsa.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 edu.uiuc.ncsa.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)
-