infinito/application/symfony/src/Domain/DataAccessManagement
2019-05-30 16:13:29 +02:00
..
.meta Implemented draft for Data Access Management 2019-04-13 17:25:24 +02:00
AbstractActionsDAO.php Implemented draft for Data Access Management 2019-04-13 17:25:24 +02:00
ActionsDAOInterface.php Implemented draft for Data Access Management 2019-04-13 17:25:24 +02:00
ActionsResultsDAOService.php Finished refactoring of exceptions 2019-04-15 01:37:17 +02:00
ActionsResultsDAOServiceInterface.php Implemented draft for Data Access Management 2019-04-13 17:25:24 +02:00
ActionsViewsDAOService.php Renamed domain FormManagement to Form 2019-05-30 16:13:29 +02:00
ActionsViewsDAOServiceInterface.php Implemented draft for Data Access Management 2019-04-13 17:25:24 +02:00
README.md Updated README.md 2019-04-13 14:11:34 +02:00

Data Access Management

This folder containes Data Access Objects (DAO).

Abstract Actions DAO

Action Results DAO

The Result DAO containes the results which are generated by the process service.

Action Views DAO

The View DAO translates makes the data of the ActionResultsDAOService accessible for twig.

UML

This diagram shows the context in which the classes are working and existing:

Context Class UML Diagram