Class OrderRepository
category |
System |
---|---|
package |
Order |
subpackage |
Repositories |
__construct(\OrderFactoryInterface $orderFactory, \OrderRepositoryWriterInterface $writer, \OrderRepositoryReaderInterface $reader, \OrderRepositoryDeleterInterface $deleter, \OrderItemRepositoryInterface $orderItemRepository, \OrderTotalRepositoryInterface $orderTotalRepository, \OrderStatusHistoryReaderInterface $historyReader, \AddonValueServiceInterface $addonValueService)
createNew() : \GXEngineOrder
deleteById(\IdType $orderId) : \OrderRepository
getById(\IdType $orderId) : \GXEngineOrder
store(\OrderInterface $order) : \OrderRepository
addonValueService : \AddonValueServiceInterface
writer : \OrderRepositoryWriterInterface
reader : \OrderRepositoryReaderInterface
deleter : \OrderRepositoryDeleterInterface
orderItemRepository : \OrderItemRepositoryInterface
orderTotalRepository : \OrderTotalRepositoryInterface
orderStatusHistoryReader : \OrderStatusHistoryStorage