Package org.exoplatform.settings.jpa
Interface SettingContextDAO
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ContextEntity,Long>
- All Known Implementing Classes:
SettingContextDAO
public interface SettingContextDAO
extends org.exoplatform.commons.api.persistence.GenericDAO<ContextEntity,Long>
-
Method Summary
Modifier and TypeMethodDescriptionlongcountContextsByType(String contextType) getContextByTypeAndName(String contextType, String contextName) getContextNamesByType(String contextType, int offset, int limit) getContextsByTypeAndSettingNameAndScope(String contextType, String scopeType, String scopeName, String settingName, int offset, int limit) getEmptyContextsByScopeAndContextType(String contextType, String scopeType, String scopeName, String settingName, int offset, int limit) Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
getContextByTypeAndName
-
getEmptyContextsByScopeAndContextType
-
getContextsByTypeAndSettingNameAndScope
-
countContextsByType
-
getContextNamesByType
-