Interface OutboundItemFactory
-
- All Known Implementing Classes:
DefaultOutboundItemFactory
public interface OutboundItemFactoryA factory forOutboundItems
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutboundItemcreateItem(OutboundItemDTO itemDto)Creates new instance of anOutboundItem
-
-
-
Method Detail
-
createItem
OutboundItem createItem(OutboundItemDTO itemDto)
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.
-
-