public class AgendaEventAttachmentServiceImpl extends Object implements org.exoplatform.agenda.service.AgendaEventAttachmentService
| Modifier and Type | Field and Description |
|---|---|
static String |
AGENDA_FILE_SERVICE_NS |
| Constructor and Description |
|---|
AgendaEventAttachmentServiceImpl(AgendaEventAttachmentStorage eventAttachmentStorage,
org.exoplatform.services.listener.ListenerService listenerService) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.agenda.model.EventAttachment |
getEventAttachmentById(long attachmentId) |
List<org.exoplatform.agenda.model.EventAttachment> |
getEventAttachments(long eventId) |
void |
saveEventAttachments(long eventId,
List<org.exoplatform.agenda.model.EventAttachment> attachments,
long creatorIdentityId) |
public static final String AGENDA_FILE_SERVICE_NS
public AgendaEventAttachmentServiceImpl(AgendaEventAttachmentStorage eventAttachmentStorage, org.exoplatform.services.listener.ListenerService listenerService)
public void saveEventAttachments(long eventId,
List<org.exoplatform.agenda.model.EventAttachment> attachments,
long creatorIdentityId)
saveEventAttachments in interface org.exoplatform.agenda.service.AgendaEventAttachmentServicepublic List<org.exoplatform.agenda.model.EventAttachment> getEventAttachments(long eventId)
getEventAttachments in interface org.exoplatform.agenda.service.AgendaEventAttachmentServicepublic org.exoplatform.agenda.model.EventAttachment getEventAttachmentById(long attachmentId)
getEventAttachmentById in interface org.exoplatform.agenda.service.AgendaEventAttachmentServiceCopyright © 2003–2021 eXo Platform SAS. All rights reserved.