Uses of Class
com.dotmarketing.portlets.templates.model.Template

Packages that use Template
com.dotmarketing.portlets.htmlpages.factories   
com.dotmarketing.portlets.templates.factories   
com.dotmarketing.portlets.templates.model   
com.dotmarketing.services   
 

Uses of Template in com.dotmarketing.portlets.htmlpages.factories
 

Methods in com.dotmarketing.portlets.htmlpages.factories that return Template
static Template HTMLPageFactory.getHTMLPageTemplate(Inode i)
           
static Template HTMLPageFactory.getHTMLPageTemplate(Inode i, boolean previewMode)
           
static Template HTMLPageFactory.getTemplate(HTMLPage htmlpage)
           
static Template HTMLPageFactory.getWorkingNotLiveHTMLPageTemplate(Inode i)
           
 

Uses of Template in com.dotmarketing.portlets.templates.factories
 

Methods in com.dotmarketing.portlets.templates.factories that return Template
static Template TemplateFactory.copyTemplate(Template currentTemplate)
           
static Template TemplateFactory.getCategoryTemplate()
           
static Template TemplateFactory.getTemplateByLiveAndFolderAndTitle(Inode parent, java.lang.String title)
           
static Template TemplateFactory.getTemplateParent(Inode o)
           
 

Methods in com.dotmarketing.portlets.templates.factories with parameters of type Template
static Template TemplateFactory.copyTemplate(Template currentTemplate)
           
static void TemplateFactory.deleteChildren(Template parent, java.lang.Class c)
           
static File TemplateFactory.getImageFile(Template template)
           
 

Uses of Template in com.dotmarketing.portlets.templates.model
 

Methods in com.dotmarketing.portlets.templates.model with parameters of type Template
 void Template.copy(Template currentTemplate)
           
 

Uses of Template in com.dotmarketing.services
 

Methods in com.dotmarketing.services with parameters of type Template
static void TemplateServices.previewTemplate(Template template, boolean temp, boolean previewMode)
           
static void TemplateServices.publishTemplateToFile(Template template)
           
static void TemplateServices.removeTemplateFile(Template asset, boolean EDIT_MODE)
           
static void TemplateServices.removeTemplateFile(Template asset, Identifier identifier, boolean EDIT_MODE)
           
static void TemplateServices.unpublishTemplateFile(Template asset)
           
static void TemplateServices.writeTemplateToFile(Template template, boolean EDIT_MODE)
           
static void TemplateServices.writeTemplateToFile(Template template, Identifier identifier, boolean EDIT_MODE)
           
 



Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.