public class DatenquelleAPI extends AEntityAPI<Datenquelle>
Datenquelle entities.entityClass| Constructor and Description |
|---|
DatenquelleAPI() |
| Modifier and Type | Method and Description |
|---|---|
de.xima.cmn.db.model.SerializableResultSet |
executeDBquery(UserContext uc,
Mandant mandant,
String datenquellenName,
Serializable... parameters)
Deprecated.
|
Datenquelle |
getDatenquelleById(UserContext uc,
Mandant mandant,
int id)
Method for determining a data source of client by the ID.
|
Datenquelle |
getDatenquelleByName(UserContext uc,
Mandant mandant,
String name)
Deprecated.
|
Datenquelle |
getDatenquelleByName(UserContext uc,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp)
Method for determining a data source of a client by the name and type.
|
List<Datenquelle> |
getDatenquellen(UserContext uc,
Mandant mandant)
Method for determining all data sources of a
Mandant. |
Datenquelle |
getPublicDatasource(UserContext uc,
Mandant mandant,
String name,
EDatenquellenTyp datenquellenTyp) |
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, resultTotalCount, resultTotalCount, update, updategetHandlerProviderpublic List<Datenquelle> getDatenquellen(UserContext uc, Mandant mandant)
Mandant.uc - UserContext the user context in which the action is to be performed.mandant - whose Datenquelle is to be determined.List of Datenquelle.@Deprecated public Datenquelle getDatenquelleByName(UserContext uc, Mandant mandant, String name)
getDatenquelleByName(UserContext, Mandant, String, EDatenquellenTyp) insteaduc - UserContext the user context in which the action is to be performed.mandant - whose Datenquelle is to be determined.name - String the name of the data source.Datenquelle the data source.public Datenquelle getDatenquelleByName(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
uc - UserContext the user context in which the action is to be performed.mandant - whose Datenquelle is to be determined.name - String the name of the data source.datenquellenTyp - EDatenquellenTyp after being filtered.Datenquelle the data source.public Datenquelle getPublicDatasource(UserContext uc, Mandant mandant, String name, EDatenquellenTyp datenquellenTyp)
public Datenquelle getDatenquelleById(UserContext uc, Mandant mandant, int id)
uc - UserContext the user context in which the action is to be performed.mandant - whose Datenquelle is to be determined.id - Integer the ID of the data source.Datenquelle the data source.@Deprecated public de.xima.cmn.db.model.SerializableResultSet executeDBquery(UserContext uc, Mandant mandant, String datenquellenName, Serializable... parameters) throws PropertyVetoException
uc - UserContext the user context in which the action is to be performed.mandant - whose Datenquelle is to be determined.datenquellenName - name of the data source to be executed.parameters - to be passed to the data source query.PropertyVetoException - will occur when a proposed change to a property represents an unacceptable value.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.