com.silverpeas.scheduleevent.service
Class CalendarEventEncoder

java.lang.Object
  extended by com.silverpeas.scheduleevent.service.CalendarEventEncoder

public class CalendarEventEncoder
extends Object

An encoder of EventDetail instances to EventCalendar instances.


Constructor Summary
CalendarEventEncoder()
           
 
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
 

Constructor Detail

CalendarEventEncoder

public CalendarEventEncoder()
Method Detail

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.