phpDocumentor

OrderStatusRepositoryInterface

Interface OrderStatusRepositoryInterface

Tags
category

System

subpackage

Repositories

Table of Contents

create()  : int
Creates a new order status.
find()  : OrderStatus|null
Returns an order status entity by the given order status id. If no data was found, null is returned.
findAll()  : OrderStatusCollection
Returns a collection with all order status.
get()  : OrderStatus
Returns an order status entity by the given order status id. If no data was found, an exception is thrown.
remove()  : $this|OrderStatusRepositoryInterface
Removes an order status.
update()  : $this|OrderStatusRepositoryInterface
Updates an order status.

Methods

Search results