SyncAsirAttributeMappingFromMeduse
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
- $asirGroupAttributesMappingRepo : mixed
- $asirGroupAttributesMappingService : mixed
- $container : mixed
- $entityManager : mixed
- $meduseService : mixed
Methods
- __construct() : mixed
- processAndSaveData() : mixed
- configure() : void
- execute() : mixed
- cloneTable() : mixed
- insertFromTmpToMain() : mixed
- purgeTable() : mixed
Properties
$asirGroupAttributesMappingRepo
private
mixed
$asirGroupAttributesMappingRepo
$asirGroupAttributesMappingService
private
mixed
$asirGroupAttributesMappingService
$container
private
mixed
$container
$entityManager
private
mixed
$entityManager
$meduseService
private
mixed
$meduseService
Methods
__construct()
public
__construct([mixed $name = null ][, EntityManagerInterface $entityManager = null ][, ContainerInterface $container = null ][, AsirGroupAttributesMappingService $asirGroupAttributesMappingService = null ][, AsirGroupAttributesMappingRepository $asirGroupAttributesMappingRepo = null ][, MeduseService $meduseService = null ]) : mixed
Parameters
- $name : mixed = null
- $entityManager : EntityManagerInterface = null
- $container : ContainerInterface = null
- $asirGroupAttributesMappingService : AsirGroupAttributesMappingService = null
- $asirGroupAttributesMappingRepo : AsirGroupAttributesMappingRepository = null
- $meduseService : MeduseService = null
processAndSaveData()
public
processAndSaveData(mixed $jsonData) : mixed
Parameters
- $jsonData : mixed
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
cloneTable()
private
cloneTable() : mixed
insertFromTmpToMain()
private
insertFromTmpToMain() : mixed
purgeTable()
private
purgeTable() : mixed