phpDocumentor

OrderItemRepositoryInterface

Interface OrderItemRepositoryInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

addToOrder()  : int
Adds an order item to the order item repository.
deleteItemById()  : OrderItemRepositoryInterface
Deletes an order item from the repository by the given order item ID.
deleteItemsByOrderId()  : OrderItemRepositoryInterface
Deletes order items from the repository by the given order ID.
getItemById()  : StoredOrderItemInterface
Returns a stored order ID by the given order item ID.
getItemsByOrderId()  : StoredOrderItemCollection
Returns a stored order item collection by the given order ID.
store()  : OrderItemRepositoryInterface
Saves the order item in the repository.

Methods

Search results