Package | Description |
---|---|
de.xima.fc.api.entity |
Package for the API access of the model classes.
|
de.xima.fc.dao.impl | |
de.xima.fc.dao.interfaces | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.gui.bean.data | |
de.xima.fc.gui.bean.project | |
de.xima.fc.gui.common.utils | |
de.xima.fc.gui.model | |
de.xima.fc.gui.utils.data | |
de.xima.fc.gui.utils.data.importer | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.importer.config | |
de.xima.fc.importer.stager | |
de.xima.fc.web.common.datasource |
Modifier and Type | Method and Description |
---|---|
Datenquelle |
DatenquelleAPI.getDatenquelleById(UserContext uc,
Mandant mandant,
int id)
Method for determining a data source of client by the ID.
|
Datenquelle |
DatenquelleAPI.getDatenquelleByName(UserContext uc,
Mandant mandant,
String name)
Deprecated.
|
Datenquelle |
DatenquelleAPI.getDatenquelleByName(UserContext uc,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp)
Method for determining a data source of a client by the name and type.
|
Datenquelle |
DatenquelleAPI.getPublicDatasource(UserContext uc,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp) |
Modifier and Type | Method and Description |
---|---|
List<Datenquelle> |
DatenquelleAPI.getDatenquellen(UserContext uc,
Mandant mandant)
Method for determining all data sources of a
Mandant . |
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.
|
Datenquelle |
DatenquelleDao.getPublicDatasource(IEntityContext ec,
Mandant client,
String name,
EDatenquellenTyp type) |
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 |
---|---|
String |
DatenquelleDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
Datenquelle exclude) |
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) |
Datenquelle |
IDatenquelleDao.getPublicDatasource(IEntityContext ec,
Mandant client,
String name,
EDatenquellenTyp type) |
Modifier and Type | Method and Description |
---|---|
List<Datenquelle> |
IDatenquelleDao.getDatenquellen(IEntityContext ec,
Mandant mandant) |
Modifier and Type | Method and Description |
---|---|
String |
IDatenquelleDao.findUniqueName(IEntityContext ec,
Mandant client,
String candidate,
Datenquelle exclude)
Returns a name that is not taken by another
Datenquelle in the given client other than the excluded data
source. |
Modifier and Type | Method and Description |
---|---|
Datenquelle |
ProjectInviteData.getDataSource() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectInviteData.setDataSource(Datenquelle dataSource) |
Modifier and Type | Method and Description |
---|---|
IEntityListModelSelectByView<Datenquelle> |
DataSourcesBean.getModel() |
IEntityListModelSelectByView<Datenquelle> |
DBQueryBean.getModel() |
Modifier and Type | Method and Description |
---|---|
org.primefaces.model.StreamedContent |
DBQueryBean.getQuery(Datenquelle query)
Generates
StreamedContent for the given db query and returns it |
String |
DBQueryBean.getResourceName(Datenquelle datenquelle) |
org.primefaces.model.StreamedContent |
DataSourcesBean.getSource(Datenquelle source)
Generates
StreamedContent for the given data source and returns it |
void |
DataSourcesBean.EntityListModelImpl.setSelected(Datenquelle selected) |
void |
DBQueryBean.EntityListModelImpl.setSelected(Datenquelle selected) |
Modifier and Type | Method and Description |
---|---|
void |
DataSourcesBean.setModel(IEntityListModelSelectByView<Datenquelle> model) |
void |
DBQueryBean.setModel(IEntityListModelSelectByView<Datenquelle> model) |
Modifier and Type | Method and Description |
---|---|
List<Datenquelle> |
ProjectInviteBean.getAllData() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectInviteBean.setAllData(List<Datenquelle> allData) |
Modifier and Type | Method and Description |
---|---|
static String |
FileUtils.generateFileName(Datenquelle source)
Generates a file name for the given data source
|
static String |
FileUtils.getExtension(Datenquelle source)
Returns the file extension for the given data source
|
static File |
FileUtils.getFile(Datenquelle source,
File outDir)
Generates a
File for a given data source |
Modifier and Type | Method and Description |
---|---|
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileUtils.createZipFileFromDataSources(List<Datenquelle> sources,
File outDir,
String zipFileName)
Packs the contents of the given data sources into one zip file which will be placed in the specified output
directory
|
static org.primefaces.model.StreamedContent |
FileUtils.getStreamedContent(List<Datenquelle> sources,
String zipFileName)
Generates
StreamedContent from the given List of data sources. |
Modifier and Type | Method and Description |
---|---|
Datenquelle |
InviteDatasourceModel.getDatasource() |
Modifier and Type | Method and Description |
---|---|
void |
InviteDatasourceModel.setDatasource(Datenquelle datasource) |
Constructor and Description |
---|
InviteDatasourceModel(Datenquelle datasource) |
Modifier and Type | Method and Description |
---|---|
static String |
QueryUtils.genreateUrl(Datenquelle source)
Generate the servlet URL for the given source
|
Modifier and Type | Method and Description |
---|---|
Datenquelle |
DataSourceImporter.getDataSource() |
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) |
Datenquelle |
DatenquelleHandler.getPublicDatasource(UserContext uc,
Mandant client,
String name,
EDatenquellenTyp type) |
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 client,
int id)
Gets the DataStores by.
|
Datenquelle |
IDatenquelleHandler.getDatenquelleByName(UserContext uc,
Mandant client,
String name)
Gets the DataStores by.
|
Datenquelle |
IDatenquelleHandler.getDatenquelleByNameAndType(UserContext uc,
Mandant client,
String name,
EDatenquellenTyp datenquellenTyp)
Gets the DataStores by name and type
|
Datenquelle |
IDatenquelleHandler.getPublicDatasource(UserContext uc,
Mandant client,
String name,
EDatenquellenTyp datenquellenTyp)
Gets an public datasource
|
Modifier and Type | Method and Description |
---|---|
List<Datenquelle> |
IDatenquelleHandler.getDatenquellen(UserContext uc,
Mandant client)
Gets the DataStores.
|
Constructor and Description |
---|
DataSourceImportConfig(IEntityContext ec,
Mandant client,
Datenquelle entity,
Set<IEntityDependency> dependencies,
String importJson) |
Constructor and Description |
---|
DataSourceImportStager(IEntityContext ec,
Datenquelle entity,
Mandant client)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IDatenquelleResolver |
DatenquelleResolverFactory.createDatenquelleItemResolver(String datasourceName,
Mandant mandant,
Datenquelle datenquelle,
IDatenquelleParams params,
IPluginDataSourceParams pluginParams) |
static IDatenquelleResolver |
DatenquelleResolverFactory.createDatenquelleItemResolver(String datasourceName,
Mandant mandant,
Datenquelle datenquelle,
IReplacerParams placeholderParams,
IDatenquelleParams params,
IPluginDataSourceParams pluginParams) |
static IDatenquelleResolver |
DatenquelleResolverFactory.createSystemDatenquelleItemResolver(Datenquelle datenquelle,
IDatenquelleParams params) |
static IDatenquelleResolver |
DatenquelleResolverFactory.createSystemDatenquelleItemResolver(Datenquelle datenquelle,
IReplacerParams placeholderParams,
IDatenquelleParams params)
Diese Methode liefert eine Instanz vom Typ
IDatenquelleResolver . |
Constructor and Description |
---|
CSVDatenquelleResolver(Datenquelle datenquelle,
IDatenquelleParams params) |
CSVDatenquelleResolver(Datenquelle datenquelle,
IReplacerParams replacerParams,
IDatenquelleParams params) |
DBDatenquelleResolver(Datenquelle datenquelle,
IDatenquelleParams params) |
DBDatenquelleResolver(Datenquelle datenquelle,
IReplacerParams replacerParams,
IDatenquelleParams params) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.