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 ProductAttributeRepositoryDeleterInterface

Interface ProductAttributeRepositoryDeleterInterface

Direct known implementers

ProductAttributeRepositoryDeleter

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

Methods summary

public ProductAttributeRepositoryDeleterInterface|ProductAttributeRepositoryDeleterInterface
# deleteAttributeById( IdType $productAttributeId )

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

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

Parameters

$productAttributeId
Id of attribute entity to delete.

Returns

ProductAttributeRepositoryDeleterInterface|ProductAttributeRepositoryDeleterInterface
$this Same instance for chained method calls.
public ProductAttributeRepositoryDeleterInterface|ProductAttributeRepositoryDeleterInterface
# deleteAttributesByProductId( IdType $productId )

Removes all product attributes entities that belongs to the given product entity id.

Removes all product attributes entities that belongs to the given product entity id.

Parameters

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

Returns

ProductAttributeRepositoryDeleterInterface|ProductAttributeRepositoryDeleterInterface
$this Same instance for chained method calls.
API documentation generated by ApiGen