Uses of Class
org.silverpeas.core.webapi.calendar.CalendarEventOccurrenceEntity
-
Packages that use CalendarEventOccurrenceEntity Package Description org.silverpeas.core.webapi.calendar -
-
Uses of CalendarEventOccurrenceEntity in org.silverpeas.core.webapi.calendar
Subclasses of CalendarEventOccurrenceEntity in org.silverpeas.core.webapi.calendar Modifier and Type Class Description class
CalendarEventOccurrenceDeleteEntity
It represents the state of a calendar event in a calendar as transmitted within the body of an HTTP response or an HTTP request.class
CalendarEventOccurrenceUpdateEntity
It represents the state of a calendar event in a calendar as transmitted within the body of an HTTP response or an HTTP request.Methods in org.silverpeas.core.webapi.calendar that return CalendarEventOccurrenceEntity Modifier and Type Method Description CalendarEventOccurrenceEntity
CalendarResource. asOccurrenceWebEntity(CalendarEventOccurrence occurrence)
Converts the calendar event occurrence into its corresponding web entity.protected CalendarEventOccurrenceEntity
CalendarEventOccurrenceEntity. decorate(CalendarEventOccurrence calendarEventOccurrence, String componentInstanceId, ZoneId zoneId, boolean isEditionMode)
static CalendarEventOccurrenceEntity
CalendarEventOccurrenceEntity. fromOccurrence(CalendarEventOccurrence occurrence, String componentInstanceId, ZoneId zoneId, boolean isEditionMode)
CalendarEventOccurrenceEntity
CalendarResource. getEventOccurrence(String calendarId, String eventId, String occurrenceId)
Gets the JSON representation of a calendar event occurrence of an aimed event.CalendarEventOccurrenceEntity
CalendarEventAttendeeAnswerEntity. getOccurrence()
CalendarEventOccurrenceEntity
CalendarEventOccurrenceEntity. withAttendees(List<CalendarEventAttendeeEntity> attendees)
Sets attendees to the occurrence entity.CalendarEventOccurrenceEntity
CalendarEventOccurrenceEntity. withAttributes(List<CalendarEventAttributeEntity> attributes)
Sets attributes to the occurrence entity.CalendarEventOccurrenceEntity
CalendarEventOccurrenceEntity. withCalendarURI(URI calendarUri)
CalendarEventOccurrenceEntity
CalendarEventOccurrenceEntity. withEventPermalinkURL(URI permalinkUrl)
CalendarEventOccurrenceEntity
CalendarEventOccurrenceEntity. withEventURI(URI eventUri)
CalendarEventOccurrenceEntity
CalendarEventOccurrenceEntity. withOccurrenceEditionURL(URI occurrenceEditionUrl)
Sets a URI of the edition page of the occurrence.CalendarEventOccurrenceEntity
CalendarEventOccurrenceEntity. withOccurrencePermalinkURL(URI permalinkUrl)
Sets a permalink URI to this entity.CalendarEventOccurrenceEntity
CalendarEventOccurrenceEntity. withOccurrenceURI(URI occurrenceUri)
Sets a URI of occurrence entity.CalendarEventOccurrenceEntity
CalendarEventOccurrenceEntity. withOccurrenceViewURL(URI occurrenceViewUrl)
Sets a URI of the view page of the occurrence.Methods in org.silverpeas.core.webapi.calendar that return types with arguments of type CalendarEventOccurrenceEntity Modifier and Type Method Description List<CalendarEventOccurrenceEntity>
CalendarResource. asOccurrenceWebEntities(Collection<CalendarEventOccurrence> occurrences)
Converts the list of calendar event occurrence into list of calendar event occurrence web entities.List<CalendarEventOccurrenceEntity>
CalendarResource. getEventOccurrencesOf(String calendarId)
Gets the JSON representation of a list of calendar event occurrence.List<CalendarEventOccurrenceEntity>
CalendarResource. getEventOccurrencesOf(String calendarId, String eventId)
Gets the JSON representation of a list of calendar event occurrence of an aimed event.List<CalendarEventOccurrenceEntity>
CalendarResource. getNextEventOccurrences(Integer limit)
Gets the JSON representation of a list of calendar event occurrence.List<CalendarEventOccurrenceEntity>
ParticipantCalendarEventOccurrencesEntity. getOccurrences()
Methods in org.silverpeas.core.webapi.calendar with parameters of type CalendarEventOccurrenceEntity Modifier and Type Method Description void
CalendarEventAttendeeAnswerEntity. setOccurrence(CalendarEventOccurrenceEntity occurrence)
Method parameters in org.silverpeas.core.webapi.calendar with type arguments of type CalendarEventOccurrenceEntity Modifier and Type Method Description void
ParticipantCalendarEventOccurrencesEntity. setOccurrences(List<CalendarEventOccurrenceEntity> occurrences)
<T extends ParticipantCalendarEventOccurrencesEntity>
TParticipantCalendarEventOccurrencesEntity. withOccurrences(List<CalendarEventOccurrenceEntity> occurrences)
-