'autoNumber' =>
$number,
];
} /**
* Internal helper function to remove all product prices quickly.
*
* @param int $articleId
*/
protected function removePrices($articleId) { $query =
$this->
getRepository()->
getRemovePricesQuery($articleId);
$query->
execute();
} /**
* Internal helper function to remove the product attributes quickly.
*
* @param int $articleDetailId
*/
protected function removeAttributes($articleDetailId) { $query =
$this->
getRepository()->
getRemoveAttributesQuery($articleDetailId);