Uses of Class
org.exoplatform.news.model.NewsAttachment
-
Packages that use NewsAttachment Package Description org.exoplatform.news.storage org.exoplatform.news.storage.jcr -
-
Uses of NewsAttachment in org.exoplatform.news.storage
Methods in org.exoplatform.news.storage that return NewsAttachment Modifier and Type Method Description NewsAttachmentNewsAttachmentsStorage. getNewsAttachment(String attachmentId)Methods in org.exoplatform.news.storage that return types with arguments of type NewsAttachment Modifier and Type Method Description List<NewsAttachment>NewsAttachmentsStorage. getNewsAttachments(javax.jcr.Node newsNode)List<NewsAttachment>NewsAttachmentsStorage. updateNewsAttachments(News updatedNews, javax.jcr.Node newsNode) -
Uses of NewsAttachment in org.exoplatform.news.storage.jcr
Methods in org.exoplatform.news.storage.jcr that return NewsAttachment Modifier and Type Method Description protected NewsAttachmentJcrNewsAttachmentsStorage. convertNodeToNewsAttachment(javax.jcr.Node attachmentNode)NewsAttachmentJcrNewsAttachmentsStorage. getNewsAttachment(String attachmentId)Get the attachment with the given idMethods in org.exoplatform.news.storage.jcr that return types with arguments of type NewsAttachment Modifier and Type Method Description List<NewsAttachment>JcrNewsAttachmentsStorage. getNewsAttachments(javax.jcr.Node newsNode)Get the list of attachments of the given news nodeList<NewsAttachment>JcrNewsAttachmentsStorage. updateNewsAttachments(News updatedNews, javax.jcr.Node newsNode)Adds new attachments to the News and remove the attachments to remove.
-