com.silverpeas.scheduleevent.service
Class CalendarEventEncoder
java.lang.Object
  
com.silverpeas.scheduleevent.service.CalendarEventEncoder
public class CalendarEventEncoder
- extends Object
 
An encoder of EventDetail instances to EventCalendar instances.
 
| 
Method Summary | 
 List<com.silverpeas.calendar.CalendarEvent> | 
encode(ScheduleEvent eventDetail,
       List<DateOption> listDateOption)
 
          Encodes the specified detailed scheduleevent with the specified dates into calendar events. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CalendarEventEncoder
public CalendarEventEncoder()
encode
public List<com.silverpeas.calendar.CalendarEvent> encode(ScheduleEvent eventDetail,
                                                          List<DateOption> listDateOption)
- Encodes the specified detailed scheduleevent with the specified dates into calendar events.
- Parameters:
 eventDetail - detail.listDateOption - of dates.
- Returns:
 - the list of calendar event corresponding to the schedule event.
 
 
 
Copyright © 2016 Silverpeas. All Rights Reserved.