@ApplicationScoped @Named(value="dataDisplayerServices") public class DataDisplayerServices extends Object
Modifier and Type | Field and Description |
---|---|
protected DataDisplayerManager |
dataDisplayerManager |
protected DataProviderManager |
dataProviderManager |
protected ExportManager |
exportManager |
protected ImportManager |
importManager |
protected KPIManager |
kpiManager |
protected ScalarFunctionManager |
scalarFunctionManager |
Constructor and Description |
---|
DataDisplayerServices() |
Modifier and Type | Method and Description |
---|---|
DataDisplayerManager |
getDataDisplayerManager() |
DataProviderManager |
getDataProviderManager() |
ExportManager |
getExportManager() |
ImportManager |
getImportManager() |
KPIManager |
getKPIManager() |
ScalarFunctionManager |
getScalarFunctionManager() |
static DataDisplayerServices |
lookup() |
@Inject protected KPIManager kpiManager
@Inject protected DataProviderManager dataProviderManager
@Inject protected DataDisplayerManager dataDisplayerManager
@Inject protected ScalarFunctionManager scalarFunctionManager
@Inject protected ExportManager exportManager
@Inject protected ImportManager importManager
public static DataDisplayerServices lookup()
public KPIManager getKPIManager()
public DataProviderManager getDataProviderManager()
public DataDisplayerManager getDataDisplayerManager()
public ScalarFunctionManager getScalarFunctionManager()
public ExportManager getExportManager()
public ImportManager getImportManager()
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.