Interface ProductAttributeRepositoryReaderInterface
Interface ProductAttributeRepositoryReaderInterface
Direct known implementers
Package: ProductModule\Interface
Category: System
Located at Services/Core/ProductModule/Repositories/Reader/Interfaces/ProductAttributeRepositoryReaderInterface.inc.php
Category: System
Located at Services/Core/ProductModule/Repositories/Reader/Interfaces/ProductAttributeRepositoryReaderInterface.inc.php
Methods summary
public
getAttributeById( IdType $productAttributeId )
: StoredProductAttributeInterface
Returns a product attribute entity by the given product attribute id.
public
getAttributesByProductId( IdType $productId )
: StoredProductAttributeCollection
Returns a collection with all product attribute entities which belongs to the product entity by the given product id.