Uses of Interface
com.silverpeas.calendar.Datable

Packages that use Datable
com.silverpeas.calendar Provides the objects for handling and scheduling events in a calendar in Silverpeas. 
com.silverpeas.export.ical.ical4j Provides an implementation of the iCal exporting process by using the ICal4J Java library. 
com.stratelia.webactiv.util   
org.silverpeas.calendar.web   
 

Uses of Datable in com.silverpeas.calendar
 

Classes in com.silverpeas.calendar with type parameters of type Datable
 class AbstractDateDatable<T extends Datable<? super T>>
          User: Yohann Chastagnier Date: 06/12/13
 interface Datable<T extends Datable<? super T>>
          A datable object is an object that represents a date in Silverpeas, whatever it is.
 

Classes in com.silverpeas.calendar that implement Datable
 class AbstractDateDatable<T extends Datable<? super T>>
          User: Yohann Chastagnier Date: 06/12/13
 class Date
          A date on a day of a month and in year.
 class DateTime
          A date and time.
 

Fields in com.silverpeas.calendar declared as Datable
static Datable<?> CalendarEventRecurrence.NO_RECURRENCE_END_DATE
          A constant that defines a specific value for no recurrence end date.
 

Methods in com.silverpeas.calendar with type parameters of type Datable
static
<T extends Datable<?>>
CalendarEvent
CalendarEvent.anEventAt(T startDate)
          Creates a new calendar event starting and ending at the specified date.
static
<T extends Datable<?>>
CalendarEvent
CalendarEvent.anEventAt(T startDate, T endDate)
          Creates a new calendar event starting at the specified start date and ending at the specified end date.
 

Methods in com.silverpeas.calendar that return Datable
 Datable<?> CalendarEvent.getEndDate()
          Gets the date at which this event ends.
 Datable<?> CalendarEventRecurrence.getEndDate()
          Gets the end date of the recurrence.
 Datable<?> CalendarEvent.getStartDate()
          Gets the date at which this event should starts
 

Methods in com.silverpeas.calendar that return types with arguments of type Datable
 List<Datable<?>> CalendarEventRecurrence.getExceptionDates()
          Gets the date/time exceptions to this recurrence rule.
 

Methods in com.silverpeas.calendar with parameters of type Datable
 CalendarEvent CalendarEvent.endingAt(Datable<?> endDate)
          Sets an end date to this event.
 CalendarEventRecurrence CalendarEventRecurrence.excludeEventOccurrencesStartingAt(Datable<?>... datables)
          Excludes from this recurrence rule the occurrences of the event starting at the specified dates.
 CalendarEvent CalendarEvent.startingAt(Datable<?> startDate)
          Modifies the start date of this event.
 CalendarEventRecurrence CalendarEventRecurrence.upTo(Datable<?> endDate)
          Sets a terminaison to this recurrence by specifying an end date of the recurrence.
 

Uses of Datable in com.silverpeas.export.ical.ical4j
 

Methods in com.silverpeas.export.ical.ical4j with parameters of type Datable
 net.fortuna.ical4j.model.Date ICal4JDateCodec.encode(Datable<?> aDate)
          Encodes a Silverpeas date into an iCal4J date.
 net.fortuna.ical4j.model.Date ICal4JDateCodec.encode(Datable<?> aDate, boolean inUTC)
          Encodes the specified Silverpeas date into an iCal4J date set or not in UTC according to the specified UTC flag.
 net.fortuna.ical4j.model.Date ICal4JDateCodec.encodeInUTC(Datable<?> aDate)
          Encodes the specified Silverpeas date into an iCal4J date set in UTC.
 

Uses of Datable in com.stratelia.webactiv.util
 

Methods in com.stratelia.webactiv.util that return Datable
static Datable<?> DateUtil.asDatable(Date aDate, boolean withTime)
          Converts the specified date as a Datable object with the time set or not.
 

Uses of Datable in org.silverpeas.calendar.web
 

Constructors in org.silverpeas.calendar.web with parameters of type Datable
AbstractEventEntity(String type, String instanceId, String id, String title, String description, Datable start, Datable end, String url)
          Default constructor.
AbstractEventEntity(String type, String instanceId, String id, String title, String description, Datable start, Datable end, String url)
          Default constructor.
 



Copyright © 2016 Silverpeas. All Rights Reserved.