|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventOccurrence | |
---|---|
com.stratelia.webactiv.almanach.control | |
com.stratelia.webactiv.almanach.control.ejb | |
com.stratelia.webactiv.almanach.model |
Uses of EventOccurrence in com.stratelia.webactiv.almanach.control |
---|
Subclasses of EventOccurrence in com.stratelia.webactiv.almanach.control | |
---|---|
class |
DisplayableEventOccurrence
An occurrence of an event in the time and that can be rendered in a calendar view. |
Methods in com.stratelia.webactiv.almanach.control with parameters of type EventOccurrence | |
---|---|
static DisplayableEventOccurrence |
DisplayableEventOccurrence.decorate(EventOccurrence occurrence)
Decorates the specified event occurrence with rendering features. |
Method parameters in com.stratelia.webactiv.almanach.control with type arguments of type EventOccurrence | |
---|---|
static List<DisplayableEventOccurrence> |
DisplayableEventOccurrence.decorate(List<EventOccurrence> occurrences)
Decorates the specified event occurrences with rendering features. |
Uses of EventOccurrence in com.stratelia.webactiv.almanach.control.ejb |
---|
Methods in com.stratelia.webactiv.almanach.control.ejb that return types with arguments of type EventOccurrence | |
---|---|
List<EventOccurrence> |
EventOccurrenceGenerator.generateOccurrencesFrom(com.silverpeas.calendar.Date date,
List<EventDetail> events)
Generates the occurrences of the specified events that occur from the specified date with no limit in the future. |
List<EventOccurrence> |
ICal4JEventOccurrencesGenerator.generateOccurrencesFrom(com.silverpeas.calendar.Date date,
List<EventDetail> events)
|
List<EventOccurrence> |
EventOccurrenceGenerator.generateOccurrencesInPeriod(org.silverpeas.date.Period period,
List<EventDetail> events)
Generates the occurrences of events that occur in the specified period. |
List<EventOccurrence> |
ICal4JEventOccurrencesGenerator.generateOccurrencesInPeriod(org.silverpeas.date.Period period,
List<EventDetail> events)
|
List<EventOccurrence> |
EventOccurrenceGenerator.generateOccurrencesInRange(com.silverpeas.calendar.Date startDate,
com.silverpeas.calendar.Date endDate,
List<EventDetail> events)
Generates the occurrences of the specified events that occur between the two specified dates. |
List<EventOccurrence> |
ICal4JEventOccurrencesGenerator.generateOccurrencesInRange(com.silverpeas.calendar.Date startDate,
com.silverpeas.calendar.Date endDate,
List<EventDetail> events)
|
List<EventOccurrence> |
AlmanachBmEJB.getEventOccurrencesInPeriod(org.silverpeas.date.Period period,
String... almanachIds)
|
List<EventOccurrence> |
AlmanachBm.getEventOccurrencesInPeriod(org.silverpeas.date.Period period,
String... almanachIds)
Gets the event occurrences that occur in the specified period and that are defined in the specified almanachs. |
List<EventOccurrence> |
AlmanachBmEJB.getNextEventOccurrences(String... almanachIds)
|
List<EventOccurrence> |
AlmanachBm.getNextEventOccurrences(String... almanachIds)
Gets the next event occurrences that will occur andd that are defined in the specified almanachs. |
Uses of EventOccurrence in com.stratelia.webactiv.almanach.model |
---|
Methods in com.stratelia.webactiv.almanach.model that return EventOccurrence | |
---|---|
static EventOccurrence |
EventOccurrence.anOccurrenceOf(EventDetail event,
com.silverpeas.calendar.Datable<?> startDate,
com.silverpeas.calendar.Datable<?> endDate)
Creates an occurrence of the specified event starting and ending at the specified date and optionally times. |
static EventOccurrence |
EventOccurrence.anOccurrenceOf(EventDetail event,
com.silverpeas.calendar.Date startDate,
com.silverpeas.calendar.Date endDate)
Creates an occurrence of the specified event starting and ending at the specified dates. |
EventOccurrence |
EventOccurrence.withPriority(boolean priority)
Sets the priority of this event. |
Methods in com.stratelia.webactiv.almanach.model with parameters of type EventOccurrence | |
---|---|
int |
EventOccurrence.compareTo(EventOccurrence otherOccurrence)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |