Uses of Class
org.exoplatform.news.model.NewsAttachment
Packages that use NewsAttachment
-
Uses of NewsAttachment in org.exoplatform.news.storage
Methods in org.exoplatform.news.storage that return NewsAttachmentMethods in org.exoplatform.news.storage that return types with arguments of type NewsAttachmentModifier and TypeMethodDescriptionNewsAttachmentsStorage.getNewsAttachments(javax.jcr.Node newsNode) 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 NewsAttachmentModifier and TypeMethodDescriptionprotected NewsAttachmentJcrNewsAttachmentsStorage.convertNodeToNewsAttachment(javax.jcr.Node attachmentNode) JcrNewsAttachmentsStorage.getNewsAttachment(String attachmentId) Get the attachment with the given idMethods in org.exoplatform.news.storage.jcr that return types with arguments of type NewsAttachmentModifier and TypeMethodDescriptionJcrNewsAttachmentsStorage.getNewsAttachments(javax.jcr.Node newsNode) Get the list of attachments of the given news nodeJcrNewsAttachmentsStorage.updateNewsAttachments(News updatedNews, javax.jcr.Node newsNode) Adds new attachments to the News and remove the attachments to remove.