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, update
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
getName
public List<Datenquelle> getDatenquellen(UserContext uc, Mandant mandant)
getDatenquellen
in interface IDatenquelleHandler
uc
- the UserContext
to usemandant
- the clientpublic Datenquelle getDatenquelleByName(UserContext uc, Mandant man, String name)
getDatenquelleByName
in interface IDatenquelleHandler
uc
- the UserContext
to useman
- the clientname
- the name of the Datenquelle
public Datenquelle getDatenquelleById(UserContext uc, Mandant mandant, int id)
getDatenquelleById
in interface IDatenquelleHandler
uc
- the UserContext
to usemandant
- the clientid
- the id of the Datenquelle
public Datenquelle getDatenquelleByNameAndType(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
IDatenquelleHandler
getDatenquelleByNameAndType
in interface IDatenquelleHandler
uc
- the UserContext
to usemandant
- the clientname
- the name of the Datenquelle
datenquellenTyp
- the type of the Datenquelle
Datenquelle
or null
if not foundpublic 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 © 2020 XIMA MEDIA GmbH. All rights reserved.