public class SettingsDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<SettingsEntity,Long>
| Constructor and Description |
|---|
SettingsDAO() |
| Modifier and Type | Method and Description |
|---|---|
long |
countSettingsByNameAndValueAndScope(String scopeType,
String scopeName,
String key,
String value) |
SettingsEntity |
getSettingByContextAndScopeAndKey(String contextType,
String contextName,
String scopeType,
String scopeName,
String key) |
List<SettingsEntity> |
getSettingsByContextAndScope(String contextType,
String contextName,
String scopeType,
String scopeName) |
List<SettingsEntity> |
getSettingsByContextTypeAndName(String contextType,
String contextName) |
public List<SettingsEntity> getSettingsByContextTypeAndName(String contextType, String contextName)
public List<SettingsEntity> getSettingsByContextAndScope(String contextType, String contextName, String scopeType, String scopeName)
public SettingsEntity getSettingByContextAndScopeAndKey(String contextType, String contextName, String scopeType, String scopeName, String key)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.