Interface OutboundItemFactory
- All Known Implementing Classes:
DefaultOutboundItemFactory
public interface OutboundItemFactory
A factory for
OutboundItems-
Method Summary
Modifier and TypeMethodDescriptioncreateItem(OutboundItemDTO itemDto) Creates new instance of anOutboundItem
-
Method Details
-
createItem
Creates new instance of anOutboundItem- Parameters:
itemDto- a data transfer object describing the item to create- Returns:
- a created item object. This object should not be
null, instead an exception can be thrown by the factory implementation.
-