Uses of Class
org.fenixedu.cms.domain.Category
Packages that use Category
Package
Description
-
Uses of Category in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return types with arguments of type CategoryModifier and TypeMethodDescriptionUser_Base.getCategoriesCreatedSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,Category> User_Base.getRelationCategoryUser()Methods in org.fenixedu.bennu.core.domain with parameters of type CategoryModifier and TypeMethodDescriptionprotected voidUser_Base.addCategoriesCreated(Category categoriesCreated) protected voidUser_Base.removeCategoriesCreated(Category categoriesCreated) -
Uses of Category in org.fenixedu.cms.api.json
Methods in org.fenixedu.cms.api.json that return CategoryModifier and TypeMethodDescriptionCategoryAdapter.create(com.google.gson.JsonElement json, org.fenixedu.bennu.core.json.JsonBuilder ctx) CategoryAdapter.update(com.google.gson.JsonElement json, Category category, org.fenixedu.bennu.core.json.JsonBuilder ctx) Methods in org.fenixedu.cms.api.json with parameters of type Category -
Uses of Category in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type CategoryModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseCategoryResource.deleteCategory(Category category) com.google.gson.JsonElementCategoryResource.getCategory(Category category) com.google.gson.JsonElementCategoryResource.updateCategory(Category category, com.google.gson.JsonElement json) Method parameters in org.fenixedu.cms.api.resource with type arguments of type CategoryModifier and TypeMethodDescriptioncom.google.gson.JsonElementSiteResource.listSitePosts(Site site, Set<Category> categories) -
Uses of Category in org.fenixedu.cms.domain
Fields in org.fenixedu.cms.domain with type parameters of type CategoryModifier and TypeFieldDescriptionstatic final Comparator<? super Category>Category.CATEGORY_NAME_COMPARATORMethods in org.fenixedu.cms.domain that return CategoryModifier and TypeMethodDescriptionSite.categoryForSlug(String slug) Category.clone(CloneCache cloneCache) Site.getOrCreateCategoryForSlug(String slug, org.fenixedu.commons.i18n.LocalizedString name) Methods in org.fenixedu.cms.domain that return types with arguments of type CategoryModifier and TypeMethodDescriptionPost_Base.getCategoriesSet()Site_Base.getCategoriesSet()SiteBuilder_Base.getCategoriesSet()Category_Base.getRelationCategoryPost()Post_Base.getRelationCategoryPost()Category_Base.getRelationCategorySite()Site_Base.getRelationCategorySite()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,Category> Category_Base.getRelationCategoryUser()static pt.ist.fenixframework.dml.runtime.DirectRelation<ListCategoryPosts,Category> Category_Base.getRelationListCategoryPostsCategory()static pt.ist.fenixframework.dml.runtime.DirectRelation<Category,SiteBuilder> Category_Base.getRelationSiteBuilderCategory()static pt.ist.fenixframework.dml.runtime.DirectRelation<Category,SiteBuilder> SiteBuilder_Base.getRelationSiteBuilderCategory()Methods in org.fenixedu.cms.domain with parameters of type CategoryModifier and TypeMethodDescriptionvoidPost_Base.addCategories(Category categories) voidPost.addCategories(Category categories) voidSite_Base.addCategories(Category categories) voidSiteBuilder_Base.addCategories(Category categories) 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 com.google.gson.JsonObjectvoidPost_Base.removeCategories(Category categories) voidSite_Base.removeCategories(Category categories) voidSiteBuilder_Base.removeCategories(Category categories) -
Uses of Category in org.fenixedu.cms.domain.component
Methods in org.fenixedu.cms.domain.component that return CategoryMethods in org.fenixedu.cms.domain.component that return types with arguments of type CategoryModifier and TypeMethodDescriptionstatic pt.ist.fenixframework.dml.runtime.DirectRelation<ListCategoryPosts,Category> ListCategoryPosts_Base.getRelationListCategoryPostsCategory()Methods in org.fenixedu.cms.domain.component with parameters of type CategoryConstructors in org.fenixedu.cms.domain.component with parameters of type Category -
Uses of Category in org.fenixedu.cms.rss
Methods in org.fenixedu.cms.rss with parameters of type CategoryModifier and TypeMethodDescriptionstatic StringRSSService.generateRSSForCategory(Category category, Locale locale) Returns the RSS 2.0 feed for the givenCategory, containing all the category's posts as items.