Interface OrderStatusRepositoryInterface
Interface OrderStatusRepositoryInterface
Direct known implementers
Package: OrderStatus\Repositories
Category: System
Located at Services/Core/OrderStatus/Repositories/Interfaces/OrderStatusRepositoryInterface.inc.php
Category: System
Located at Services/Core/OrderStatus/Repositories/Interfaces/OrderStatusRepositoryInterface.inc.php
Methods summary
public
find( IntType $orderStatusId )
: OrderStatus|null
Returns an order status entity by the given order status id. If no data was found, null is returned.
public
get( IntType $orderStatusId )
: OrderStatus
Returns an order status entity by the given order status id. If no data was found, an exception is thrown.