?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/src/PrestaShopBundle/Resources/config/services/adapter/product/



?? Go up: /home/webdevt/prestashop17/src/PrestaShopBundle/Resources/config/services/adapter

?? Viewing: _specific_prices.yml

services:
    _defaults:
        public: true

    prestashop.adapter.product.specific_price.query_handler.get_editable_specific_price_list_handler:
        class: PrestaShop\PrestaShop\Adapter\Product\SpecificPrice\QueryHandler\GetEditableSpecificPricesListHandler
        arguments:
            - '@prestashop.adapter.product.specific_price.repository.specific_price_repository'
        tags:
            - name: tactician.handler
              command: PrestaShop\PrestaShop\Core\Domain\Product\SpecificPrice\Query\GetEditableSpecificPricesList

    prestashop.adapter.product.specific_price.query_handler.get_specific_price_for_editing_handler:
        class: PrestaShop\PrestaShop\Adapter\Product\SpecificPrice\QueryHandler\GetSpecificPriceForEditingHandler
        arguments:
            - '@prestashop.adapter.product.specific_price.repository.specific_price_repository'
        tags:
            - name: tactician.handler
              command: PrestaShop\PrestaShop\Core\Domain\Product\SpecificPrice\Query\GetSpecificPriceForEditing

    prestashop.adapter.product.specific_price.command_handler.add_product_specific_price:
        class: PrestaShop\PrestaShop\Adapter\Product\SpecificPrice\CommandHandler\AddProductSpecificPriceHandler
        arguments:
            - '@prestashop.adapter.product.specific_price.repository.specific_price_repository'
        tags:
            - name: tactician.handler
              command: PrestaShop\PrestaShop\Core\Domain\Product\SpecificPrice\Command\AddProductSpecificPriceCommand

    prestashop.adapter.product.specific_price.command_handler.set_specific_price_priority_for_product_handler:
        class: PrestaShop\PrestaShop\Adapter\Product\SpecificPrice\CommandHandler\SetSpecificPricePriorityForProductHandler
        arguments:
            - '@prestashop.adapter.product.specific_price.update.specific_price_priority_updater'
        tags:
            - name: tactician.handler
              command: PrestaShop\PrestaShop\Core\Domain\Product\SpecificPrice\Command\SetSpecificPricePriorityForProductCommand

    prestashop.adapter.product.specific_price.command_handler.set_global_specific_price_priority_handler:
        class: PrestaShop\PrestaShop\Adapter\Product\SpecificPrice\CommandHandler\SetGlobalSpecificPricePriorityHandler
        arguments:
            - '@prestashop.adapter.product.specific_price.update.specific_price_priority_updater'
        tags:
            - name: tactician.handler
              command: PrestaShop\PrestaShop\Core\Domain\Product\SpecificPrice\Command\SetGlobalSpecificPricePriorityCommand

    prestashop.adapter.product.specific_price.update.specific_price_priority_updater:
        class: PrestaShop\PrestaShop\Adapter\Product\SpecificPrice\Update\SpecificPricePriorityUpdater

    prestashop.adapter.product.specific_price.validate.specific_price_validator:
        class: PrestaShop\PrestaShop\Adapter\Product\SpecificPrice\Validate\SpecificPriceValidator

    prestashop.adapter.product.specific_price.repository.specific_price_repository:
        class: PrestaShop\PrestaShop\Adapter\Product\SpecificPrice\Repository\SpecificPriceRepository
        arguments:
            - '@doctrine.dbal.default_connection'
            - '%database_prefix%'
            - '@prestashop.adapter.product.specific_price.validate.specific_price_validator'


??

??