Interface OrderItemRepositoryInterface
| category |
System |
|---|---|
| package |
Order |
| subpackage |
Interfaces |
addToOrder(\IdType $orderId, \OrderItemInterface $orderItem) : integer
integerID of the StoredOrderItem
deleteItemById(\IdType $orderItemId) : \OrderItemRepositoryInterface
deleteItemsByOrderId(\IdType $orderId) : \OrderItemRepositoryInterface
getItemById(\IdType $orderItemId) : \StoredOrderItemInterface
getItemsByOrderId(\IdType $orderId) : \StoredOrderItemCollection
store(\StoredOrderItemInterface $storedOrderItem) : \OrderItemRepositoryInterface