Interface OrderStatusServiceInterface

Interface OrderStatusServiceInterface

Direct known implementers

OrderStatusService

Methods summary

public findAll( void ) : OrderStatusCollection

Returns a collection with all order status.

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.

public create( OrderStatus $orderStatus ) : integer

Creates a new order status.

public update( OrderStatus $orderStatus ) :

Updates an order status.

public remove( IntType $orderStatusId ) :

Removes an order status.