Uses of Class
org.exoplatform.wiki.jpa.entity.EmotionIconEntity
-
Packages that use EmotionIconEntity Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.jpa.dao -
-
Uses of EmotionIconEntity in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return EmotionIconEntity Modifier and Type Method Description static EmotionIconEntityEntityConverter. convertEmotionIconToEmotionIconEntity(EmotionIcon emotionIcon)Methods in org.exoplatform.wiki.jpa with parameters of type EmotionIconEntity Modifier and Type Method Description static EmotionIconEntityConverter. convertEmotionIconEntityToEmotionIcon(EmotionIconEntity emotionIconEntity) -
Uses of EmotionIconEntity in org.exoplatform.wiki.jpa.dao
Methods in org.exoplatform.wiki.jpa.dao that return EmotionIconEntity Modifier and Type Method Description EmotionIconEntityEmotionIconDAO. getEmotionIconByName(String emotionIconName)
-