Uses of Class
org.fenixedu.cms.domain.component.Component
Packages that use Component
Package
Description
-
Uses of Component in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return types with arguments of type ComponentModifier and TypeMethodDescriptionUser_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 ComponentModifier and TypeMethodDescriptionprotected 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 ComponentModifier and TypeMethodDescriptionComponentAdapter.create(com.google.gson.JsonElement json, org.fenixedu.bennu.core.json.JsonBuilder ctx) ComponentAdapter.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 -
Uses of Component in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type ComponentModifier and TypeMethodDescriptioncom.google.gson.JsonElementComponentResource.getComponent(Component component) -
Uses of Component in org.fenixedu.cms.domain
Methods in org.fenixedu.cms.domain that return ComponentModifier and TypeMethodDescriptionPage.componentForOid(String oid) Searches aComponentof this page by oid.Methods in org.fenixedu.cms.domain that return types with arguments of type ComponentModifier and TypeMethodDescriptionPage_Base.getComponentsSet()Page_Base.getRelationComponentPage()Methods in org.fenixedu.cms.domain with parameters of type ComponentModifier and TypeMethodDescriptionvoidPage_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.JsonObjectvoidPage_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.componentModifier and TypeClassDescriptionclassComponent that lists thePostof a given category.classclassclassfinal classclassMethods in org.fenixedu.cms.domain.component that return ComponentModifier and TypeMethodDescriptionabstract ComponentComponent.clone(CloneCache cloneCache) ListCategoryPosts.clone(CloneCache cloneCache) static ComponentComponent.forType(Class<? extends CMSComponent> type) ComponentDescriptor.fromJson(com.google.gson.JsonObject jsonObject) ComponentDescriptor.instantiate(com.google.gson.JsonObject params) Methods in org.fenixedu.cms.domain.component that return types with arguments of type ComponentModifier and TypeMethodDescriptionComponent_Base.getRelationComponentPage()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,Component> Component_Base.getRelationComponentUser()