public interface ConfigurationPersistingStrategy<CONFIG extends UIComponentConfiguration>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_PERMISSION_CODE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<CONFIG> |
getComponentClass()
Provides the class this strategy is valid for.
|
void |
persistComponentConfiguration(CONFIG configuration,
UserModel user,
ObjectTemplate objectTemplate,
java.lang.String code)
Stores the configuration according to the strategy implementation
|
static final java.lang.String COMPONENT_PERMISSION_CODE
void persistComponentConfiguration(CONFIG configuration, UserModel user, ObjectTemplate objectTemplate, java.lang.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 configurationjava.lang.Class<CONFIG> getComponentClass()
Copyright © 2018 SAP SE. All Rights Reserved.