Uses of Class
de.xima.fc.entities.DatenbankZugriff
-
Packages that use DatenbankZugriff Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.hook de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.db Package mit allgemeinen Hilfsklassen für Datenbankzugriffede.xima.fc.gui.bean.data de.xima.fc.gui.bean.workflow de.xima.fc.gui.event.entity de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.interfaces.workflow de.xima.fc.testhelper de.xima.fc.workflow.designer.bean de.xima.fc.workflow.designer.model de.xima.fc.workflow.processor.factory de.xima.fc.workflow.processor.logic de.xima.fc.workflow.processor.logic.validation -
-
Uses of DatenbankZugriff in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return DatenbankZugriff Modifier and Type Method 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 UUIDDatenbankZugriff
DatenbankZugriffAPI. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the DB access with the given UUID -
Uses of DatenbankZugriff in de.xima.fc.dao.hook
Methods in de.xima.fc.dao.hook with parameters of type DatenbankZugriff Modifier and Type Method Description static List<Aktion>
DaoActionHookHelper. getActionsReferencingDbConnection(IEntityContext ec, DatenbankZugriff dbConnection)
-
Uses of DatenbankZugriff in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return DatenbankZugriff Modifier and Type Method 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.Methods in de.xima.fc.dao.impl that return types with arguments of type DatenbankZugriff Modifier and Type Method Description protected IFCDaoActionHook<DatenbankZugriff>
DatenbankZugriffDao. getPostActionHook()
protected IFCDaoActionHook<DatenbankZugriff>
DatenbankZugriffDao. getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type DatenbankZugriff Modifier and Type Method Description Set<de.xima.cmn.dao.interfaces.IEntity<Long>>
DatenbankZugriffDao. getEntityRefs(IEntityContext ec, DatenbankZugriff dbConnection)
-
Uses of DatenbankZugriff in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return DatenbankZugriff Modifier and Type Method Description DatenbankZugriff
IDatenbankZugriffDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the DB access with the given UUIDDatenbankZugriff
IDatenbankZugriffDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)
Returns the DB access with the given UUIDDatenbankZugriff
IDatenbankZugriffDao. getDatenbankzugriffByName(Mandant m, String name)
-
Uses of DatenbankZugriff in de.xima.fc.db
Methods in de.xima.fc.db with parameters of type DatenbankZugriff Modifier and Type Method Description static void
DBAccessPoolManager. closeDataSource(DatenbankZugriff dbAccess)
static Connection
DBAccessPoolManager. getConnection(DatenbankZugriff dbAccess)
static DataSource
DBAccessPoolManager. getDataSource(DatenbankZugriff dbAccess)
static Boolean
DBAccessPoolManager. testConnection(DatenbankZugriff dbZugriff)
-
Uses of DatenbankZugriff in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return DatenbankZugriff Modifier and Type Method Description DatenbankZugriff
DbConnectionBean.EntityListModelImpl. getNew()
Methods in de.xima.fc.gui.bean.data that return types with arguments of type DatenbankZugriff Modifier and Type Method Description List<DatenbankZugriff>
DataSourcesBean. getDatenbankzugriffe()
List<DatenbankZugriff>
DbConnectionBean. getDatenbankzugriffe()
List<DatenbankZugriff>
DbQueryBean. getDatenbankzugriffe()
IEntityListModelSelectByView<DatenbankZugriff>
DbConnectionBean. getModel()
Method parameters in de.xima.fc.gui.bean.data with type arguments of type DatenbankZugriff Modifier and Type Method Description void
DbConnectionBean. setModel(IEntityListModelSelectByView<DatenbankZugriff> model)
-
Uses of DatenbankZugriff in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type DatenbankZugriff Modifier and Type Method Description List<DatenbankZugriff>
ProcessingBean. getAllDatabaseConnections()
Deprecated.Liefert alle für den aktuellen Mandanten hinterlegten Datenbankzugriffe -
Uses of DatenbankZugriff in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type DatenbankZugriff Constructor Description DatabaseConnectionModifiedEvent(DatenbankZugriff entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)
Creates a new entity POJO with the given data. -
Uses of DatenbankZugriff in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return DatenbankZugriff Modifier and Type Method 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)
-
Uses of DatenbankZugriff in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return DatenbankZugriff Modifier and Type Method Description DatenbankZugriff
IDatenbankzugriffHandler. getByUUID(UserContext uc, Mandant client, String uuid)
Returns the DB access with the given UUIDDatenbankZugriff
IDatenbankzugriffHandler. getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the DB access with the given UUIDDatenbankZugriff
IDatenbankzugriffHandler. getDatenbankzugriffByMandant(UserContext uc, Mandant mandant, String name)
Gets the Datenbankzugriff by. -
Uses of DatenbankZugriff in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type DatenbankZugriff Modifier and Type Method Description List<DatenbankZugriff>
IWorkflowProvider. getAllDatabaseConnections()
-
Uses of DatenbankZugriff in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return DatenbankZugriff Modifier and Type Method Description static DatenbankZugriff
EntityDummyFactory. dummyDBConnection(String name, Mandant client, String jdbcUrl)
static DatenbankZugriff
EntityDummyFactory. dummyDBConnectionInvalid(String name, Mandant client)
Methods in de.xima.fc.testhelper with parameters of type DatenbankZugriff Modifier and Type Method Description static Datenquelle
EntityDummyFactory. dummyDbQuery(String name, DatenbankZugriff connection, String sql)
-
Uses of DatenbankZugriff in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type DatenbankZugriff Modifier and Type Method Description List<DatenbankZugriff>
WorkflowProviderBean. getAllDatabaseConnections()
-
Uses of DatenbankZugriff in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type DatenbankZugriff Modifier and Type Method Description List<DatenbankZugriff>
WorkflowRequestContextModel. getDatabaseConnections()
Method parameters in de.xima.fc.workflow.designer.model with type arguments of type DatenbankZugriff Modifier and Type Method Description void
WorkflowRequestContextModel. setDatabaseConnections(List<DatenbankZugriff> databaseConnections)
-
Uses of DatenbankZugriff in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type DatenbankZugriff Modifier and Type Method Description static WorkflowNode
WorkflowNodeFactory. databaseQuery(DatenbankZugriff databaseConnection, String sqlStatement)
Creates a new workflow node for aEWorkflowNodeType.FC_SQL_STATEMENT
with a SQL statement. -
Uses of DatenbankZugriff in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type DatenbankZugriff Modifier and Type Method Description static List<DatenbankZugriff>
WorkflowProviderHelper. computeAllDatabaseConnections(IEntityContext ec, Mandant currentClient)
-
Uses of DatenbankZugriff in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type DatenbankZugriff Modifier and Type Method Description List<DatenbankZugriff>
ValidationWorkflowProvider. getAllDatabaseConnections()
-