Uses of Class
org.fenixedu.cms.domain.Post
-
-
Uses of Post in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return types with arguments of type Post Modifier and Type Method Description protected Set<Post>User_Base. getPostsCreatedSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,org.fenixedu.bennu.core.domain.User>User_Base. getRelationPostUser()Methods in org.fenixedu.bennu.core.domain with parameters of type Post Modifier and Type Method Description protected voidUser_Base. addPostsCreated(Post postsCreated)protected voidUser_Base. removePostsCreated(Post postsCreated) -
Uses of Post in org.fenixedu.bennu.core.domain.groups
Methods in org.fenixedu.bennu.core.domain.groups that return types with arguments of type Post Modifier and Type Method Description protected Set<Post>PersistentGroup_Base. getPostViewGroupSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.groups.PersistentGroup,Post>PersistentGroup_Base. getRelationPostViewGroup()Methods in org.fenixedu.bennu.core.domain.groups with parameters of type Post Modifier and Type Method Description protected voidPersistentGroup_Base. addPostViewGroup(Post postViewGroup)protected voidPersistentGroup_Base. removePostViewGroup(Post postViewGroup) -
Uses of Post in org.fenixedu.cms.api.json
Methods in org.fenixedu.cms.api.json that return Post Modifier and Type Method Description PostPostAdapter. create(com.google.gson.JsonElement json, org.fenixedu.bennu.core.json.JsonBuilder ctx)PostPostAdapter. update(com.google.gson.JsonElement json, Post post, org.fenixedu.bennu.core.json.JsonBuilder ctx)Methods in org.fenixedu.cms.api.json with parameters of type Post Modifier and Type Method Description PostPostAdapter. update(com.google.gson.JsonElement json, Post post, org.fenixedu.bennu.core.json.JsonBuilder ctx)com.google.gson.JsonElementPostAdapter. view(Post post, org.fenixedu.bennu.core.json.JsonBuilder ctx) -
Uses of Post in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type Post Modifier and Type Method Description com.google.gson.JsonElementPostResource. addPostFile(Post post, javax.servlet.http.HttpServletRequest request)voidPostResource. createFileFromRequest(Post post, javax.servlet.http.Part part)javax.ws.rs.core.ResponsePostResource. deletePost(Post post)com.google.gson.JsonElementPostResource. listLatestVersion(Post post)com.google.gson.JsonElementPostResource. listPostFiles(Post post)com.google.gson.JsonElementPostResource. listPostVersions(Post post)com.google.gson.JsonElementPostResource. updatePost(Post post, com.google.gson.JsonElement json) -
Uses of Post in org.fenixedu.cms.domain
Fields in org.fenixedu.cms.domain with type parameters of type Post Modifier and Type Field Description static Comparator<Post>Post. CREATION_DATE_COMPARATORMethods in org.fenixedu.cms.domain that return Post Modifier and Type Method Description PostSite. archivedPostForSlug(String slug)PostPost. clone(CloneCache cloneCache)static PostPost. create(Site site, Page page, org.fenixedu.commons.i18n.LocalizedString name, org.fenixedu.commons.i18n.LocalizedString body, org.fenixedu.commons.i18n.LocalizedString excerpt, Category category, boolean active, org.fenixedu.bennu.core.domain.User creator)protected PostPostContentRevision_Base. getIsLastestRevision()PostPostContentRevision_Base. getPost()PostPostFile_Base. getPost()PostSite. postForSlug(String slug)Methods in org.fenixedu.cms.domain that return types with arguments of type Post Modifier and Type Method Description Set<Post>Site_Base. getArchivedPostsSet()List<Post>Category. getLatestPosts()List<Post>Site. getLatestPosts()Stream<Post>Site. getNonStaticArchivedPostsStream()Stream<Post>Site. getNonStaticPostsStream()Set<Post>Site_Base. getPostSet()Set<Post>Category_Base. getPostsSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,Category>Category_Base. getRelationCategoryPost()static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,Category>Post_Base. getRelationCategoryPost()static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,Post>Post_Base. getRelationNewestRevision()static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,Post>PostContentRevision_Base. getRelationNewestRevision()static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,PostFile>Post_Base. getRelationPostHasPostFiles()static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,PostFile>PostFile_Base. getRelationPostHasPostFiles()static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,Post>Post_Base. getRelationPostRevisionRevision()static pt.ist.fenixframework.dml.runtime.DirectRelation<PostContentRevision,Post>PostContentRevision_Base. getRelationPostRevisionRevision()static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,org.fenixedu.bennu.core.domain.User>Post_Base. getRelationPostUser()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.groups.PersistentGroup,Post>Post_Base. getRelationPostViewGroup()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Post>Post_Base. getRelationSiteArchivedPosts()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Post>Site_Base. getRelationSiteArchivedPosts()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Post>Post_Base. getRelationSitePost()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Post>Site_Base. getRelationSitePost()static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,StaticPost>Post_Base. getRelationStaticPostPost()Optional<Post>Page. getStaticPost()Stream<Post>Site. getStaticPostsStream()Methods in org.fenixedu.cms.domain with parameters of type Post Modifier and Type Method Description voidSite_Base. addArchivedPosts(Post archivedPosts)voidSite_Base. addPost(Post post)voidCategory_Base. addPosts(Post posts)static voidSiteActivity. createdPost(Post post, org.fenixedu.bennu.core.domain.User user)static voidSiteActivity. deletedPost(Post post, Site site, org.fenixedu.bennu.core.domain.User user)static voidSiteActivity. editedPost(Post post, org.fenixedu.bennu.core.domain.User user)protected com.google.gson.JsonObjectSiteExporter. export(Post post)static voidSiteActivity. recoveredPost(Post post, Site site, org.fenixedu.bennu.core.domain.User user)voidSite_Base. removeArchivedPosts(Post archivedPosts)voidSite_Base. removePost(Post post)voidCategory_Base. removePosts(Post posts)protected voidPostContentRevision_Base. setIsLastestRevision(Post isLastestRevision)voidPostContentRevision_Base. setPost(Post post)voidPostFile_Base. setPost(Post post)Constructors in org.fenixedu.cms.domain with parameters of type Post Constructor Description PostFile(Post post, org.fenixedu.bennu.io.domain.GroupBasedFile file, boolean isEmbedded, int index) -
Uses of Post in org.fenixedu.cms.domain.component
Methods in org.fenixedu.cms.domain.component that return Post Modifier and Type Method Description PostStaticPost_Base. getPost()Methods in org.fenixedu.cms.domain.component that return types with arguments of type Post Modifier and Type Method Description static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,StaticPost>StaticPost_Base. getRelationStaticPostPost()Collection<Post>StaticPost.PostsForSite. provide(Page page)Methods in org.fenixedu.cms.domain.component with parameters of type Post Modifier and Type Method Description StringStaticPost.PostsForSite. present(Post post)voidStaticPost_Base. setPost(Post post)Constructors in org.fenixedu.cms.domain.component with parameters of type Post Constructor Description StaticPost(Post post)Constructor parameters in org.fenixedu.cms.domain.component with type arguments of type Post Constructor Description PostsPresentationBean(Set<Post> allPosts) -
Uses of Post in org.fenixedu.cms.ui
Methods in org.fenixedu.cms.ui that return Post Modifier and Type Method Description PostAdminPostsService. createPost(Site site, org.fenixedu.commons.i18n.LocalizedString name)Methods in org.fenixedu.cms.ui that return types with arguments of type Post Modifier and Type Method Description static List<Post>SearchUtils. searchPosts(Collection<Post> allPosts, String query)Methods in org.fenixedu.cms.ui with parameters of type Post Modifier and Type Method Description PostFileAdminPostsService. createFile(Post post, String name, Boolean embedded, org.fenixedu.bennu.core.groups.Group canViewGroup, File file)static voidAdminPosts. ensureCanEditPost(Post post)static voidAdminPosts. ensureCanEditPost(Site site, Post post)voidAdminPostsService. processPostChanges(Site site, Post post, com.google.gson.JsonObject postJson)com.google.gson.JsonObjectAdminPostsService. serializePost(Post post)Method parameters in org.fenixedu.cms.ui with type arguments of type Post Modifier and Type Method Description static List<Post>SearchUtils. searchPosts(Collection<Post> allPosts, String query)
-