Package | Description |
---|---|
de.xima.fc.api.entity |
Package for the API access of the model classes.
|
de.xima.fc.dao.impl | |
de.xima.fc.dao.interfaces | |
de.xima.fc.db |
Package mit allgemeinen Hilfsklassen für Datenbankzugriffe
|
de.xima.fc.gui.bean.data | |
de.xima.fc.gui.bean.workflow | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity |
Modifier and Type | Method and Description |
---|---|
DatenbankZugriff |
DatenbankZugriffAPI.getByMandantAndName(UserContext uc,
Mandant mandant,
String name)
|
DatenbankZugriff |
DatenbankZugriffAPI.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the DB access with the given UUID
|
DatenbankZugriff |
DatenbankZugriffAPI.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the DB access with the given UUID
|
Modifier and Type | Method and Description |
---|---|
DatenbankZugriff |
DatenbankZugriffDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid) |
DatenbankZugriff |
DatenbankZugriffDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid) |
DatenbankZugriff |
DatenbankZugriffDao.getDatenbankzugriffByName(Mandant m,
String name)
Liefert den via Namen angefordeten Mandanten-spezifische Datenbankzugriff.
|
Modifier and Type | Method and Description |
---|---|
protected IFCDaoActionHook<DatenbankZugriff> |
DatenbankZugriffDao.getPostActionHook() |
protected IFCDaoActionHook<DatenbankZugriff> |
DatenbankZugriffDao.getPreActionHook() |
Modifier and Type | Method and Description |
---|---|
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
DatenbankZugriffDao.getEntityRefs(IEntityContext ec,
DatenbankZugriff datenbankzugriff) |
Modifier and Type | Method and Description |
---|---|
DatenbankZugriff |
IDatenbankZugriffDao.getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the DB access with the given UUID
|
DatenbankZugriff |
IDatenbankZugriffDao.getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the DB access with the given UUID
|
DatenbankZugriff |
IDatenbankZugriffDao.getDatenbankzugriffByName(Mandant m,
String name) |
Modifier and Type | Method and Description |
---|---|
static void |
DatenbankzugriffPoolHelper.closeConnectionPool(DatenbankZugriff dbZugriff)
Deprecated.
use DBAccesPoolManager.closeDataSource on the master-server!
|
static void |
DBAccessPoolManager.closeDataSource(DatenbankZugriff dbZugriff) |
static Connection |
DBAccessPoolManager.getConnection(DatenbankZugriff dbZugriff) |
static Connection |
DatenbankzugriffPoolHelper.getConnection(DatenbankZugriff datenbankZugriff)
Deprecated.
use DBAccesPoolManager on the master-server!
|
static com.zaxxer.hikari.HikariDataSource |
DatenbankzugriffPoolHelper.getConnectionPool(DatenbankZugriff dbZugriff)
Deprecated.
use DBAccesPoolManager.getDataSource on the master-server!
|
static DataSource |
DBAccessPoolManager.getDataSource(DatenbankZugriff dbZugriff) |
static Boolean |
DBAccessPoolManager.testConnection(DatenbankZugriff dbZugriff) |
static Boolean |
DatenbankzugriffPoolHelper.testConnection(DatenbankZugriff dbZugriff)
Deprecated.
use DBAccesPoolManager on the master-server!
|
Modifier and Type | Method and Description |
---|---|
DatenbankZugriff |
DBConnectionBean.EntityListModelImpl.getNew() |
Modifier and Type | Method and Description |
---|---|
List<DatenbankZugriff> |
DataSourcesBean.getDatenbankzugriffe() |
List<DatenbankZugriff> |
DBQueryBean.getDatenbankzugriffe() |
List<DatenbankZugriff> |
DBConnectionBean.getDatenbankzugriffe() |
IEntityListModelSelectByView<DatenbankZugriff> |
DBConnectionBean.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
DBConnectionBean.setModel(IEntityListModelSelectByView<DatenbankZugriff> model) |
Modifier and Type | Method and Description |
---|---|
List<DatenbankZugriff> |
ProcessingBean.getAllDatabaseConnections()
Liefert alle für den aktuellen Mandanten hinterlegten Datenbankzugriffe
|
Modifier and Type | Method and Description |
---|---|
DatenbankZugriff |
DatenbankzugriffHandler.getByUUID(UserContext uc,
Mandant client,
String uuid) |
DatenbankZugriff |
DatenbankzugriffHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid) |
DatenbankZugriff |
DatenbankzugriffHandler.getDatenbankzugriffByMandant(UserContext uc,
Mandant mandant,
String name) |
Modifier and Type | Method and Description |
---|---|
DatenbankZugriff |
IDatenbankzugriffHandler.getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the DB access with the given UUID
|
DatenbankZugriff |
IDatenbankzugriffHandler.getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the DB access with the given UUID
|
DatenbankZugriff |
IDatenbankzugriffHandler.getDatenbankzugriffByMandant(UserContext uc,
Mandant mandant,
String name)
Gets the Datenbankzugriff by.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.