public interface ConfigurationPersistingStrategy<CONFIG extends UIComponentConfiguration>
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_PERMISSION_CODE |
| Modifier and Type | Method and Description |
|---|---|
Class<CONFIG> |
getComponentClass()
Provides the class this strategy is valid for.
|
void |
persistComponentConfiguration(CONFIG configuration,
UserModel user,
ObjectTemplate objectTemplate,
String code)
Stores the configuration according to the strategy implementation
|
static final String COMPONENT_PERMISSION_CODE
void persistComponentConfiguration(CONFIG configuration, UserModel user, ObjectTemplate objectTemplate, String code)
configuration - the configuration to storeuser - the user the configuration should be valid forobjectTemplate - the object template the configuration should be valid forcode - the component code of the configurationCopyright © 2017 SAP SE. All Rights Reserved.