public class AgendaEventAttachmentStorage extends Object
| Constructor and Description |
|---|
AgendaEventAttachmentStorage(EventDAO eventDAO,
EventAttachmentDAO eventAttachmentDAO,
org.exoplatform.services.listener.ListenerService listenerService) |
| Modifier and Type | Method and Description |
|---|---|
void |
createEventAttachment(long eventId,
String fileId) |
org.exoplatform.agenda.model.EventAttachment |
getEventAttachmentById(long attachmentId) |
List<org.exoplatform.agenda.model.EventAttachment> |
getEventAttachments(long eventId) |
void |
removeEventAttachment(long attachmentId) |
public AgendaEventAttachmentStorage(EventDAO eventDAO, EventAttachmentDAO eventAttachmentDAO, org.exoplatform.services.listener.ListenerService listenerService)
public void createEventAttachment(long eventId,
String fileId)
public void removeEventAttachment(long attachmentId)
public List<org.exoplatform.agenda.model.EventAttachment> getEventAttachments(long eventId)
public org.exoplatform.agenda.model.EventAttachment getEventAttachmentById(long attachmentId)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.