Package | Description |
---|---|
de.xima.fc.api.entity |
Package für den API-Zugriff auf Modellklassen
|
de.xima.fc.dao.impl | |
de.xima.fc.dao.interfaces | |
de.xima.fc.gui.bean.data | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.web.common.datasource |
Modifier and Type | Method and Description |
---|---|
Datenquelle |
DatenquelleAPI.getDatenquelleById(UserContext uc,
Mandant mandant,
int id)
Methode zum Ermitteln einer Datenquelle eines Mandanten anhand der id
|
Datenquelle |
DatenquelleAPI.getDatenquelleByName(UserContext uc,
Mandant mandant,
String name)
Deprecated.
|
Datenquelle |
DatenquelleAPI.getDatenquelleByName(UserContext uc,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp)
Methode zum Ermitteln einer Datenquelle eines Mandanten anhand des Names und Typs
|
Modifier and Type | Method and Description |
---|---|
List<Datenquelle> |
DatenquelleAPI.getDatenquellen(UserContext uc,
Mandant mandant)
Methode zum ermitteln aller Datenquellen eines Mandanten
|
Modifier and Type | Method and Description |
---|---|
Datenquelle |
DatenquelleDao.getDatenquelleById(IEntityContext ec,
Mandant mandant,
int id)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.
|
Datenquelle |
DatenquelleDao.getDatenquelleByName(IEntityContext ec,
Mandant mandant,
String name)
Liefert den via Namen angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.
|
Datenquelle |
DatenquelleDao.getDatenquelleByNameAndType(IEntityContext ec,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp)
Liefert den via Namen und Typ angefordeten Mandanten-spezifische (nutzerdefinierte) DataStore.
|
Modifier and Type | Method and Description |
---|---|
List<Datenquelle> |
DatenquelleDao.getDatenquellen(IEntityContext ec,
Mandant mandant)
Liefert Mandanten-spezifische (nutzerdefinierte) DataStores.
|
Modifier and Type | Method and Description |
---|---|
Datenquelle |
IDatenquelleDao.getDatenquelleById(IEntityContext ec,
Mandant mandant,
int id) |
Datenquelle |
IDatenquelleDao.getDatenquelleByName(IEntityContext ec,
Mandant mandant,
String name) |
Datenquelle |
IDatenquelleDao.getDatenquelleByNameAndType(IEntityContext ec,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp) |
Modifier and Type | Method and Description |
---|---|
List<Datenquelle> |
IDatenquelleDao.getDatenquellen(IEntityContext ec,
Mandant mandant) |
Modifier and Type | Method and Description |
---|---|
IEntityListModel<Datenquelle> |
DataSourcesBean.getModel() |
IEntityListModel<Datenquelle> |
DBQueryBean.getModel() |
Modifier and Type | Method and Description |
---|---|
String |
DBQueryBean.getResourceName(Datenquelle datenquelle) |
Modifier and Type | Method and Description |
---|---|
void |
DataSourcesBean.setModel(IEntityListModel<Datenquelle> model) |
void |
DBQueryBean.setModel(IEntityListModel<Datenquelle> model) |
Modifier and Type | Method and Description |
---|---|
Datenquelle |
DatenquelleHandler.getDatenquelleById(UserContext uc,
Mandant mandant,
int id)
Gets the DataStores by.
|
Datenquelle |
DatenquelleHandler.getDatenquelleByName(UserContext uc,
Mandant man,
String name)
Gets the DataStores by.
|
Datenquelle |
DatenquelleHandler.getDatenquelleByNameAndType(UserContext uc,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp) |
Modifier and Type | Method and Description |
---|---|
List<Datenquelle> |
DatenquelleHandler.getDatenquellen(UserContext uc,
Mandant mandant)
Gets the DataStores.
|
Modifier and Type | Method and Description |
---|---|
Datenquelle |
IDatenquelleHandler.getDatenquelleById(UserContext uc,
Mandant mandant,
int id)
Gets the DataStores by.
|
Datenquelle |
IDatenquelleHandler.getDatenquelleByName(UserContext uc,
Mandant man,
String name)
Gets the DataStores by.
|
Datenquelle |
IDatenquelleHandler.getDatenquelleByNameAndType(UserContext uc,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp)
Gets the DataStores by name and type
|
Modifier and Type | Method and Description |
---|---|
List<Datenquelle> |
IDatenquelleHandler.getDatenquellen(UserContext uc,
Mandant mandant)
Gets the DataStores.
|
Modifier and Type | Method and Description |
---|---|
static IDatenquelleResolver |
DatenquelleResolverFactory.createDatenquelleItemResolver(String datasourceName,
Mandant mandant,
Datenquelle datenquelle,
IDatenquelleParams params,
IPluginDataSourceParams pluginParams) |
static IDatenquelleResolver |
DatenquelleResolverFactory.createSystemDatenquelleItemResolver(Datenquelle datenquelle,
IDatenquelleParams params)
Diese Methode liefert eine Instanz vom Typ
IDatenquelleResolver . |
Constructor and Description |
---|
CSVDatenquelleResolver(Datenquelle datenquelle,
IDatenquelleParams params) |
DBDatenquelleResolver(Datenquelle datenquelle,
IDatenquelleParams params) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.