| Package | Description |
|---|---|
| org.exoplatform.wiki.jpa | |
| org.exoplatform.wiki.plugin | |
| org.exoplatform.wiki.service |
Handles all actions in Wiki.
|
| org.exoplatform.wiki.service.impl |
Implements services of the Wiki application.
|
| Modifier and Type | Method and Description |
|---|---|
static EmotionIcon |
EntityConverter.convertEmotionIconEntityToEmotionIcon(EmotionIconEntity emotionIconEntity) |
EmotionIcon |
JPADataStorage.getEmotionIconByName(String emotionIconName) |
| Modifier and Type | Method and Description |
|---|---|
List<EmotionIcon> |
JPADataStorage.getEmotionIcons() |
| Modifier and Type | Method and Description |
|---|---|
static EmotionIconEntity |
EntityConverter.convertEmotionIconToEmotionIconEntity(EmotionIcon emotionIcon) |
void |
JPADataStorage.createEmotionIcon(EmotionIcon emotionIcon) |
| Modifier and Type | Method and Description |
|---|---|
List<EmotionIcon> |
WikiEmotionIconsPlugin.getEmotionIcons() |
| Modifier and Type | Method and Description |
|---|---|
EmotionIcon |
WikiService.getEmotionIconByName(String name)
Gets an emotion icon by name
|
EmotionIcon |
DataStorage.getEmotionIconByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<EmotionIcon> |
WikiService.getEmotionIcons()
Gets all the emotion icons
|
List<EmotionIcon> |
DataStorage.getEmotionIcons() |
| Modifier and Type | Method and Description |
|---|---|
void |
WikiService.createEmotionIcon(EmotionIcon emotionIcon)
Creates a emotion icon
|
void |
DataStorage.createEmotionIcon(EmotionIcon emotionIcon) |
| Modifier and Type | Method and Description |
|---|---|
EmotionIcon |
WikiServiceImpl.getEmotionIconByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<EmotionIcon> |
WikiServiceImpl.getEmotionIcons() |
| Modifier and Type | Method and Description |
|---|---|
void |
WikiServiceImpl.createEmotionIcon(EmotionIcon emotionIcon) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.