| Package | Description |
|---|---|
| org.exoplatform.calendar.model | |
| org.exoplatform.calendar.service | |
| org.exoplatform.calendar.service.impl | |
| org.exoplatform.calendar.storage | |
| org.exoplatform.calendar.storage.jcr |
| Constructor and Description |
|---|
Event(Event event) |
| Modifier and Type | Class and Description |
|---|---|
class |
CalendarEvent
Deprecated.
This is only used in old Calendar Service API methods.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
EventHandler.getEventById(String eventId) |
Event |
EventHandler.newEventInstance(String dsId) |
Event |
EventHandler.removeEvent(String eventId) |
Event |
EventHandler.saveEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Event> |
EventHandler.findEventsByQuery(EventQuery eventQuery) |
| Modifier and Type | Method and Description |
|---|---|
static CalendarEvent |
CalendarEvent.build(Event evt)
Deprecated.
|
Event |
EventHandler.saveEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventHandlerImpl.getEventById(String eventId) |
Event |
EventHandlerImpl.newEventInstance(String dsId) |
Event |
EventHandlerImpl.removeEvent(String eventId) |
Event |
EventHandlerImpl.saveEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Event> |
EventHandlerImpl.findEventsByQuery(EventQuery eventQuery)
if no calendarType in query, fallback solution: use JCR DAO implementation with all available JCR calendar types (PERSONAL, GROUP)
|
| Modifier and Type | Method and Description |
|---|---|
Event |
EventHandlerImpl.saveEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Event> |
EventDAO.findEventsByQuery(EventQuery eventQuery) |
| Modifier and Type | Method and Description |
|---|---|
Event |
JCREventDAOImpl.getById(String id) |
Event |
JCREventDAOImpl.newInstance() |
Event |
JCREventDAOImpl.remove(String id) |
Event |
JCREventDAOImpl.save(Event event) |
Event |
JCREventDAOImpl.update(Event event) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Event> |
JCREventDAOImpl.findEventsByQuery(EventQuery query) |
| Modifier and Type | Method and Description |
|---|---|
Event |
JCREventDAOImpl.save(Event event) |
Event |
JCREventDAOImpl.update(Event event) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.