Beispiel #1
0
 public UomMgr(IUomDao entityDao, ICriteriaMgr criteriaMgr, IUomConversionMgr uomConversionMgr, IItemMgr itemMgr)
     : base(entityDao)
 {
     this.criteriaMgr      = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.itemMgr          = itemMgr;
 }
Beispiel #2
0
 public OrderDetailMgr(ICriteriaMgr criteriaMgr,
                       IOrderDetailDao entityDao,
                       IUomConversionMgr uomConversionMgr,
                       IBomMgr bomMgr,
                       IBomDetailMgr bomDetailMgr,
                       IRoutingDetailMgr routingDetailMgr,
                       IOrderOperationMgr orderOperationMgr,
                       IOrderLocationTransactionMgr orderLocationTransactionMgr,
                       IItemKitMgr itemKitMgr,
                       IItemReferenceMgr itemReferenceMgr,
                       ILocationMgr locationMgr,
                       ILocationDetailMgr LocationDetailMgr,
                       IPriceListDetailMgr priceListDetailMgr,
                       IEntityPreferenceMgr entityPreferenceMgr,
                       IFlowMgr flowMgr)
     : base(entityDao)
 {
     this.criteriaMgr                 = criteriaMgr;
     this.uomConversionMgr            = uomConversionMgr;
     this.bomMgr                      = bomMgr;
     this.bomDetailMgr                = bomDetailMgr;
     this.routingDetailMgr            = routingDetailMgr;
     this.orderOperationMgr           = orderOperationMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.itemKitMgr                  = itemKitMgr;
     this.itemReferenceMgr            = itemReferenceMgr;
     this.locationMgr                 = locationMgr;
     this.LocationDetailMgr           = LocationDetailMgr;
     this.priceListDetailMgr          = priceListDetailMgr;
     this.entityPreferenceMgr         = entityPreferenceMgr;
     this.flowMgr                     = flowMgr;
 }
Beispiel #3
0
 public UomMgr(IUomDao entityDao, ICriteriaMgr criteriaMgr, IUomConversionMgr uomConversionMgr, IItemMgr itemMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.itemMgr = itemMgr;
 }
Beispiel #4
0
 public ImportMgr(ICriteriaMgr criteriaMgr,
     IShiftMgr shiftMgr,
     IFlowDetailMgr flowDetailMgr,
     IItemMgr itemMgr,
     IUomMgr uomMgr,
     IUomConversionMgr uomConversionMgr,
     IHuMgr huMgr,
     IStorageBinMgr storageBinMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     ISupplierMgr supplierMgr,
     IFlowMgr flowMgr,
      IOrderMgr orderMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IItemReferenceMgr itemReferenceMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.shiftMgr = shiftMgr;
     this.flowDetailMgr = flowDetailMgr;
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.huMgr = huMgr;
     this.storageBinMgr = storageBinMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.supplierMgr = supplierMgr;
     this.flowMgr = flowMgr;
     this.orderMgr = orderMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.itemReferenceMgr = itemReferenceMgr;
 }
 public LeanEngineMgr(
     ICriteriaMgr CriteriaMgr,
     IFlowMgr FlowMgr,
     IFlowDetailMgr FlowDetailMgr,
     IOrderMgr OrderMgr,
     IUserMgr UserMgr,
     ILocationDetailMgr LocDetMgr,
     IOrderDetailMgr OrderDetailMgr,
     IAutoOrderTrackMgr AutoOrderTrackMgr,
     IOrderLocationTransactionMgr OrderLocTransMgr,
     IUomConversionMgr UomConversionMgr,
     IShiftMgr shiftMgr)
     : base()
 {
     this.CriteriaMgr       = CriteriaMgr;
     this.FlowMgr           = FlowMgr;
     this.FlowDetailMgr     = FlowDetailMgr;
     this.OrderMgr          = OrderMgr;
     this.UserMgr           = UserMgr;
     this.LocDetMgr         = LocDetMgr;
     this.OrderDetailMgr    = OrderDetailMgr;
     this.AutoOrderTrackMgr = AutoOrderTrackMgr;
     this.OrderLocTransMgr  = OrderLocTransMgr;
     this.UomConversionMgr  = UomConversionMgr;
     this.shiftMgr          = shiftMgr;
 }
 public ScanBarcodeMgr(ICriteriaMgr criteriaMgr,
     IStorageBinMgr storageBinMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IHuMgr huMgr,
     IFlowMgr flowMgr,
     IFlowDetailMgr flowDetailMgr,
     IPickListMgr pickListMgr,
     IPickListDetailMgr pickListDetailMgr,
     IPickListResultMgr pickListResultMgr,
     IUserMgr userMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     IReceiptMgr receiptMgr,
     IOrderHeadMgr orderHeadMgr,
     IOrderDetailMgr orderDetailMgr,
     IOrderMgr orderMgr,
     ILocationMgr locationMgr,
     IItemMgr itemMgr,
     IUomMgr uomMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEmployeeMgr employeeMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IUomConversionMgr uomConversionMgr,
     INumberControlMgr numberControlMgr,
     ILanguageMgr languageMgr,
     IRepackMgr repackMgr,
     IInspectOrderMgr inspectOrderMgr,
     IInspectOrderDetailMgr inspectOrderDetailMgr,
     IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr = huMgr;
     this.flowMgr = flowMgr;
     this.flowDetailMgr = flowDetailMgr;
     this.pickListMgr = pickListMgr;
     this.pickListDetailMgr = pickListDetailMgr;
     this.pickListResultMgr = pickListResultMgr;
     this.userMgr = userMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.receiptMgr = receiptMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.orderDetailMgr = orderDetailMgr;
     this.orderMgr = orderMgr;
     this.locationMgr = locationMgr;
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.employeeMgr = employeeMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.numberControlMgr = numberControlMgr;
     this.languageMgr = languageMgr;
     this.repackMgr = repackMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.inspectOrderDetailMgr = inspectOrderDetailMgr;
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
 }
 public NumberControlMgr(INumberControlDao entityDao,
                         IEntityPreferenceMgr entityPreferenceMgr,
                         IUomConversionMgr uomConversionMgr,
                         ISqlHelperDao sqlHelperDao)
     : base(entityDao)
 {
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.uomConversionMgr    = uomConversionMgr;
     this.sqlHelperDao        = sqlHelperDao;
 }
 public NumberControlMgr(INumberControlDao entityDao,
     IEntityPreferenceMgr entityPreferenceMgr,
     IUomConversionMgr uomConversionMgr,
     ISqlHelperDao sqlHelperDao)
     : base(entityDao)
 {
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.sqlHelperDao = sqlHelperDao;
 }
 public UomConversionInboundMgr(IItemMgr itemMgr,
     IUomMgr uomMgr,
     IUomConversionMgr uomConversionMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.uomConversionMgr = uomConversionMgr;
 }
 public UomConversionInboundMgr(IItemMgr itemMgr,
                                IUomMgr uomMgr,
                                IUomConversionMgr uomConversionMgr,
                                IDssImportHistoryMgr dssImportHistoryMgr,
                                IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr          = itemMgr;
     this.uomMgr           = uomMgr;
     this.uomConversionMgr = uomConversionMgr;
 }
 public PlannedBillMgr(IPlannedBillDao entityDao,
     IUomConversionMgr uomConversionMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     ICriteriaMgr criteriaMgr,
     IReceiptInProcessLocationMgr receiptInProcessLocationMgr)
     : base(entityDao)
 {
     this.uomConversionMgr = uomConversionMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.criteriaMgr = criteriaMgr;
     this.receiptInProcessLocationMgr = receiptInProcessLocationMgr;
 }
Beispiel #12
0
 public FlowBindingMgr(IFlowBindingDao entityDao,
                       ICriteriaMgr criteriaMgr,
                       IFlowMgr flowMgr,
                       IOrderDetailMgr orderDetailMgr,
                       IUomConversionMgr uomConversionMgr)
     : base(entityDao)
 {
     this.criteriaMgr      = criteriaMgr;
     this.flowMgr          = flowMgr;
     this.orderDetailMgr   = orderDetailMgr;
     this.uomConversionMgr = uomConversionMgr;
 }
 public PlannedBillMgr(IPlannedBillDao entityDao,
                       IUomConversionMgr uomConversionMgr,
                       IEntityPreferenceMgr entityPreferenceMgr,
                       ICriteriaMgr criteriaMgr,
                       IReceiptInProcessLocationMgr receiptInProcessLocationMgr)
     : base(entityDao)
 {
     this.uomConversionMgr            = uomConversionMgr;
     this.entityPreferenceMgr         = entityPreferenceMgr;
     this.criteriaMgr                 = criteriaMgr;
     this.receiptInProcessLocationMgr = receiptInProcessLocationMgr;
 }
 public FlowBindingMgr(IFlowBindingDao entityDao,
     ICriteriaMgr criteriaMgr,
     IFlowMgr flowMgr,
     IOrderDetailMgr orderDetailMgr,
     IUomConversionMgr uomConversionMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.flowMgr = flowMgr;
     this.orderDetailMgr = orderDetailMgr;
     this.uomConversionMgr = uomConversionMgr;
 }
Beispiel #15
0
 public HuMgr(IHuDao entityDao,
     ICriteriaMgr criteriaMgr,
     INumberControlMgr numberControlMgr,
     IItemMgr itemMgr,
     IUomMgr uomMgr,
     IUomConversionMgr uomConversionMgr,
     IUserMgr userMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.numberControlMgr = numberControlMgr;
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.userMgr = userMgr;
 }
 public OrderLocationTransactionMgr(IOrderLocationTransactionDao entityDao,
                                    ICriteriaMgr criteriaMgr,
                                    IUomConversionMgr uomConversionMgr,
                                    IBomMgr bomMgr,
                                    IBomDetailMgr bomDetailMgr,
                                    IOrderOperationMgr orderOperationMgr,
                                    IHuMgr huMgr)
     : base(entityDao)
 {
     this.criteriaMgr       = criteriaMgr;
     this.uomConversionMgr  = uomConversionMgr;
     this.bomMgr            = bomMgr;
     this.bomDetailMgr      = bomDetailMgr;
     this.orderOperationMgr = orderOperationMgr;
     this.huMgr             = huMgr;
 }
 public OrderLocationTransactionMgr(IOrderLocationTransactionDao entityDao,
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IBomMgr bomMgr,
     IBomDetailMgr bomDetailMgr,
     IOrderOperationMgr orderOperationMgr,
     IHuMgr huMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.bomMgr = bomMgr;
     this.bomDetailMgr = bomDetailMgr;
     this.orderOperationMgr = orderOperationMgr;
     this.huMgr = huMgr;
 }
Beispiel #18
0
 public HuMgr(IHuDao entityDao,
              ICriteriaMgr criteriaMgr,
              INumberControlMgr numberControlMgr,
              IItemMgr itemMgr,
              IUomMgr uomMgr,
              IUomConversionMgr uomConversionMgr,
              IUserMgr userMgr)
     : base(entityDao)
 {
     this.criteriaMgr      = criteriaMgr;
     this.numberControlMgr = numberControlMgr;
     this.itemMgr          = itemMgr;
     this.uomMgr           = uomMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.userMgr          = userMgr;
 }
 public WOReceiptInboundJob(
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IUserMgr userMgr,
     IHuMgr huMgr,
     INumberControlMgr numberControlMgr,
     IOrderMgr orderManager,
     IOrderLocationTransactionMgr orderLocationTransactionMgr)
 {
     this.criteriaMgr                 = criteriaMgr;
     this.uomConversionMgr            = uomConversionMgr;
     this.userMgr                     = userMgr;
     this.huMgr                       = huMgr;
     this.numberControlMgr            = numberControlMgr;
     this.orderManager                = orderManager;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
 }
Beispiel #20
0
 public BomDetailMgr(IBomDetailDao entityDao,
     IBomMgr bomMgr,
     IItemKitMgr itemKitMgr,
     ICriteriaMgr criterialMgr,
     IUomConversionMgr uomConversionMgr,
     IRoutingMgr routingMgr,
     IRoutingDetailMgr routingDetailMgr,
     IItemMgr itemMgr)
     : base(entityDao)
 {
     this.bomMgr = bomMgr;
     this.itemMgr = itemMgr;
     this.criterialMgr = criterialMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.routingMgr = routingMgr;
     this.routingDetailMgr = routingDetailMgr;
 }
Beispiel #21
0
 public BomDetailMgr(IBomDetailDao entityDao,
                     IBomMgr bomMgr,
                     IItemKitMgr itemKitMgr,
                     ICriteriaMgr criterialMgr,
                     IUomConversionMgr uomConversionMgr,
                     IRoutingMgr routingMgr,
                     IRoutingDetailMgr routingDetailMgr,
                     IItemMgr itemMgr)
     : base(entityDao)
 {
     this.bomMgr           = bomMgr;
     this.itemMgr          = itemMgr;
     this.criterialMgr     = criterialMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.routingMgr       = routingMgr;
     this.routingDetailMgr = routingDetailMgr;
 }
 public WOReceiptInboundJob(
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IUserMgr userMgr,
     IHuMgr huMgr,
     INumberControlMgr numberControlMgr,
     IOrderMgr orderManager,
     IOrderLocationTransactionMgr orderLocationTransactionMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.userMgr = userMgr;
     this.huMgr = huMgr;
     this.numberControlMgr = numberControlMgr;
     this.orderManager = orderManager;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
 }
 public MesBomDetailMgr(IMesBomDetailDao entityDao,
     IMesBomMgr mesBomMgr,
     IItemKitMgr itemKitMgr,
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IRoutingMgr routingMgr,
     IRoutingDetailMgr routingDetailMgr,
     IItemMgr itemMgr,
     IUserMgr useMgr)
     : base(entityDao)
 {
     this.mesBomMgr = mesBomMgr;
     this.itemMgr = itemMgr;
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.routingMgr = routingMgr;
     this.routingDetailMgr = routingDetailMgr;;
     this.useMgr = useMgr;
 }
Beispiel #24
0
 public MesBomDetailMgr(IMesBomDetailDao entityDao,
                        IMesBomMgr mesBomMgr,
                        IItemKitMgr itemKitMgr,
                        ICriteriaMgr criteriaMgr,
                        IUomConversionMgr uomConversionMgr,
                        IRoutingMgr routingMgr,
                        IRoutingDetailMgr routingDetailMgr,
                        IItemMgr itemMgr,
                        IUserMgr useMgr)
     : base(entityDao)
 {
     this.mesBomMgr        = mesBomMgr;
     this.itemMgr          = itemMgr;
     this.criteriaMgr      = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.routingMgr       = routingMgr;
     this.routingDetailMgr = routingDetailMgr;;
     this.useMgr           = useMgr;
 }
 public WoReceiptInboundMgr(
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IUserMgr userMgr,
     IHuMgr huMgr,
     INumberControlMgr numberControlMgr,
     IOrderMgr orderManager,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.criteriaMgr                 = criteriaMgr;
     this.uomConversionMgr            = uomConversionMgr;
     this.userMgr                     = userMgr;
     this.huMgr                       = huMgr;
     this.numberControlMgr            = numberControlMgr;
     this.orderManager                = orderManager;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.dssImportHistoryMgr         = dssImportHistoryMgr;
 }
 public WoReceiptInboundMgr(
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IUserMgr userMgr,
     IHuMgr huMgr,
     INumberControlMgr numberControlMgr,
     IOrderMgr orderManager,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.userMgr = userMgr;
     this.huMgr = huMgr;
     this.numberControlMgr = numberControlMgr;
     this.orderManager = orderManager;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.dssImportHistoryMgr = dssImportHistoryMgr;
 }
 public LocationDetailMgr(ILocationDetailDao entityDao,
     ICriteriaMgr CriteriaMgr,
     IRegionMgr RegionMgr,
     ILocationMgr LocationMgr,
     IItemMgr ItemMgr,
     IOrderLocationTransactionMgr OrderLocTransMgr,
     ILocationTransactionMgr LocTransMgr,
     IInProcessLocationDetailMgr IPLocDetMgr,
     IUomConversionMgr UomConversionMgr,
     IPickListResultMgr PickListResultMgr)
     : base(entityDao)
 {
     this.CriteriaMgr = CriteriaMgr;
     this.RegionMgr = RegionMgr;
     this.LocationMgr = LocationMgr;
     this.ItemMgr = ItemMgr;
     this.OrderLocTransMgr = OrderLocTransMgr;
     this.LocTransMgr = LocTransMgr;
     this.IPLocDetMgr = IPLocDetMgr;
     this.UomConversionMgr = UomConversionMgr;
     this.PickListResultMgr = PickListResultMgr;
 }
Beispiel #28
0
 public LocationDetailMgr(ILocationDetailDao entityDao,
                          ICriteriaMgr CriteriaMgr,
                          IRegionMgr RegionMgr,
                          ILocationMgr LocationMgr,
                          IItemMgr ItemMgr,
                          IOrderLocationTransactionMgr OrderLocTransMgr,
                          ILocationTransactionMgr LocTransMgr,
                          IInProcessLocationDetailMgr IPLocDetMgr,
                          IUomConversionMgr UomConversionMgr,
                          IPickListResultMgr PickListResultMgr)
     : base(entityDao)
 {
     this.CriteriaMgr       = CriteriaMgr;
     this.RegionMgr         = RegionMgr;
     this.LocationMgr       = LocationMgr;
     this.ItemMgr           = ItemMgr;
     this.OrderLocTransMgr  = OrderLocTransMgr;
     this.LocTransMgr       = LocTransMgr;
     this.IPLocDetMgr       = IPLocDetMgr;
     this.UomConversionMgr  = UomConversionMgr;
     this.PickListResultMgr = PickListResultMgr;
 }
Beispiel #29
0
 public SetDetailMgr(
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IUserMgr userMgr,
     INumberControlMgr numberControlMgr,
     IUomConversionMgr uomConversionMgr,
     IItemMgr itemMgr,
     IOrderDetailMgr orderDetailMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IOrderMgr orderMgr,
     IFlowMgr flowMgr,
     ILocationMgr locationMgr,
     IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr,
     IRoutingDetailMgr routingDetailMgr,
     IOrderHeadMgr orderHeadMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     ICriteriaMgr criteriaMgr
     )
 {
     this.huMgr = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.userMgr = userMgr;
     this.numberControlMgr = numberControlMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.itemMgr = itemMgr;
     this.orderDetailMgr = orderDetailMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.orderMgr = orderMgr;
     this.flowMgr = flowMgr;
     this.locationMgr = locationMgr;
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
     this.routingDetailMgr = routingDetailMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.criteriaMgr = criteriaMgr;
 }
 public OrderDetailMgr(ICriteriaMgr criteriaMgr,
     IOrderDetailDao entityDao,
     IUomConversionMgr uomConversionMgr,
     IBomMgr bomMgr,
     IBomDetailMgr bomDetailMgr,
     IRoutingDetailMgr routingDetailMgr,
     IOrderOperationMgr orderOperationMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IItemKitMgr itemKitMgr,
     IItemReferenceMgr itemReferenceMgr,
     ILocationMgr locationMgr,
     ILocationDetailMgr LocationDetailMgr,
     IPriceListDetailMgr priceListDetailMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IFlowMgr flowMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.bomMgr = bomMgr;
     this.bomDetailMgr = bomDetailMgr;
     this.routingDetailMgr = routingDetailMgr;
     this.orderOperationMgr = orderOperationMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.itemKitMgr = itemKitMgr;
     this.itemReferenceMgr = itemReferenceMgr;
     this.locationMgr = locationMgr;
     this.LocationDetailMgr = LocationDetailMgr;
     this.priceListDetailMgr = priceListDetailMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.flowMgr = flowMgr;
 }
Beispiel #31
0
 public OrderMgr(IUserMgr userMgr,
     IOrderHeadMgr orderHeadMgr,
     IOrderDetailMgr orderDetailMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IOrderOperationMgr orderOperationMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IFlowMgr flowMgr,
     IFlowDetailMgr flowDetailMgr,
     INumberControlMgr numberControlMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     IInProcessLocationDetailMgr inProcessLocationDetailMgr,
     IAutoOrderTrackMgr autoOrderTrackMgr,
     IReceiptMgr receiptMgr,
     IFlowBindingMgr flowBindingMgr,
     IUomConversionMgr uomConversionMgr,
     IItemKitMgr itemKitMgr,
     IWorkingHoursMgr workingHoursMgr,
     IOrderBindingMgr orderBindingMgr,
     ILocationMgr locationMgr,
     IPickListMgr pickListMgr,
     IPickListResultMgr pickListResultMgr,
     IShiftMgr shiftMgr,
     IOrderPlannedBackflushMgr orderPlannedBackflushMgr,
     IActingBillMgr actingBillMgr,
     IPlannedBillMgr plannedBillMgr,
     ICriteriaMgr criteriaMgr,
     IHuMgr huMgr,
     IPriceListDetailMgr priceListDetailMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IOrderTracerMgr orderTracerMgr,
     ITransportationActBillMgr transportationActBillMgr)
 {
     this.userMgr = userMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.orderDetailMgr = orderDetailMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.orderOperationMgr = orderOperationMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.flowMgr = flowMgr;
     this.flowDetailMgr = flowDetailMgr;
     this.numberControlMgr = numberControlMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.inProcessLocationDetailMgr = inProcessLocationDetailMgr;
     this.autoOrderTrackMgr = autoOrderTrackMgr;
     this.receiptMgr = receiptMgr;
     this.flowBindingMgr = flowBindingMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.itemKitMgr = itemKitMgr;
     this.workingHoursMgr = workingHoursMgr;
     this.orderBindingMgr = orderBindingMgr;
     this.locationMgr = locationMgr;
     this.pickListMgr = pickListMgr;
     this.pickListResultMgr = pickListResultMgr;
     this.shiftMgr = shiftMgr;
     this.orderPlannedBackflushMgr = orderPlannedBackflushMgr;
     this.actingBillMgr = actingBillMgr;
     this.plannedBillMgr = plannedBillMgr;
     this.criteriaMgr = criteriaMgr;
     this.huMgr = huMgr;
     this.priceListDetailMgr = priceListDetailMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.orderTracerMgr = orderTracerMgr;
     this.transportationActBillMgr = transportationActBillMgr;
 }