Class EventSearchResultEntity
java.lang.Object
org.exoplatform.agenda.rest.model.EventEntity
org.exoplatform.agenda.rest.model.EventSearchResultEntity
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventSearchResultEntity(long id, EventEntity parent, String remoteId, long remoteProviderId, String remoteProviderName, CalendarEntity calendar, org.exoplatform.social.rest.entity.IdentityEntity creator, String created, String updated, String summary, String description, String location, String color, String timeZoneId, String start, String end, boolean allDay, EventAvailability availability, EventStatus status, EventRecurrenceEntity recurrence, EventOccurrenceEntity occurrence, EventPermission acl, List<EventAttendeeEntity> attendees, List<EventConference> conferences, List<EventReminderEntity> reminders, boolean allowAttendeeToUpdate, boolean allowAttendeeToInvite, boolean sendInvitation, List<String> excerpts) -
Method Summary
Methods inherited from class org.exoplatform.agenda.rest.model.EventEntity
clone
-
Constructor Details
-
EventSearchResultEntity
public EventSearchResultEntity(long id, EventEntity parent, String remoteId, long remoteProviderId, String remoteProviderName, CalendarEntity calendar, org.exoplatform.social.rest.entity.IdentityEntity creator, String created, String updated, String summary, String description, String location, String color, String timeZoneId, String start, String end, boolean allDay, EventAvailability availability, EventStatus status, EventRecurrenceEntity recurrence, EventOccurrenceEntity occurrence, EventPermission acl, List<EventAttendeeEntity> attendees, List<EventConference> conferences, List<EventReminderEntity> reminders, boolean allowAttendeeToUpdate, boolean allowAttendeeToInvite, boolean sendInvitation, List<String> excerpts)
-