Uses of Class
org.fenixedu.cms.domain.CMSTemplate
Packages that use CMSTemplate
-
Uses of CMSTemplate in org.fenixedu.cms.domain
Methods in org.fenixedu.cms.domain that return CMSTemplateModifier and TypeMethodDescriptionCMSTheme_Base.getDefaultTemplate()Page_Base.getTemplate()Page.getTemplate()Page.getTemplateFromSuper()CMSTheme.templateForType(String type) Searches for aCMSTemplatewith a given type on this theme.Methods in org.fenixedu.cms.domain that return types with arguments of type CMSTemplateModifier and TypeMethodDescriptionCMSTheme.getAllTemplates()CMSTheme.getExtendedTemplates()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,CMSTemplate> CMSTemplate_Base.getRelationCMSTemplateCMSTheme()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,CMSTemplate> CMSTheme_Base.getRelationCMSTemplateCMSTheme()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTemplate,Page> CMSTemplate_Base.getRelationCMSTemplatePage()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTemplate,Page> Page_Base.getRelationCMSTemplatePage()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,CMSTemplate> CMSTemplate_Base.getRelationDefaultPage()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,CMSTemplate> CMSTheme_Base.getRelationDefaultPage()CMSTheme_Base.getTemplatesSet()Methods in org.fenixedu.cms.domain with parameters of type CMSTemplateModifier and TypeMethodDescriptionvoidCMSTheme_Base.addTemplates(CMSTemplate templates) voidCMSTheme_Base.removeTemplates(CMSTemplate templates) voidCMSTheme_Base.setDefaultTemplate(CMSTemplate defaultTemplate) voidPage_Base.setTemplate(CMSTemplate template) voidPage.setTemplate(CMSTemplate template)