public interface IDatenquelleHandler extends IGenericHandler
Modifier and Type | Method and Description |
---|---|
Datenquelle |
getDatenquelleById(UserContext uc,
Mandant mandant,
int id)
Gets the DataStores by.
|
Datenquelle |
getDatenquelleByName(UserContext uc,
Mandant man,
String name)
Gets the DataStores by.
|
Datenquelle |
getDatenquelleByNameAndType(UserContext uc,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp)
Gets the DataStores by name and type
|
List<Datenquelle> |
getDatenquellen(UserContext uc,
Mandant mandant)
Gets the DataStores.
|
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, update
getName
List<Datenquelle> getDatenquellen(UserContext uc, Mandant mandant)
uc
- mandant
- the mandantDatenquelle getDatenquelleByName(UserContext uc, Mandant man, String name)
uc
- man
- name
- the nameDatenquelle getDatenquelleByNameAndType(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
uc
- mandant
- name
- datenquellenTyp
- Datenquelle getDatenquelleById(UserContext uc, Mandant mandant, int id)
uc
- mandant
- the mandantid
- the dataStore idCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.