class ViewConfigurationImpl extends Object implements ViewConfiguration
PersistenceLayer.| Modifier and Type | Field and Description |
|---|---|
private RoleModel |
configurable
A role that points to the object this view configuration applies to.
|
private ModelFactoryImpl |
mf |
private ViewConfigurationModelImpl |
model
The underlying model.
|
private PersistenceLayer |
pl |
| Constructor and Description |
|---|
ViewConfigurationImpl(RoleModel configurable,
ViewConfigurationModelImpl model,
PersistenceLayer pl) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSetting(String configTypeUri,
String settingUri,
Object value) |
Iterable<Topic> |
getConfigTopics() |
ViewConfigurationModel |
getModel() |
void |
updateConfigTopic(TopicModel configTopic) |
private ViewConfigurationModelImpl model
private RoleModel configurable
private PersistenceLayer pl
private ModelFactoryImpl mf
ViewConfigurationImpl(RoleModel configurable, ViewConfigurationModelImpl model, PersistenceLayer pl)
public Iterable<Topic> getConfigTopics()
getConfigTopics in interface ViewConfigurationpublic void addSetting(String configTypeUri, String settingUri, Object value)
addSetting in interface ViewConfigurationpublic void updateConfigTopic(TopicModel configTopic)
updateConfigTopic in interface ViewConfigurationpublic ViewConfigurationModel getModel()
getModel in interface ViewConfigurationCopyright © 2016. All Rights Reserved.