@Deprecated public class EventDAOImpl extends Object implements EventDAO
| Modifier and Type | Field and Description |
|---|---|
protected JCRDataStorage |
storage
Deprecated.
|
| Constructor and Description |
|---|
EventDAOImpl(CalendarServiceImpl calService,
JCRDataStorage storage_)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Invitation |
createInvitation(String eventId,
String participant,
String status)
Deprecated.
|
org.exoplatform.services.jcr.impl.core.query.QueryImpl |
createJCRQuery(org.exoplatform.services.jcr.ext.common.SessionProvider provider,
String queryStm,
String queryType)
Deprecated.
|
org.exoplatform.commons.utils.ListAccess<CalendarEvent> |
findEventsByQuery(EventQuery eventQuery)
Deprecated.
|
org.exoplatform.commons.utils.ListAccess<Invitation> |
findInvitationsByQuery(EventQuery query)
Deprecated.
|
CalendarEvent |
getEventFromNode(javax.jcr.Node eventNode)
Deprecated.
|
Invitation |
getInvitationById(String invitationID)
Deprecated.
|
void |
removeInvitation(String invitationId)
Deprecated.
|
void |
updateInvitation(String id,
String status)
Deprecated.
|
protected JCRDataStorage storage
public EventDAOImpl(CalendarServiceImpl calService, JCRDataStorage storage_)
public org.exoplatform.commons.utils.ListAccess<CalendarEvent> findEventsByQuery(EventQuery eventQuery) throws CalendarException
findEventsByQuery in interface EventDAOCalendarExceptionpublic org.exoplatform.commons.utils.ListAccess<Invitation> findInvitationsByQuery(EventQuery query)
findInvitationsByQuery in interface EventDAOpublic Invitation getInvitationById(String invitationID) throws CalendarException
getInvitationById in interface EventDAOCalendarExceptionpublic void removeInvitation(String invitationId) throws CalendarException
removeInvitation in interface EventDAOCalendarExceptionpublic void updateInvitation(String id, String status)
updateInvitation in interface EventDAOpublic Invitation createInvitation(String eventId, String participant, String status) throws CalendarException
createInvitation in interface EventDAOCalendarExceptionpublic org.exoplatform.services.jcr.impl.core.query.QueryImpl createJCRQuery(org.exoplatform.services.jcr.ext.common.SessionProvider provider,
String queryStm,
String queryType)
throws Exception
Exceptionpublic CalendarEvent getEventFromNode(javax.jcr.Node eventNode) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionCopyright © 2003–2020 eXo Platform SAS. All rights reserved.