com.sdm.quasar.client.core.data
Interface DataManagerComponent

All Known Implementing Classes:
DataManagerFeature, DefaultDataManagerComponent

public interface DataManagerComponent

The interface defining a data manager component. It provides access to the various interfaces that provide the data manager's functionality to its different users.

Version:
1.0
Author:
Thomas Wolf, sd&m AG, Bernd Olleck, sd&m AG

Method Summary
 DataConfiguration getDataConfiguration()
           
 DataManager getDataManager()
           
 DataManagerSetup getDataManagerSetup()
           
 

Method Detail

getDataManager

public DataManager getDataManager()
Returns:
the data access interface of the data manager component

getDataConfiguration

public DataConfiguration getDataConfiguration()
Returns:
the data structure configuration interface of the data manager component.

getDataManagerSetup

public DataManagerSetup getDataManagerSetup()
Returns:
the administration interface of the data manager component