Package org.fenixedu.cms.ui
Class AdminPostsService
- java.lang.Object
-
- org.fenixedu.cms.ui.AdminPostsService
-
@Service public class AdminPostsService extends Object
Created by borgez on 30-07-2015.
-
-
Constructor Summary
Constructors Constructor Description AdminPostsService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostFilecreateFile(Post post, String name, Boolean embedded, org.fenixedu.bennu.core.groups.Group canViewGroup, File file)PostcreatePost(Site site, org.fenixedu.commons.i18n.LocalizedString name)voidprocessPostChanges(Site site, Post post, com.google.gson.JsonObject postJson)com.google.gson.JsonObjectserializePost(Post post)com.google.gson.JsonObjectserializePostFile(PostFile postFile)
-
-
-
Method Detail
-
createFile
public PostFile createFile(Post post, String name, Boolean embedded, org.fenixedu.bennu.core.groups.Group canViewGroup, File file) throws IOException
- Throws:
IOException
-
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)
-
-