phpDocumentor

OrderItemAttributeRepositoryInterface

Interface OrderItemAttributeRepositoryInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

addToOrderItem()  : int
Adds an attribute to an order item.
deleteItemAttributeById()  : OrderItemAttributeRepositoryInterface
Deletes an item attribute by the given item attribute ID.
deleteItemAttributesByOrderItemId()  : OrderItemAttributeRepositoryInterface
Deletes an item attribute by the given order item ID.
getItemAttributeById()  : StoredOrderItemAttributeInterface
Returns a stored attribute by the given ID.
getItemAttributesByOrderItemId()  : StoredOrderItemAttributeCollection
Returns a stored attribute collection by the given order item ID.
store()  : OrderItemAttributeRepositoryInterface
Saves the attribute to the repository.

Methods

Search results