Uses of Class
org.silverpeas.core.calendar.AttendeeSet
-
Packages that use AttendeeSet Package Description org.silverpeas.core.calendar Provides the Calendar and Event Planning Engine.org.silverpeas.core.calendar.notification -
-
Uses of AttendeeSet in org.silverpeas.core.calendar
Methods in org.silverpeas.core.calendar that return AttendeeSet Modifier and Type Method Description AttendeeSet
AttendeeSet. clear()
Clears this calendar component from all its attendees.AttendeeSet
CalendarComponent. getAttendees()
Gets the attendees in this calendar component.AttendeeSet
CalendarEvent. getAttendees()
Gets the attendees.AttendeeSet
CalendarEventOccurrence. getAttendees()
AttendeeSet
AttendeeSet. removeIf(Predicate<Attendee> filter)
Removes all of the attendees that match the specified filter.Methods in org.silverpeas.core.calendar with parameters of type AttendeeSet Modifier and Type Method Description boolean
AttendeeSet. isSameAs(AttendeeSet attendees)
Is this set of attendees is same as the specified one? -
Uses of AttendeeSet in org.silverpeas.core.calendar.notification
Methods in org.silverpeas.core.calendar.notification with parameters of type AttendeeSet Modifier and Type Method Description static void
AttendeeLifeCycleEventNotifier. notifyAttendees(LifeCycleEventSubType subtype, Contribution eventOrOccurrence, AttendeeSet before, AttendeeSet after)
-