Package org.exoplatform.settings.jpa
Interface SettingsDAO
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<SettingsEntity,Long>
- All Known Implementing Classes:
SettingsDAO
public interface SettingsDAO
extends org.exoplatform.commons.api.persistence.GenericDAO<SettingsEntity,Long>
-
Method Summary
Modifier and TypeMethodDescriptionlongcountSettingsByNameAndValueAndScope(String scopeType, String scopeName, String key, String value) getSettingByContextAndScopeAndKey(String contextType, String contextName, String scopeType, String scopeName, String key) getSettingsByContextAndScope(String contextType, String contextName, String scopeType, String scopeName) getSettingsByContextTypeAndName(String contextType, String contextName) Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
getSettingsByContextTypeAndName
-
getSettingsByContextAndScope
-
getSettingByContextAndScopeAndKey
-
countSettingsByNameAndValueAndScope
-