public class DatenquelleHandler extends GenericHandler implements IDatenquelleHandler
LOG| Constructor and Description | 
|---|
DatenquelleHandler()  | 
| 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. 
 | 
Datenquelle | 
getPublicDatasource(UserContext uc,
                   Mandant client,
                   String name,
                   EDatenquellenTyp type)
Gets an public datasource 
 | 
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, updategetNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, updategetNamepublic List<Datenquelle> getDatenquellen(UserContext uc, Mandant mandant)
getDatenquellen in interface IDatenquelleHandleruc - the UserContext to usemandant - the clientpublic Datenquelle getDatenquelleByName(UserContext uc, Mandant man, String name)
getDatenquelleByName in interface IDatenquelleHandleruc - the UserContext to useman - the clientname - the name of the Datenquellepublic Datenquelle getDatenquelleById(UserContext uc, Mandant mandant, int id)
getDatenquelleById in interface IDatenquelleHandleruc - the UserContext to usemandant - the clientid - the id of the Datenquellepublic Datenquelle getDatenquelleByNameAndType(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
IDatenquelleHandlergetDatenquelleByNameAndType in interface IDatenquelleHandleruc - the UserContext to usemandant - the clientname - the name of the DatenquelledatenquellenTyp - the type of the DatenquelleDatenquelle or null if not foundpublic Datenquelle getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp type)
IDatenquelleHandlergetPublicDatasource in interface IDatenquelleHandleruc - the UserContext to useclient - the clientname - the name of the Datenquelletype - the type of the DatenquelleDatenquelle or null if not found or not publicCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.