Uses of Class
org.fenixedu.cms.domain.Post
Packages that use Post
Package
Description
-
Uses of Post in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return types with arguments of type PostModifier and TypeMethodDescriptionUser_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 PostModifier and TypeMethodDescriptionprotected 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 PostModifier and TypeMethodDescriptionPersistentGroup_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 PostModifier and TypeMethodDescriptionprotected 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 PostModifier and TypeMethodDescriptionPostAdapter.create(com.google.gson.JsonElement json, org.fenixedu.bennu.core.json.JsonBuilder ctx) PostAdapter.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 -
Uses of Post in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type PostModifier and TypeMethodDescriptioncom.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 PostMethods in org.fenixedu.cms.domain that return PostModifier and TypeMethodDescriptionSite.archivedPostForSlug(String slug) Post.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()PostContentRevision_Base.getPost()PostFile_Base.getPost()Site.postForSlug(String slug) Methods in org.fenixedu.cms.domain that return types with arguments of type PostModifier and TypeMethodDescriptionSite_Base.getArchivedPostsSet()Category.getLatestPosts()Site.getLatestPosts()Site.getNonStaticPostsStream()Site_Base.getPostSet()Category_Base.getPostsSet()Category_Base.getRelationCategoryPost()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()Post_Base.getRelationPostHasPostFiles()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()Post_Base.getRelationSiteArchivedPosts()Site_Base.getRelationSiteArchivedPosts()Post_Base.getRelationSitePost()Site_Base.getRelationSitePost()static pt.ist.fenixframework.dml.runtime.DirectRelation<Post,StaticPost> Post_Base.getRelationStaticPostPost()Page.getStaticPost()Site.getStaticPostsStream()Methods in org.fenixedu.cms.domain with parameters of type PostModifier and TypeMethodDescriptionvoidSite_Base.addArchivedPosts(Post archivedPosts) voidvoidstatic 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.JsonObjectstatic 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) voidvoidConstructors in org.fenixedu.cms.domain with parameters of type Post -
Uses of Post in org.fenixedu.cms.domain.component
Methods in org.fenixedu.cms.domain.component that return PostMethods in org.fenixedu.cms.domain.component that return types with arguments of type PostModifier and TypeMethodDescriptionstatic pt.ist.fenixframework.dml.runtime.DirectRelation<Post,StaticPost> StaticPost_Base.getRelationStaticPostPost()Methods in org.fenixedu.cms.domain.component with parameters of type PostModifier and TypeMethodDescriptionvoidConstructors in org.fenixedu.cms.domain.component with parameters of type PostConstructor parameters in org.fenixedu.cms.domain.component with type arguments of type Post -
Uses of Post in org.fenixedu.cms.ui
Methods in org.fenixedu.cms.ui that return types with arguments of type PostModifier and TypeMethodDescriptionSearchUtils.searchPosts(Collection<Post> allPosts, String query) Methods in org.fenixedu.cms.ui with parameters of type PostModifier and TypeMethodDescriptionstatic voidAdminPosts.ensureCanEditPost(Post post) Deprecated.static voidAdminPosts.ensureCanEditPost(Site site, Post post) Deprecated.Method parameters in org.fenixedu.cms.ui with type arguments of type PostModifier and TypeMethodDescriptionSearchUtils.searchPosts(Collection<Post> allPosts, String query)