Package org.exoplatform.onlyoffice.jpa
Interface EditorConfigDAO
-
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<EditorConfigEntity,Long>
- All Known Implementing Classes:
EditorConfigDAOImpl
public interface EditorConfigDAO extends org.exoplatform.commons.api.persistence.GenericDAO<EditorConfigEntity,Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<EditorConfigEntity>getConfigByDocId(String docId)List<EditorConfigEntity>getConfigByKey(String key)
-
-
-
Method Detail
-
getConfigByKey
List<EditorConfigEntity> getConfigByKey(String key)
-
getConfigByDocId
List<EditorConfigEntity> getConfigByDocId(String docId)
-
-