| Package | Description |
|---|---|
| org.exoplatform.wiki.jpa | |
| org.exoplatform.wiki.jpa.dao |
| Modifier and Type | Method and Description |
|---|---|
static TemplateEntity |
EntityConverter.convertTemplateToTemplateEntity(org.exoplatform.wiki.mow.api.Template template,
WikiDAO wikiDAO) |
| Modifier and Type | Method and Description |
|---|---|
static org.exoplatform.wiki.mow.api.Template |
EntityConverter.convertTemplateEntityToTemplate(TemplateEntity templateEntity) |
| Modifier and Type | Method and Description |
|---|---|
TemplateEntity |
TemplateDAO.getTemplateOfWikiByName(String wikiType,
String wikiOwner,
String templateName) |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateEntity> |
TemplateDAO.getTemplatesOfWiki(String wikiType,
String wikiOwner) |
List<TemplateEntity> |
TemplateDAO.searchTemplatesByTitle(String wikiType,
String wikiOwner,
String searchText) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.