Package org.exoplatform.wiki.jpa.dao
Class EmotionIconDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<E,ID>
-
- org.exoplatform.wiki.jpa.dao.WikiBaseDAO<EmotionIconEntity,Long>
-
- org.exoplatform.wiki.jpa.dao.EmotionIconDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<EmotionIconEntity,Long>
public class EmotionIconDAO extends WikiBaseDAO<EmotionIconEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description EmotionIconDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmotionIconEntitygetEmotionIconByName(String emotionIconName)-
Methods inherited from class org.exoplatform.wiki.jpa.dao.WikiBaseDAO
validateGroupWikiOwner
-
-
-
-
Method Detail
-
getEmotionIconByName
public EmotionIconEntity getEmotionIconByName(String emotionIconName)
-
-