Uses of Class
org.fenixedu.cms.domain.component.Component
-
Packages that use Component Package Description org.fenixedu.bennu.core.domain org.fenixedu.cms.api.json org.fenixedu.cms.api.resource org.fenixedu.cms.domain org.fenixedu.cms.domain.component -
-
Uses of Component in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return types with arguments of type Component Modifier and Type Method Description protected Set<Component>User_Base. getComponentsCreatedSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,Component>User_Base. getRelationComponentUser()Methods in org.fenixedu.bennu.core.domain with parameters of type Component Modifier and Type Method Description protected voidUser_Base. addComponentsCreated(Component componentsCreated)protected voidUser_Base. removeComponentsCreated(Component componentsCreated) -
Uses of Component in org.fenixedu.cms.api.json
Methods in org.fenixedu.cms.api.json that return Component Modifier and Type Method Description ComponentComponentAdapter. create(com.google.gson.JsonElement json, org.fenixedu.bennu.core.json.JsonBuilder ctx)ComponentComponentAdapter. update(com.google.gson.JsonElement arg0, Component arg1, org.fenixedu.bennu.core.json.JsonBuilder arg2)Methods in org.fenixedu.cms.api.json with parameters of type Component Modifier and Type Method Description ComponentComponentAdapter. update(com.google.gson.JsonElement arg0, Component arg1, org.fenixedu.bennu.core.json.JsonBuilder arg2)com.google.gson.JsonElementComponentAdapter. view(Component component, org.fenixedu.bennu.core.json.JsonBuilder ctx) -
Uses of Component in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type Component Modifier and Type Method Description com.google.gson.JsonElementComponentResource. getComponent(Component component) -
Uses of Component in org.fenixedu.cms.domain
Methods in org.fenixedu.cms.domain that return Component Modifier and Type Method Description ComponentPage. componentForOid(String oid)Searches aComponentof this page by oid.Methods in org.fenixedu.cms.domain that return types with arguments of type Component Modifier and Type Method Description Set<Component>Page_Base. getComponentsSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,Component>Page_Base. getRelationComponentPage()Methods in org.fenixedu.cms.domain with parameters of type Component Modifier and Type Method Description voidPage_Base. addComponents(Component components)voidPage. addComponents(Component components)static PagePage. create(Site site, Menu menu, MenuItem parent, org.fenixedu.commons.i18n.LocalizedString name, boolean published, String template, org.fenixedu.bennu.core.domain.User creator, Component... components)protected com.google.gson.JsonObjectSiteExporter. export(Component component)voidPage_Base. removeComponents(Component components)voidPage. removeComponents(Component components) -
Uses of Component in org.fenixedu.cms.domain.component
Subclasses of Component in org.fenixedu.cms.domain.component Modifier and Type Class Description classListCategoryPostsComponent that lists thePostof a given category.classListCategoryPosts_BaseclassStaticPostclassStaticPost_BaseclassStrategyBasedComponentclassStrategyBasedComponent_BaseMethods in org.fenixedu.cms.domain.component that return Component Modifier and Type Method Description abstract ComponentComponent. clone(CloneCache cloneCache)ComponentListCategoryPosts. clone(CloneCache cloneCache)static ComponentComponent. forType(Class<? extends CMSComponent> type)ComponentComponentDescriptor. fromJson(com.google.gson.JsonObject jsonObject)ComponentComponentDescriptor. instantiate(com.google.gson.JsonObject params)Methods in org.fenixedu.cms.domain.component that return types with arguments of type Component Modifier and Type Method Description static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,Component>Component_Base. getRelationComponentPage()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,Component>Component_Base. getRelationComponentUser()
-