Uses of Class
org.exoplatform.wiki.mow.api.EmotionIcon
-
Packages that use EmotionIcon 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. -
-
Uses of EmotionIcon in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return EmotionIcon Modifier and Type Method Description static EmotionIconEntityConverter. convertEmotionIconEntityToEmotionIcon(EmotionIconEntity emotionIconEntity)EmotionIconJPADataStorage. getEmotionIconByName(String emotionIconName)Methods in org.exoplatform.wiki.jpa that return types with arguments of type EmotionIcon Modifier and Type Method Description List<EmotionIcon>JPADataStorage. getEmotionIcons()Methods in org.exoplatform.wiki.jpa with parameters of type EmotionIcon Modifier and Type Method Description static EmotionIconEntityEntityConverter. convertEmotionIconToEmotionIconEntity(EmotionIcon emotionIcon)voidJPADataStorage. createEmotionIcon(EmotionIcon emotionIcon) -
Uses of EmotionIcon in org.exoplatform.wiki.plugin
Methods in org.exoplatform.wiki.plugin that return types with arguments of type EmotionIcon Modifier and Type Method Description List<EmotionIcon>WikiEmotionIconsPlugin. getEmotionIcons() -
Uses of EmotionIcon in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return EmotionIcon Modifier and Type Method Description EmotionIconDataStorage. getEmotionIconByName(String name)EmotionIconWikiService. getEmotionIconByName(String name)Gets an emotion icon by nameMethods in org.exoplatform.wiki.service that return types with arguments of type EmotionIcon Modifier and Type Method Description List<EmotionIcon>DataStorage. getEmotionIcons()List<EmotionIcon>WikiService. getEmotionIcons()Gets all the emotion iconsMethods in org.exoplatform.wiki.service with parameters of type EmotionIcon Modifier and Type Method Description voidDataStorage. createEmotionIcon(EmotionIcon emotionIcon)voidWikiService. createEmotionIcon(EmotionIcon emotionIcon)Creates a emotion icon -
Uses of EmotionIcon in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return EmotionIcon Modifier and Type Method Description EmotionIconWikiServiceImpl. getEmotionIconByName(String name)Methods in org.exoplatform.wiki.service.impl that return types with arguments of type EmotionIcon Modifier and Type Method Description List<EmotionIcon>WikiServiceImpl. getEmotionIcons()Methods in org.exoplatform.wiki.service.impl with parameters of type EmotionIcon Modifier and Type Method Description voidWikiServiceImpl. createEmotionIcon(EmotionIcon emotionIcon)
-