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, getBy, getById, getById, getById, resultTotalCount, update, updategetNameList<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 DatenquelleDatenquelle getDatenquelleByNameAndType(UserContext uc, Mandant client, String name, EDatenquellenTyp datenquellenTyp)
uc - the UserContext to useclient - the clientname - the name of the DatenquelledatenquellenTyp - the type of the DatenquelleDatenquelle or null if not foundDatenquelle getDatenquelleById(UserContext uc, Mandant client, int id)
uc - the UserContext to useclient - the clientid - the id of the DatenquelleDatenquelle getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp datenquellenTyp)
uc - the UserContext to useclient - the clientname - the name of the DatenquelledatenquellenTyp - the type of the DatenquelleDatenquelle or null if not found or not publicCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.