Uses of Class
org.exoplatform.news.model.NewsAttachment
-
Packages that use NewsAttachment Package Description org.exoplatform.news org.exoplatform.news.model -
-
Uses of NewsAttachment in org.exoplatform.news
Methods in org.exoplatform.news that return NewsAttachment Modifier and Type Method Description protected NewsAttachmentNewsAttachmentsServiceImpl. convertNodeToNewsAttachment(javax.jcr.Node attachmentNode)NewsAttachmentNewsAttachmentsService. getNewsAttachment(String attachmentId)NewsAttachmentNewsAttachmentsServiceImpl. getNewsAttachment(String attachmentId)Get the attachment with the given idMethods in org.exoplatform.news that return types with arguments of type NewsAttachment Modifier and Type Method Description List<NewsAttachment>NewsAttachmentsService. getNewsAttachments(javax.jcr.Node newsNode)List<NewsAttachment>NewsAttachmentsServiceImpl. getNewsAttachments(javax.jcr.Node newsNode)Get the list of attachments of the given news nodeList<NewsAttachment>NewsAttachmentsService. updateNewsAttachments(News updatedNews, 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. -
Uses of NewsAttachment in org.exoplatform.news.model
Methods in org.exoplatform.news.model that return types with arguments of type NewsAttachment Modifier and Type Method Description List<NewsAttachment>News. getAttachments()Method parameters in org.exoplatform.news.model with type arguments of type NewsAttachment Modifier and Type Method Description voidNews. setAttachments(List<NewsAttachment> attachments)
-