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

  • ProductCategoryLinkerInterface
  • ProductFactoryInterface
  • ProductImageContainerInterface
  • ProductImageContainerRepositoryInterface
  • ProductImageInterface
  • ProductImagePathsSettingsInterface
  • ProductImageProcessingInterface
  • ProductInterface
  • ProductListProviderFactoryInterface
  • ProductListProviderInterface
  • ProductObjectServiceInterface
  • ProductPermissionSetterInterface
  • ProductReadServiceInterface
  • ProductRepositoryDeleterInterface
  • ProductRepositoryInterface
  • ProductRepositoryReaderInterface
  • ProductRepositoryWriterInterface
  • ProductSettingsInterface
  • ProductSettingsRepositoryInterface
  • ProductSettingsRepositoryReaderInterface
  • ProductSettingsRepositoryWriterInterface
  • ProductWriteServiceInterface
  • StoredProductInterface

Interface ProductImageContainerRepositoryInterface

Interface ProductImageContainerRepositoryInterface

Direct known implementers

ProductImageContainerRepository

Package: Product\Interfaces
Category: System
Located at CoreServices/Product/Repositories/Interfaces/ProductImageContainerRepositoryInterface.inc.php

Methods summary

public ProductImageContainerRepositoryInterface
# store( IdType $productId, ProductImageContainerInterface $imageContainer )

Stores the product image container.

Stores the product image container.

Parameters

$productId
Product ID.
$imageContainer
Product image container.

Returns

ProductImageContainerRepositoryInterface
Same instance for method chaining.
public ProductImageContainerInterface
# getByProductId( IdType $productId )

Returns a product image container based on the product ID given.

Returns a product image container based on the product ID given.

Parameters

$productId
Product ID.

Returns

ProductImageContainerInterface
Product image container.
public ProductImageContainerRepositoryInterface
# deleteByProductId( IdType $productId )

Deletes a product image container based on the product ID given.

Deletes a product image container based on the product ID given.

Parameters

$productId
Product ID.

Returns

ProductImageContainerRepositoryInterface
Same instance for method chaining.
API documentation generated by ApiGen