Interface OutboundItemFactory

All Known Implementing Classes:
DefaultOutboundItemFactory

public interface OutboundItemFactory
A factory for OutboundItems
  • Method Details

    • createItem

      OutboundItem createItem(OutboundItemDTO itemDto)
      Creates new instance of an OutboundItem
      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.