mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 03:56:13 +00:00
82 lines
3.0 KiB
YAML
82 lines
3.0 KiB
YAML
services:
|
|
|
|
chill.person.export.count_social_work_actions:
|
|
class: Chill\PersonBundle\Export\Export\CountSocialWorkActions
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export, alias: count_social_work_actions }
|
|
|
|
## FILTERS
|
|
|
|
#chill.person.export.filter_social_work_type:
|
|
# class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\SocialWorkTypeFilter
|
|
# autowire: true
|
|
# autoconfigure: true
|
|
# tags:
|
|
# - { name: chill.export_filter, alias: social_work_type_filter }
|
|
|
|
chill.person.export.filter_scope:
|
|
class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\ScopeFilter
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export_filter, alias: social_work_actions_scope_filter }
|
|
|
|
chill.person.export.filter_job:
|
|
class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\JobFilter
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export_filter, alias: social_work_actions_job_filter }
|
|
|
|
chill.person.export.filter_treatingagent:
|
|
class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\ReferrerFilter
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export_filter, alias: social_work_actions_treatingagent_filter }
|
|
|
|
## AGGREGATORS
|
|
chill.person.export.aggregator_action_type:
|
|
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\ActionTypeAggregator
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export_aggregator, alias: social_work_actions_action_type_aggregator }
|
|
|
|
chill.person.export.aggregator_treatingagent_scope:
|
|
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\ScopeAggregator
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export_aggregator, alias: social_work_actions_treatingagent_scope_aggregator }
|
|
|
|
chill.person.export.aggregator_treatingagent_job:
|
|
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\JobAggregator
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export_aggregator, alias: social_work_actions_treatingagent_job_aggregator }
|
|
|
|
chill.person.export.aggregator_treatingagent:
|
|
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\ReferrerAggregator
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export_aggregator, alias: social_work_actions_treatingagent_aggregator }
|
|
|
|
chill.person.export.aggregator_goal:
|
|
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\GoalAggregator
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export_aggregator, alias: social_work_actions_goal_aggregator }
|
|
|
|
chill.person.export.aggregator_result:
|
|
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\ResultAggregator
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: chill.export_aggregator, alias: social_work_actions_result_aggregator }
|