| Package | Description |
|---|---|
| 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 |
|---|---|
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 |
JCRDataStorage.getEmotionIconByName(String name) |
EmotionIcon |
WikiServiceImpl.getEmotionIconByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<EmotionIcon> |
JCRDataStorage.getEmotionIcons() |
List<EmotionIcon> |
WikiServiceImpl.getEmotionIcons() |
| Modifier and Type | Method and Description |
|---|---|
void |
JCRDataStorage.createEmotionIcon(EmotionIcon emotionIcon) |
void |
WikiServiceImpl.createEmotionIcon(EmotionIcon emotionIcon) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.