Class AdminPostsService


  • @Service
    public class AdminPostsService
    extends Object
    Created by borgez on 30-07-2015.
    • Constructor Detail

      • AdminPostsService

        public AdminPostsService()
    • Method Detail

      • createPost

        public Post createPost​(Site site,
                               org.fenixedu.commons.i18n.LocalizedString name)
      • processPostChanges

        public void processPostChanges​(Site site,
                                       Post post,
                                       com.google.gson.JsonObject postJson)
      • serializePost

        public com.google.gson.JsonObject serializePost​(Post post)
      • serializePostFile

        public com.google.gson.JsonObject serializePostFile​(PostFile postFile)