Interface NewsAttachmentsStorage

All Known Implementing Classes:
JcrNewsAttachmentsStorage

public interface NewsAttachmentsStorage
  • Method Details

    • getNewsAttachments

      List<NewsAttachment> getNewsAttachments(javax.jcr.Node newsNode) throws Exception
      Throws:
      Exception
    • makeAttachmentsPublic

      void makeAttachmentsPublic(javax.jcr.Node newsNode) throws Exception
      Throws:
      Exception
    • unmakeAttachmentsPublic

      void unmakeAttachmentsPublic(javax.jcr.Node newsNode) throws Exception
      Throws:
      Exception
    • shareAttachments

      void shareAttachments(javax.jcr.Node newsNode, org.exoplatform.social.core.space.model.Space space)