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, getBy, getById, getById, getById, resultTotalCount, update, update
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, update
getName
public List<Datenquelle> getDatenquellen(UserContext uc, Mandant mandant)
getDatenquellen
in interface IDatenquelleHandler
mandant
- the mandantpublic Datenquelle getDatenquelleByName(UserContext uc, Mandant man, String name)
getDatenquelleByName
in interface IDatenquelleHandler
name
- the namepublic Datenquelle getDatenquelleById(UserContext uc, Mandant mandant, int id)
getDatenquelleById
in interface IDatenquelleHandler
mandant
- the mandantid
- the dataStore idpublic Datenquelle getDatenquelleByNameAndType(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
IDatenquelleHandler
getDatenquelleByNameAndType
in interface IDatenquelleHandler
public Datenquelle getPublicDatasource(UserContext uc, Mandant client, String name, EDatenquellenTyp type)
IDatenquelleHandler
getPublicDatasource
in interface IDatenquelleHandler
uc
- the UserContext
to useclient
- the clientname
- the name of the Datenquelle
type
- the type of the Datenquelle
Datenquelle
or null
if not found or not publicCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.