de.deepamehta.core
Interface ViewConfiguration

Show UML class diagram
All Known Implementing Classes:
AttachedViewConfiguration

public interface ViewConfiguration

Author:
Jörg Richter

Method Summary
 void addSetting(String configTypeUri, String settingUri, Object value)
           
 Iterable<Topic> getConfigTopics()
           
 ViewConfigurationModel getModel()
           
 void updateConfigTopic(TopicModel configTopic)
           
 

Method Detail

getConfigTopics

Iterable<Topic> getConfigTopics()

addSetting

void addSetting(String configTypeUri,
                String settingUri,
                Object value)

updateConfigTopic

void updateConfigTopic(TopicModel configTopic)

getModel

ViewConfigurationModel getModel()


Copyright © 2014. All Rights Reserved.