infinito/application/symfony/src/Domain
2019-02-03 01:01:26 +01:00
..
ActionManagement Optimized Actions, Tests and renamed LIST to THREAD out of php incompatibility reasons 2019-01-27 20:28:31 +01:00
EntityManagement Optimized documentation and class naming 2019-01-19 22:52:49 +01:00
FixtureManagement Implemented FixtureManagement 2019-02-02 23:02:28 +01:00
FormManagement Added EntityFormBuilderService 2019-01-25 22:39:23 +01:00
LawManagement Optimized documentation and class naming 2019-01-19 22:52:49 +01:00
LayerManagement Implemented AbstractMap and ActionHttpMethodMap 2019-01-29 20:02:36 +01:00
MapManagement Implemented Tests for ActionHttpMethodMap 2019-01-29 21:01:01 +01:00
MemberManagement Optimized documentation and class naming 2019-01-19 22:52:49 +01:00
PathManagement Optimized documentation and class naming 2019-01-19 22:52:49 +01:00
RepositoryManagement Used LayerClassMap 2019-01-26 17:07:16 +01:00
RequestManagement Optimized RequestManagement 2019-02-03 01:01:26 +01:00
RightManagement Implemented RightTransformerService 2019-01-27 02:08:11 +01:00
SecureManagement Renamed SecureEntityChecker to SecureRequestedRightChecker 2019-01-27 09:11:34 +01:00
SourceManagement Optimized documentation and class naming 2019-01-19 22:52:49 +01:00
TemplateManagement Deprecated classes and interfaces 2019-01-26 19:47:50 +01:00
UserManagement Optimized RequestManagement 2019-02-03 01:01:26 +01:00
ViewManagement Implemented draft for ActionManagement 2019-01-27 15:28:25 +01:00
README.md Optimized Documentation 2019-01-19 13:06:14 +01:00

Domain

This folder contains the domain logic of the application.

Conventions

Services

Classes which are optimized to be injected as a service MUST end on the suffix Service.php.

Folders

A folder MUST end on the suffix Management.php to show that it has the purpose to manage something.

Domain Overview

Repository Management

Layer Repository Factory Service

Offers a fabric to produce entity repositories by layer

Entity Management

Entity Meta Information

Offers some meta information about an entity

Form Management

  • FormMetaInformation

Law Management

LawPermissionChecker

Allows to check if a right has permission by a law.

Member Management

Member Manager

Allows to add and remove members and memberships from member relations.

Path Management

Namespace Path Map

Maps a path to a namespace.

Request Management

Offers classes to manage requests for rights, users and sources. A detailed description is available.

Right Management

Right Checker

Checks if the crud, layer and source combination is granted by a right.

Right Layer Combination Service

Allows to get the possible cruds for a layer, or the possible layers for a crud.

Source Management

Source Member Information

Offers to get all source members over all dimensions.

Source Member Manager

Offers to add and remove source members and memberships.

Source Membership Information

Offers to get all memberships of a source.

Source Right Manager

Allows to add and remove rights of a source.

Tree Source Information

Allows to get branches and leaves of a tree.

Template Management

Template Path Management

Manages all informations which are needed to process templates.

User Management

User Source Director

Offers based on an user variable a user with a source.

User Source Director Service

Offers the user source director to be used as a service, based on the entity manager and security.