Uses of Class
de.xima.fc.entities.DatenbankZugriff
Packages that use DatenbankZugriff
Package
Description
Package for the API access of the model classes.
Package mit allgemeinen Hilfsklassen für Datenbankzugriffe
-
Uses of DatenbankZugriff in de.xima.fc.api.entity
Subclasses with type arguments of type DatenbankZugriff in de.xima.fc.api.entityMethods in de.xima.fc.api.entity that return DatenbankZugriffModifier and TypeMethodDescriptionDatenbankZugriffAPI.getByMandantAndName(UserContext uc, Mandant mandant, String name) DatenbankZugriffAPI.getByUUID(UserContext uc, Mandant client, String uuid) Returns the DB access with the given UUIDDatenbankZugriffAPI.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 DatenbankZugriffModifier and TypeMethodDescriptionDaoActionHookHelper.getActionsReferencingDbConnection(IEntityContext ec, DatenbankZugriff dbConnection) Deprecated. -
Uses of DatenbankZugriff in de.xima.fc.dao.impl
Subclasses with type arguments of type DatenbankZugriff in de.xima.fc.dao.implModifier and TypeClassDescriptionclassThe default implementation ofIDatenbankZugriffDaothat can be accessed viaDaoProvider.Methods in de.xima.fc.dao.impl that return DatenbankZugriffModifier and TypeMethodDescriptionDatenbankZugriffDao.getByUUID(IEntityContext ec, Mandant client, String uuid) DatenbankZugriffDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) 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 DatenbankZugriffModifier and TypeMethodDescriptionprotected IFCDaoActionHook<DatenbankZugriff> DatenbankZugriffDao.getPostActionHook()protected IFCDaoActionHook<DatenbankZugriff> DatenbankZugriffDao.getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type DatenbankZugriffModifier and TypeMethodDescriptionDatenbankZugriffDao.getEntityRefs(IEntityContext ec, DatenbankZugriff dbConnection) DatenbankZugriffDao.DatenbankZugriffMapper.map(DatenbankZugriff entity) DatenbankZugriffDao$DatenbankZugriffMapperImpl.map(DatenbankZugriff entity) -
Uses of DatenbankZugriff in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type DatenbankZugriff in de.xima.fc.dao.interfacesMethods in de.xima.fc.dao.interfaces that return DatenbankZugriffModifier and TypeMethodDescriptionIDatenbankZugriffDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the DB access with the given UUIDIDatenbankZugriffDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Returns the DB access with the given UUIDIDatenbankZugriffDao.getDatenbankzugriffByName(Mandant m, String name) -
Uses of DatenbankZugriff in de.xima.fc.db
Methods in de.xima.fc.db with parameters of type DatenbankZugriffModifier and TypeMethodDescriptionstatic voidDBAccessPoolManager.closeDataSource(DatenbankZugriff dbAccess) static ConnectionDBAccessPoolManager.getConnection(DatenbankZugriff dbAccess) static DataSourceDBAccessPoolManager.getDataSource(DatenbankZugriff dbAccess) static BooleanDBAccessPoolManager.testConnection(DatenbankZugriff dbZugriff) -
Uses of DatenbankZugriff in de.xima.fc.gui.bean.data
Subclasses with type arguments of type DatenbankZugriff in de.xima.fc.gui.bean.dataMethods in de.xima.fc.gui.bean.data that return DatenbankZugriffMethods in de.xima.fc.gui.bean.data that return types with arguments of type DatenbankZugriffModifier and TypeMethodDescriptionDataSourcesBean.getDatenbankzugriffe()DbConnectionBean.getDatenbankzugriffe()DbQueryBean.getDatenbankzugriffe()DbConnectionBean.getModel()Methods in de.xima.fc.gui.bean.data with parameters of type DatenbankZugriffModifier and TypeMethodDescriptionvoidDbConnectionBean.EntityListModelImpl.setSelected(DatenbankZugriff selected) Method parameters in de.xima.fc.gui.bean.data with type arguments of type DatenbankZugriffModifier and TypeMethodDescriptionvoidDbConnectionBean.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 DatenbankZugriffModifier and TypeMethodDescriptionProcessingBean.getAllDatabaseConnections()Deprecated.Liefert alle für den aktuellen Mandanten hinterlegten Datenbankzugriffe -
Uses of DatenbankZugriff in de.xima.fc.gui.event.entity
Subclasses with type arguments of type DatenbankZugriff in de.xima.fc.gui.event.entityModifier and TypeClassDescriptionclassEvent for when an entity was modified, either when it was created, updated, or deleted.Constructors in de.xima.fc.gui.event.entity with parameters of type DatenbankZugriffModifierConstructorDescriptionDatabaseConnectionModifiedEvent(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.gui.validator.name
Subclasses with type arguments of type DatenbankZugriff in de.xima.fc.gui.validator.name -
Uses of DatenbankZugriff in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return DatenbankZugriffModifier and TypeMethodDescriptionDatenbankzugriffHandler.getByUUID(UserContext uc, Mandant client, String uuid) DatenbankzugriffHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) 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 DatenbankZugriffModifier and TypeMethodDescriptionIDatenbankzugriffHandler.getByUUID(UserContext uc, Mandant client, String uuid) Returns the DB access with the given UUIDIDatenbankzugriffHandler.getByUUID(UserContext uc, Mandant client, UUID uuid) Returns the DB access with the given UUIDIDatenbankzugriffHandler.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 -
Uses of DatenbankZugriff in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type DatenbankZugriffModifier and TypeMethodDescriptionde.xima.bpmn_model.api.element.bpmn.data.DataStoreIBpmnElementStore.databaseConnectionDataStore(DatenbankZugriff dbConnection) Gets the globalDataStorefor the givendatabase connection. -
Uses of DatenbankZugriff in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as DatenbankZugriffModifier and TypeFieldDescriptionprotected DatenbankZugriffAWorkflowEngineTest.dbConnprotected DatenbankZugriffAWorkflowEngineTest.dbConnInvalid -
Uses of DatenbankZugriff in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return DatenbankZugriffModifier and TypeMethodDescriptionstatic DatenbankZugriffEntityDummyFactory.dummyDBConnection(String name, Mandant client) static DatenbankZugriffEntityDummyFactory.dummyDBConnection(String name, Mandant client, EDatenbankTyp type, String jdbcUrl) static DatenbankZugriffEntityDummyFactory.dummyDBConnection(String name, Mandant client, String jdbcUrl) Deprecated.static DatenbankZugriffEntityDummyFactory.dummyDBConnectionInvalid(String name, Mandant client) Methods in de.xima.fc.testhelper with parameters of type DatenbankZugriffModifier and TypeMethodDescriptionstatic DatenquelleEntityDummyFactory.dummyDbQuery(String name, DatenbankZugriff connection, String sql) static DatenquelleEntityDummyFactory.dummyDbQuery(String name, DatenbankZugriff connection, String sql, Mandant client) -
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 -
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 DatenbankZugriffMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type DatenbankZugriffModifier and TypeMethodDescriptionvoidWorkflowRequestContextModel.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 DatenbankZugriffModifier and TypeMethodDescriptionstatic WorkflowNodeWorkflowNodeFactory.databaseQuery(DatenbankZugriff databaseConnection, String sqlStatement) Creates a new workflow node for aEWorkflowNodeType.FC_SQL_STATEMENTwith a SQL statement.static FcSqlStatementPropsWorkflowNodePropsFactory.databaseQuery(DatenbankZugriff databaseConnection, String sqlStatement) Creates a new workflow node model for aEWorkflowNodeType.FC_SQL_STATEMENTwith 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 DatenbankZugriffModifier and TypeMethodDescriptionstatic List<DatenbankZugriff> WorkflowProviderHelper.computeAllDatabaseConnections(IEntityContext ec, Mandant client) -
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
DaoActionHookHelper.getReferencingWorkflowElementsInClient(IEntityContext, Mandant, Object)