2019-04-13 14:07:20 +02:00
|
|
|
# Data Access Management
|
|
|
|
This folder containes [Data Access Objects (DAO)](https://de.wikipedia.org/wiki/Data_Access_Object).
|
|
|
|
|
|
|
|
## Abstract Actions DAO
|
|
|
|
|
|
|
|
### Action Results DAO
|
2019-04-13 14:11:21 +02:00
|
|
|
The Result DAO containes the results which are generated by the process service.
|
2019-04-13 14:07:20 +02:00
|
|
|
|
|
|
|
### Action Views DAO
|
2019-04-13 14:11:21 +02:00
|
|
|
The View DAO translates makes the data of the ActionResultsDAOService accessible for [twig](https://twig.symfony.com/).
|
2019-04-13 14:07:20 +02:00
|
|
|
|
|
|
|
## UML
|
|
|
|
This diagram shows the context in which the classes are working and existing:
|
|
|
|
|
|
|
|
![Context Class UML Diagram](.meta/context-class-uml.svg)
|