@Deprecated public interface EventDAO
| Modifier and Type | Method and Description |
|---|---|
Invitation |
createInvitation(String eventId,
String participant,
String status)
Deprecated.
|
org.exoplatform.commons.utils.ListAccess<CalendarEvent> |
findEventsByQuery(EventQuery eventQuery)
Deprecated.
|
org.exoplatform.commons.utils.ListAccess<Invitation> |
findInvitationsByQuery(EventQuery query)
Deprecated.
|
Invitation |
getInvitationById(String invitationID)
Deprecated.
|
void |
removeInvitation(String id)
Deprecated.
|
void |
updateInvitation(String id,
String status)
Deprecated.
|
org.exoplatform.commons.utils.ListAccess<Invitation> findInvitationsByQuery(EventQuery query)
Invitation getInvitationById(String invitationID) throws CalendarException
CalendarExceptionvoid removeInvitation(String id) throws CalendarException
CalendarExceptionvoid updateInvitation(String id, String status) throws CalendarException
CalendarExceptionInvitation createInvitation(String eventId, String participant, String status) throws CalendarException
CalendarExceptionorg.exoplatform.commons.utils.ListAccess<CalendarEvent> findEventsByQuery(EventQuery eventQuery) throws CalendarException
CalendarExceptionCopyright © 2003–2020 eXo Platform SAS. All rights reserved.