Interface OutboundItemFactory

    • Method Detail

      • 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.