Uses of Class
org.fenixedu.cms.domain.Category
-
-
Uses of Category in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return types with arguments of type Category Modifier and Type Method Description protected Set<Category>User_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 Category Modifier and Type Method Description protected 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 Category Modifier and Type Method Description CategoryCategoryAdapter. create(com.google.gson.JsonElement json, org.fenixedu.bennu.core.json.JsonBuilder ctx)CategoryCategoryAdapter. 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 Modifier and Type Method Description CategoryCategoryAdapter. update(com.google.gson.JsonElement json, Category category, org.fenixedu.bennu.core.json.JsonBuilder ctx)com.google.gson.JsonElementCategoryAdapter. view(Category category, org.fenixedu.bennu.core.json.JsonBuilder ctx) -
Uses of Category in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type Category Modifier and Type Method Description javax.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 Category Modifier and Type Method Description com.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 Category Modifier and Type Field Description static Comparator<? super Category>Category. CATEGORY_NAME_COMPARATORMethods in org.fenixedu.cms.domain that return Category Modifier and Type Method Description CategorySite. categoryForSlug(String slug)CategoryCategory. clone(CloneCache cloneCache)CategorySite. getOrCreateCategoryForSlug(String slug, org.fenixedu.commons.i18n.LocalizedString name)Methods in org.fenixedu.cms.domain that return types with arguments of type Category Modifier and Type Method Description Set<Category>Post_Base. getCategoriesSet()Set<Category>Site_Base. getCategoriesSet()Set<Category>SiteBuilder_Base. getCategoriesSet()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<Site,Category>Category_Base. getRelationCategorySite()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Category>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 Category Modifier and Type Method Description voidPost_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.JsonObjectSiteExporter. export(Category category)voidPost_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 Category Modifier and Type Method Description CategoryListCategoryPosts_Base. getCategory()Methods in org.fenixedu.cms.domain.component that return types with arguments of type Category Modifier and Type Method Description static pt.ist.fenixframework.dml.runtime.DirectRelation<ListCategoryPosts,Category>ListCategoryPosts_Base. getRelationListCategoryPostsCategory()Collection<Category>ListCategoryPosts.CategoriesForSite. provide(Page page)Methods in org.fenixedu.cms.domain.component with parameters of type Category Modifier and Type Method Description StringListCategoryPosts.CategoriesForSite. present(Category category)voidListCategoryPosts_Base. setCategory(Category category)Constructors in org.fenixedu.cms.domain.component with parameters of type Category Constructor Description ListCategoryPosts(Category cat) -
Uses of Category in org.fenixedu.cms.rss
Methods in org.fenixedu.cms.rss with parameters of type Category Modifier and Type Method Description static StringRSSService. generateRSSForCategory(Category category, Locale locale)Returns the RSS 2.0 feed for the givenCategory, containing all the category's posts as items. -
Uses of Category in org.fenixedu.cms.ui
Methods in org.fenixedu.cms.ui that return types with arguments of type Category Modifier and Type Method Description List<Category>AdminCategory. getCategories(Site site)
-