Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 protected function applyFilter()
 {
     if ($this->websiteId !== StoresSoapIterator::ALL_WEBSITES) {
         $this->filter->addStoreFilter($this->getStoresByWebsiteId($this->websiteId));
     }
     parent::applyFilter();
 }
Esempio n. 2
0
 /**
  * {@inheritdoc}
  */
 protected function addDependencyData($result)
 {
     parent::addDependencyData($result);
     $customer_group = $this->dependencies[self::ALIAS_GROUPS][$this->getGroupId($result)];
     $result->customer_group_code = $customer_group['customer_group_code'];
     $result->customer_group_name = $customer_group['name'];
 }
Esempio n. 3
0
 /**
  * {@inheritdoc}
  */
 protected function applyFilter()
 {
     if ($this->websiteId !== StoresSoapIterator::ALL_WEBSITES) {
         $this->filter->addWebsiteFilter([$this->websiteId]);
     }
     parent::applyFilter();
 }