| Package | Description |
|---|---|
| org.exoplatform.settings.jpa.dao | |
| org.exoplatform.settings.jpa.entity |
| Modifier and Type | Method and Description |
|---|---|
SettingsEntity |
SettingsDAO.getSettingByContextAndScopeAndKey(String contextType,
String contextName,
String scopeType,
String scopeName,
String key) |
| Modifier and Type | Method and Description |
|---|---|
List<SettingsEntity> |
SettingsDAO.getSettingsByContextAndScope(String contextType,
String contextName,
String scopeType,
String scopeName) |
List<SettingsEntity> |
SettingsDAO.getSettingsByContextTypeAndName(String contextType,
String contextName) |
| Modifier and Type | Method and Description |
|---|---|
SettingsEntity |
SettingsEntity.setContext(ContextEntity context) |
SettingsEntity |
SettingsEntity.setName(String name) |
SettingsEntity |
SettingsEntity.setScope(ScopeEntity scope) |
SettingsEntity |
SettingsEntity.setValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Set<SettingsEntity> |
ContextEntity.getSettings() |
Set<SettingsEntity> |
ScopeEntity.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextEntity.setSettings(Set<SettingsEntity> settings) |
void |
ScopeEntity.setSettings(Set<SettingsEntity> settings) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.