Uses of Class
org.fenixedu.cms.domain.CMSTemplate
-
Packages that use CMSTemplate Package Description org.fenixedu.cms.domain -
-
Uses of CMSTemplate in org.fenixedu.cms.domain
Methods in org.fenixedu.cms.domain that return CMSTemplate Modifier and Type Method Description CMSTemplateCMSTheme_Base. getDefaultTemplate()CMSTemplatePage_Base. getTemplate()CMSTemplatePage. getTemplate()CMSTemplatePage. getTemplateFromSuper()CMSTemplateCMSTheme. 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 CMSTemplate Modifier and Type Method Description Set<CMSTemplate>CMSTheme. getAllTemplates()Set<CMSTemplate>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()Set<CMSTemplate>CMSTheme_Base. getTemplatesSet()Methods in org.fenixedu.cms.domain with parameters of type CMSTemplate Modifier and Type Method Description voidCMSTheme_Base. addTemplates(CMSTemplate templates)voidCMSTheme_Base. removeTemplates(CMSTemplate templates)voidCMSTheme_Base. setDefaultTemplate(CMSTemplate defaultTemplate)voidPage_Base. setTemplate(CMSTemplate template)voidPage. setTemplate(CMSTemplate template)
-