Class OrderStatusService
Class OrderStatusService
- OrderStatusService implements OrderStatusServiceInterface
Package: OrderStatus
Category: System
Located at Services/Core/OrderStatus/OrderStatusService.inc.php
Category: System
Located at Services/Core/OrderStatus/OrderStatusService.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.