/* * -- ============================================= * -- Author: <BotSpiel> * * -- Description: <Description> * * This class .... * */ public OutboundOrders() { OutboundOrderTypes _OutboundOrderTypes = new OutboundOrderTypes(); OutboundOrderTypes = _OutboundOrderTypes; Facilities _Facilities = new Facilities(); Facilities = _Facilities; Companies _Companies = new Companies(); Companies = _Companies; BusinessPartners _BusinessPartners = new BusinessPartners(); BusinessPartners = _BusinessPartners; CarrierServices _CarrierServices = new CarrierServices(); CarrierServices = _CarrierServices; Statuses _Statuses = new Statuses(); Statuses = _Statuses; PickBatches _PickBatches = new PickBatches(); PickBatches = _PickBatches; OutboundShipments _OutboundShipments = new OutboundShipments(); OutboundShipments = _OutboundShipments; }
/* * -- ============================================= * -- Author: <BotSpiel> * * -- Description: <Description> * * This class .... * */ public PickBatchPicking() { PickBatches _PickBatches = new PickBatches(); PickBatches = _PickBatches; InventoryUnits _InventoryUnits = new InventoryUnits(); InventoryUnits = _InventoryUnits; HandlingUnits _HandlingUnits = new HandlingUnits(); HandlingUnits = _HandlingUnits; }
/* * -- ============================================= * -- Author: <BotSpiel> * * -- Description: <Description> * * This class .... * */ public MoveQueues() { MoveQueueTypes _MoveQueueTypes = new MoveQueueTypes(); MoveQueueTypes = _MoveQueueTypes; MoveQueueContexts _MoveQueueContexts = new MoveQueueContexts(); MoveQueueContexts = _MoveQueueContexts; InventoryUnits _InventoryUnitsFKDiffSourceInventoryUnit = new InventoryUnits(); InventoryUnitsFKDiffSourceInventoryUnit = _InventoryUnitsFKDiffSourceInventoryUnit; InventoryUnits _InventoryUnitsFKDiffTargetInventoryUnit = new InventoryUnits(); InventoryUnitsFKDiffTargetInventoryUnit = _InventoryUnitsFKDiffTargetInventoryUnit; InventoryLocations _InventoryLocationsFKDiffSourceInventoryLocation = new InventoryLocations(); InventoryLocationsFKDiffSourceInventoryLocation = _InventoryLocationsFKDiffSourceInventoryLocation; InventoryLocations _InventoryLocationsFKDiffTargetInventoryLocation = new InventoryLocations(); InventoryLocationsFKDiffTargetInventoryLocation = _InventoryLocationsFKDiffTargetInventoryLocation; HandlingUnits _HandlingUnitsFKDiffSourceHandlingUnit = new HandlingUnits(); HandlingUnitsFKDiffSourceHandlingUnit = _HandlingUnitsFKDiffSourceHandlingUnit; HandlingUnits _HandlingUnitsFKDiffTargetHandlingUnit = new HandlingUnits(); HandlingUnitsFKDiffTargetHandlingUnit = _HandlingUnitsFKDiffTargetHandlingUnit; InboundOrderLines _InboundOrderLines = new InboundOrderLines(); InboundOrderLines = _InboundOrderLines; OutboundOrderLines _OutboundOrderLines = new OutboundOrderLines(); OutboundOrderLines = _OutboundOrderLines; PickBatches _PickBatches = new PickBatches(); PickBatches = _PickBatches; Statuses _Statuses = new Statuses(); Statuses = _Statuses; }