| Package | Description |
|---|---|
| org.exoplatform.news | |
| org.exoplatform.news.model |
| Modifier and Type | Method and Description |
|---|---|
protected NewsAttachment |
NewsAttachmentsServiceImpl.convertNodeToNewsAttachment(javax.jcr.Node attachmentNode) |
NewsAttachment |
NewsAttachmentsServiceImpl.getNewsAttachment(String attachmentId)
Get the attachment with the given id
|
NewsAttachment |
NewsAttachmentsService.getNewsAttachment(String attachmentId) |
| Modifier and Type | Method and Description |
|---|---|
List<NewsAttachment> |
NewsAttachmentsServiceImpl.getNewsAttachments(javax.jcr.Node newsNode)
Get the list of attachments of the given news node
|
List<NewsAttachment> |
NewsAttachmentsService.getNewsAttachments(javax.jcr.Node newsNode) |
List<NewsAttachment> |
NewsAttachmentsServiceImpl.updateNewsAttachments(News updatedNews,
javax.jcr.Node newsNode)
Adds new attachments to the News and remove the attachments to remove.
|
List<NewsAttachment> |
NewsAttachmentsService.updateNewsAttachments(News updatedNews,
javax.jcr.Node newsNode) |
| Modifier and Type | Method and Description |
|---|---|
List<NewsAttachment> |
News.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
News.setAttachments(List<NewsAttachment> attachments) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.