com.stratelia.webactiv.almanach.control
Class ExceptionDatesGenerator

java.lang.Object
  extended by com.stratelia.webactiv.almanach.control.ExceptionDatesGenerator

public class ExceptionDatesGenerator
extends Object

A generator of exception dates from a given event periodicity.


Constructor Summary
ExceptionDatesGenerator()
           
 
Method Summary
 Set<Date> generateExceptionDates(EventDetail event)
          Generates the exception dates in the recurrence rule of the specified event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionDatesGenerator

public ExceptionDatesGenerator()
Method Detail

generateExceptionDates

public Set<Date> generateExceptionDates(EventDetail event)
Generates the exception dates in the recurrence rule of the specified event.

Parameters:
event - details about the event.
Returns:
a set of exception dates.


Copyright © 2016 Silverpeas. All Rights Reserved.