Uses of Class
org.exoplatform.wiki.mow.core.api.wiki.Template

Packages that use Template
org.exoplatform.wiki.mow.core.api.wiki   
org.exoplatform.wiki.service Wiki Services classes to handle all actions on the wiki. 
org.exoplatform.wiki.service.impl Packaging implementation of the services layer of the wiki application. 
 

Uses of Template in org.exoplatform.wiki.mow.core.api.wiki
 

Methods in org.exoplatform.wiki.mow.core.api.wiki that return Template
 Template TemplateContainer.addPage(String templateName, Template template)
           
abstract  Template TemplateContainer.createTemplatePage()
           
 Template TemplateContainer.getTemplate(String name)
           
 

Methods in org.exoplatform.wiki.mow.core.api.wiki that return types with arguments of type Template
abstract  Map<String,Template> TemplateContainer.getTemplates()
           
 

Methods in org.exoplatform.wiki.mow.core.api.wiki with parameters of type Template
 Template TemplateContainer.addPage(String templateName, Template template)
           
 

Method parameters in org.exoplatform.wiki.mow.core.api.wiki with type arguments of type Template
abstract  void TemplateContainer.setTemplates(Map<String,Template> templates)
           
 

Uses of Template in org.exoplatform.wiki.service
 

Methods in org.exoplatform.wiki.service that return Template
 Template WikiService.createTemplatePage(String title, WikiPageParams params)
          Create a new template Wiki Page
 Template WikiService.getTemplatePage(WikiPageParams params, String templateId)
          Return the template to use for the wiki page
 

Methods in org.exoplatform.wiki.service that return types with arguments of type Template
 Map<String,Template> WikiService.getTemplates(WikiPageParams params)
          Return a map of templates for the wiki page
 

Methods in org.exoplatform.wiki.service with parameters of type Template
 void WikiService.modifyTemplate(WikiPageParams params, Template template, String newName, String newDescription, String newContent, String newSyntaxId)
          Modify an existing template available
 

Uses of Template in org.exoplatform.wiki.service.impl
 

Methods in org.exoplatform.wiki.service.impl that return Template
 Template WikiServiceImpl.createTemplatePage(String title, WikiPageParams params)
           
 Template WikiServiceImpl.getTemplatePage(WikiPageParams params, String templateId)
           
 

Methods in org.exoplatform.wiki.service.impl that return types with arguments of type Template
 Map<String,Template> WikiServiceImpl.getTemplates(WikiPageParams params)
           
 

Methods in org.exoplatform.wiki.service.impl with parameters of type Template
 void WikiServiceImpl.modifyTemplate(WikiPageParams params, Template template, String newTitle, String newDescription, String newContent, String newSyntaxId)
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.