Uses of Class
wt.calendar.StartEndKey

Packages that use StartEndKey
wt.calendar Uses the CalendarAccessProtocol and the CalendarService to provide iCalandar Access Protocol support. 
 

Uses of StartEndKey in wt.calendar
 

Fields in wt.calendar declared as StartEndKey
(package private)  StartEndKey StandardCalendarService.CacheModFlusher.sek
           
 

Methods in wt.calendar with parameters of type StartEndKey
protected  void WTCalendarCache.remove(StartEndKey key)
           
 Object WTCalendarCache.get(StartEndKey key)
          Cover method for CacheManager get that tests for a set of keys refering to the same object
 void WTCalendarCache.put(StartEndKey key, Object value)
           
 

Constructors in wt.calendar with parameters of type StartEndKey
StandardCalendarService.CacheModFlusher(StartEndKey sek, long calOid, String action)