1) What does the containsDate(java.util.Date) actually main? That is, when is the Date set that this method considers it to be contained within the ScheduleModel? Is it when you use setSelectedDate() or when you use addEntry()?

2) When do you actually call ScheduleModel.refresh()?  What is its purpose?

3) How are the java.util.Date's (i.e., in setStartTime & setEndTime) considered? Are they UTC or Local or Floating? Is there a way to use a converter such as when using <h:outputText> and <f:convertDateTime> or do I have to convert the dates to the internal representation (i.e., UTC or Local or Floating)?

4) Is there any tutorial or more indepth documentation on ScheduleModel than the javadoc's?

Thanks in advance.

Reply via email to