Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Interfaces

  • ProductAttributeRepositoryDeleterInterface
  • ProductAttributeRepositoryInterface
  • ProductAttributeRepositoryReaderInterface
  • ProductAttributeRepositoryWriterInterface

Interface ProductAttributeRepositoryReaderInterface

Interface ProductAttributeRepositoryReaderInterface

Direct known implementers

ProductAttributeRepositoryReader

Package: ProductModule\Interface
Category: System
Located at CoreServices/ProductModule/Repositories/Reader/Interfaces/ProductAttributeRepositoryReaderInterface.inc.php

Methods summary

public StoredProductAttributeInterface
# getAttributeById( IdType $productAttributeId )

Returns a product attribute entity by the given product attribute id.

Returns a product attribute entity by the given product attribute id.

Parameters

$productAttributeId
Id of expected product attribute entity.

Returns

StoredProductAttributeInterface
Expected product attribute entity.
public StoredProductAttributeCollection
# getAttributesByProductId( IdType $productId )

Returns a collection with all product attribute entities which belongs to the product entity by the given product id.

Returns a collection with all product attribute entities which belongs to the product entity by the given product id.

Parameters

$productId
Id of product entity which belongs to the expected product attribute entities.

Returns

StoredProductAttributeCollection
Collection which contains all expected product attribute entities.
API documentation generated by ApiGen