Interface OrderItemAttributeRepositoryDeleterInterface
Interface OrderItemAttributeRepositoryDeleterInterface
Direct known implementers
Package: Order\Interfaces
Category: System
Located at Services/Core/Order/Repositories/Deleter/Interface/OrderItemAttributeRepositoryDeleterInterface.inc.php
Category: System
Located at Services/Core/Order/Repositories/Deleter/Interface/OrderItemAttributeRepositoryDeleterInterface.inc.php
Methods summary
public
deleteAttributeById( IdType $orderItemAttributeId )
: OrderItemAttributeRepositoryDeleterInterface
Removes an attribute by the given order item attribute ID.
public
deleteAttributesByOrderItemId( IdType $orderItemId )
: OrderItemAttributeRepositoryDeleterInterface
Removes all attributes from the order item by the given order item ID.