protected function execute(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output)
 {
     $this->processGroups();
     $this->processStores();
     $this->processStocks();
     $this->processTaxes();
     /* init sales rules */
     $this->subRules->init();
     $output->writeln("Generic store views configuration is completed.");
 }
 public function test_init()
 {
     $this->_obj->init();
     return;
 }