public interface IDatenquelleHandler extends IGenericHandler
Modifier and Type | Method and Description |
---|---|
Datenquelle |
getDatenquelleById(UserContext uc,
Mandant client,
int id)
Gets the DataStores by.
|
Datenquelle |
getDatenquelleByName(UserContext uc,
Mandant client,
String name)
Gets the DataStores by.
|
Datenquelle |
getDatenquelleByNameAndType(UserContext uc,
Mandant client,
String name,
EDatenquellenTyp datenquellenTyp)
Gets the DataStores by name and type
|
List<Datenquelle> |
getDatenquellen(UserContext uc,
Mandant client)
Gets the DataStores.
|
Datenquelle |
getPublicDatasource(UserContext uc,
Mandant client,
String name,
EDatenquellenTyp datenquellenTyp)
Gets an public datasource
|
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
getName
List<Datenquelle> getDatenquellen(UserContext uc, Mandant client)
uc
- the UserContext
to useclient
- the clientDatenquelle getDatenquelleByName(UserContext uc, Mandant client, String name)
uc
- the UserContext
to useclient
- the clientname
- the name of the Datenquelle
Datenquelle getDatenquelleByNameAndType(UserContext uc, Mandant client, String name, EDatenquellenTyp datenquellenTyp)
uc
- the UserContext
to useclient
- the clientname
- the name of the Datenquelle
datenquellenTyp
- the type of the Datenquelle
Datenquelle
or null
if not foundDatenquelle getDatenquelleById(UserContext uc, Mandant client, int id)
uc
- the UserContext
to useclient
- the clientid
- the id of the Datenquelle
Datenquelle getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp datenquellenTyp)
uc
- the UserContext
to useclient
- the clientname
- the name of the Datenquelle
datenquellenTyp
- the type of the Datenquelle
Datenquelle
or null
if not found or not publicCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.