public interface SmarteditConfigurationService
| Modifier and Type | Method and Description |
|---|---|
SmarteditConfigurationModel |
create(SmarteditConfigurationModel configurationModel)
Create a new configuration model
|
void |
delete(java.lang.String uid)
Deletes the configuration model represented by this unique identifier
|
java.util.List<SmarteditConfigurationModel> |
findAll()
Finds all ConfigurationData stores in the data store.
|
SmarteditConfigurationModel |
findByKey(java.lang.String uid)
Finds a configuration data bean by its unique identifier
|
SmarteditConfigurationModel |
update(java.lang.String uid,
SmarteditConfigurationModel configurationModel)
Updates the configuration model represented by the uid
|
java.util.List<SmarteditConfigurationModel> findAll()
SmarteditConfigurationModelSmarteditConfigurationModel create(SmarteditConfigurationModel configurationModel)
configurationModel - the model to be savedSmarteditConfigurationModel update(java.lang.String uid, SmarteditConfigurationModel configurationModel)
uid - is the unique identifier of this configurationconfigurationModel - - the model to be updatedvoid delete(java.lang.String uid)
uid - the model' unique identifierSmarteditConfigurationModel findByKey(java.lang.String uid)
uid - the configuration's unique identifierSmarteditConfigurationModel instance, or null if it does not exist in the data store.Copyright © 2018 SAP SE. All Rights Reserved.