Uses of Class
org.exoplatform.wiki.mow.api.Template
-
Packages that use Template Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.mow.api org.exoplatform.wiki.plugin org.exoplatform.wiki.service Handles all actions in Wiki.org.exoplatform.wiki.service.impl Implements services of the Wiki application. -
-
Uses of Template in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return Template Modifier and Type Method Description static TemplateEntityConverter. convertTemplateEntityToTemplate(TemplateEntity templateEntity)TemplateJPADataStorage. getTemplatePage(WikiPageParams params, String templateName)Methods in org.exoplatform.wiki.jpa that return types with arguments of type Template Modifier and Type Method Description Map<String,Template>JPADataStorage. getTemplates(WikiPageParams wikiPageParams)Methods in org.exoplatform.wiki.jpa with parameters of type Template Modifier and Type Method Description static TemplateEntityEntityConverter. convertTemplateToTemplateEntity(Template template, WikiDAO wikiDAO)voidJPADataStorage. createTemplatePage(Wiki wiki, Template template)voidJPADataStorage. updateTemplatePage(Template template) -
Uses of Template in org.exoplatform.wiki.mow.api
Methods in org.exoplatform.wiki.mow.api that return Template Modifier and Type Method Description TemplateTemplatesContainer. addPage(String name, Template template)TemplateTemplatesContainer. createTemplatePage()Methods in org.exoplatform.wiki.mow.api with parameters of type Template Modifier and Type Method Description TemplateTemplatesContainer. addPage(String name, Template template) -
Uses of Template in org.exoplatform.wiki.plugin
Methods in org.exoplatform.wiki.plugin that return types with arguments of type Template Modifier and Type Method Description List<Template>WikiTemplatePagePlugin. getTemplates() -
Uses of Template in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return Template Modifier and Type Method Description TemplateDataStorage. getTemplatePage(WikiPageParams params, String templateId)TemplateWikiService. getTemplatePage(WikiPageParams params, String templateId)Gets a Wiki template.Methods in org.exoplatform.wiki.service that return types with arguments of type Template Modifier and Type Method Description Map<String,Template>DataStorage. getTemplates(WikiPageParams params)Map<String,Template>WikiService. getTemplates(WikiPageParams params)Gets a map of wiki templates based on a given params object.Methods in org.exoplatform.wiki.service with parameters of type Template Modifier and Type Method Description voidDataStorage. createTemplatePage(Wiki wiki, Template template)voidWikiService. createTemplatePage(Wiki wiki, Template template)Creates a new Wiki template.voidWikiService. updateTemplate(Template template)Modifies an existing wiki template.voidDataStorage. updateTemplatePage(Template template) -
Uses of Template in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return Template Modifier and Type Method Description TemplateWikiServiceImpl. getTemplatePage(WikiPageParams params, String templateId)Methods in org.exoplatform.wiki.service.impl that return types with arguments of type Template Modifier and Type Method Description Map<String,Template>WikiServiceImpl. getTemplates(WikiPageParams params)Methods in org.exoplatform.wiki.service.impl with parameters of type Template Modifier and Type Method Description voidWikiServiceImpl. createTemplatePage(Wiki wiki, Template template)TemplatevoidWikiServiceImpl. updateTemplate(Template template)
-