| 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.application | |
| de.xima.fc.gui.bean.data | |
| de.xima.fc.gui.utils.data.importer | |
| de.xima.fc.handler.entity | |
| de.xima.fc.handler.interfaces.entity | |
| de.xima.fc.mdl.enums | 
 Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
|---|---|
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 | 
|---|---|
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 | 
|---|---|
EDatenquellenTyp | 
Datenquelle.getTyp()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Datenquelle.setTyp(EDatenquellenTyp typ)  | 
| Modifier and Type | Method and Description | 
|---|---|
EDatenquellenTyp[] | 
EnumBean.getEDatenquellenTyp()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<EDatenquellenTyp> | 
DataSourcesBean.getAvailableTypes()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DataSourcesBean.setType(EDatenquellenTyp type)
Sets the type of the selected data source and gives it a unique name depending on the type 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EDatenquellenTyp | 
DataSourceImporter.getDataSourceType()  | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
|---|---|
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 | 
|---|---|
static EDatenquellenTyp | 
EDatenquellenTyp.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EDatenquellenTyp[] | 
EDatenquellenTyp.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<EDatenquellenTyp> | 
EDatenquellenTyp.getNonDeprecated()  | 
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.