public function fetchAllProductTypes() { $products = ConcreteServiceConfig::getProductTypeServiceConfig($this); return $products->fetchAll(); }