phpDocumentor

OrderTotalRepositoryInterface

Interface OrderTotalRepositoryInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

addToOrder()  : int
Adds an order total object to the order.
deleteTotalById()  : OrderTotalRepositoryInterface
Removes an order total by the given order total ID.
deleteTotalsByOrderId()  : OrderTotalRepositoryInterface
Removes multiple order totals by the given order ID.
getTotalById()  : StoredOrderTotalInterface
Returns an order total object by the given ID.
getTotalsByOrderId()  : StoredOrderTotalCollection
Returns an collection of order total objects by the given order ID.
store()  : OrderTotalRepositoryInterface
Updates a stored order total object.

Methods

Search results