public class TasksStorage
extends org.exoplatform.container.component.BaseComponentPlugin
implements org.exoplatform.calendar.storage.Storage
| Modifier and Type | Field and Description |
|---|---|
static String |
TASKS_STORAGE |
| Constructor and Description |
|---|
TasksStorage(org.exoplatform.task.service.ProjectService projectService,
org.exoplatform.task.service.TaskService taskService) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.calendar.storage.CalendarDAO |
getCalendarDAO() |
org.exoplatform.calendar.storage.EventDAO |
getEventDAO() |
String |
getId() |
public static final String TASKS_STORAGE
public TasksStorage(org.exoplatform.task.service.ProjectService projectService,
org.exoplatform.task.service.TaskService taskService)
public String getId()
getId in interface org.exoplatform.calendar.storage.Storagepublic org.exoplatform.calendar.storage.CalendarDAO getCalendarDAO()
getCalendarDAO in interface org.exoplatform.calendar.storage.Storagepublic org.exoplatform.calendar.storage.EventDAO getEventDAO()
getEventDAO in interface org.exoplatform.calendar.storage.StorageCopyright © 2003–2015 eXo Platform SAS. All rights reserved.