| Package | Description |
|---|---|
| org.exoplatform.settings.jpa | |
| org.exoplatform.settings.jpa.dao | |
| org.exoplatform.settings.jpa.entity |
| Modifier and Type | Method and Description |
|---|---|
static ContextEntity |
EntityConverter.convertContextToContextEntity(org.exoplatform.commons.api.settings.data.Context context) |
| Modifier and Type | Method and Description |
|---|---|
ContextEntity |
SettingContextDAO.getContextByTypeAndName(String contextType,
String contextName) |
| Modifier and Type | Method and Description |
|---|---|
List<ContextEntity> |
SettingContextDAO.getContextsByTypeAndSettingNameAndScope(String contextType,
String scopeType,
String scopeName,
String settingName,
int offset,
int limit) |
List<ContextEntity> |
SettingContextDAO.getEmptyContextsByScopeAndContextType(String contextType,
String scopeType,
String scopeName,
String settingName,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
ContextEntity |
SettingsEntity.getContext() |
ContextEntity |
ContextEntity.setName(String name) |
ContextEntity |
ContextEntity.setType(String type) |
| Modifier and Type | Method and Description |
|---|---|
SettingsEntity |
SettingsEntity.setContext(ContextEntity context) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.