| Modifier and Type | Method and Description |
|---|---|
static SmarteditConfigurationModel |
SmarteditConfigurationModelFactory.modelBuilder(java.lang.String key,
java.lang.String value) |
static SmarteditConfigurationModel |
SmarteditConfigurationModelFactory.modelBuilder(java.lang.String id,
java.lang.String key,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
SmarteditConfigurationModel |
SmarteditConfigurationDao.findByKey(java.lang.String key)
Finds a
SmarteditConfigurationModel by its key value. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SmarteditConfigurationModel> |
SmarteditConfigurationDao.loadAll()
Loads all configurations persisted
|
| Modifier and Type | Method and Description |
|---|---|
SmarteditConfigurationModel |
DefaultSmarteditConfigurationDao.findByKey(java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SmarteditConfigurationModel> |
DefaultSmarteditConfigurationDao.loadAll() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPopulatingConverter<ConfigurationData,SmarteditConfigurationModel> |
DefaultSmarteditConfigurationFacade.getConfigurationDataToModelConverter() |
protected AbstractPopulatingConverter<SmarteditConfigurationModel,ConfigurationData> |
DefaultSmarteditConfigurationFacade.getConfigurationModelToDataConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationData |
DefaultSmarteditConfigurationFacadeTest.buildConfiguraitonData(SmarteditConfigurationModel configurationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSmarteditConfigurationFacade.setConfigurationDataToModelConverter(AbstractPopulatingConverter<ConfigurationData,SmarteditConfigurationModel> configurationDataToModelConverter) |
void |
DefaultSmarteditConfigurationFacade.setConfigurationModelToDataConverter(AbstractPopulatingConverter<SmarteditConfigurationModel,ConfigurationData> configurationModelToDataConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
SmarteditConfigurationDataToModelPopulator.populate(ConfigurationData source,
SmarteditConfigurationModel target) |
void |
SmarteditConfigurationModelToDataPopulator.populate(SmarteditConfigurationModel source,
ConfigurationData target) |
| Modifier and Type | Method and Description |
|---|---|
SmarteditConfigurationModel |
SmarteditConfigurationService.create(SmarteditConfigurationModel configurationModel)
Create a new configuration model
|
SmarteditConfigurationModel |
SmarteditConfigurationService.findByKey(java.lang.String uid)
Finds a configuration data bean by its unique identifier
|
SmarteditConfigurationModel |
SmarteditConfigurationService.update(java.lang.String uid,
SmarteditConfigurationModel configurationModel)
Updates the configuration model represented by the uid
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SmarteditConfigurationModel> |
SmarteditConfigurationService.findAll()
Finds all ConfigurationData stores in the data store.
|
| Modifier and Type | Method and Description |
|---|---|
SmarteditConfigurationModel |
SmarteditConfigurationService.create(SmarteditConfigurationModel configurationModel)
Create a new configuration model
|
SmarteditConfigurationModel |
SmarteditConfigurationService.update(java.lang.String uid,
SmarteditConfigurationModel configurationModel)
Updates the configuration model represented by the uid
|
| Modifier and Type | Method and Description |
|---|---|
SmarteditConfigurationModel |
DefaultSmarteditConfigurationService.create(SmarteditConfigurationModel configurationModel) |
SmarteditConfigurationModel |
DefaultSmarteditConfigurationService.findByKey(java.lang.String key) |
SmarteditConfigurationModel |
DefaultSmarteditConfigurationService.update(java.lang.String uid,
SmarteditConfigurationModel configurationModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SmarteditConfigurationModel> |
DefaultSmarteditConfigurationService.findAll() |
| Modifier and Type | Method and Description |
|---|---|
SmarteditConfigurationModel |
DefaultSmarteditConfigurationService.create(SmarteditConfigurationModel configurationModel) |
SmarteditConfigurationModel |
DefaultSmarteditConfigurationService.update(java.lang.String uid,
SmarteditConfigurationModel configurationModel) |
| Modifier and Type | Method and Description |
|---|---|
SmarteditConfigurationModel |
SmarteditConfigurationResource.getSmarteditConfigurationModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SmarteditConfigurationModel |
SmarteditConfigurationResource.readResource(java.lang.String resourceId)
Gets the
SmarteditConfigurationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SmarteditConfigurationModel> |
SmarteditConfigurationsResource.getSmarteditConfigurationsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SmarteditConfigurationResource.setSmarteditConfigurationModel(SmarteditConfigurationModel value)
Convenience method which just delegates to
#setResourceValue(SmarteditConfigurationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SmarteditConfigurationsResource.setSmarteditConfigurationsCollection(java.util.Collection<SmarteditConfigurationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.