Interface OrderRepositoryInterface
category |
System |
---|---|
package |
Order |
subpackage |
Interfaces |
createNew() : \OrderInterface
deleteById(\IdType $orderId) : \OrderRepositoryInterface
getById(\IdType $orderId) : \OrderInterface
store(\OrderInterface $order)