Interface OrderItemPropertyRepositoryReaderInterface
Interface OrderItemPropertyRepositoryReaderInterface
Direct known implementers
Package: Order\Interfaces
Category: System
Located at Services/Core/Order/Repositories/Reader/Interface/OrderItemPropertyRepositoryReaderInterface.inc.php
Category: System
Located at Services/Core/Order/Repositories/Reader/Interface/OrderItemPropertyRepositoryReaderInterface.inc.php
Methods summary
public
getPropertyById( IdType $orderItemPropertyId )
: StoredOrderItemProperty
Returns an order item property by the given ID.
public
getPropertiesByOrderItemId( IdType $orderItemId )
: StoredOrderItemAttributeCollection
Returns a collection of order item properties by the given order item ID.