Class DefaultOutboundItemFactory

    • Constructor Detail

      • DefaultOutboundItemFactory

        public DefaultOutboundItemFactory()
    • Method Detail

      • createItem

        public OutboundItem createItem​(OutboundItemDTO itemDto)
        Description copied from interface: OutboundItemFactory
        Creates new instance of an OutboundItem
        Specified by:
        createItem in interface OutboundItemFactory
        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.
      • getModelService

        protected ModelService getModelService()
      • setModelService

        public void setModelService​(ModelService service)