コード例 #1
0
 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;
 }
コード例 #2
0
ファイル: ImportMgr.cs プロジェクト: Novthirteen/yfkey-scms
 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;
 }
コード例 #3
0
 public FlowPlanMgr(IFlowPlanDao entityDao,
                    ICriteriaMgr criteriaMgr,
                    IFlowDetailMgr flowDetailMgr)
     : base(entityDao)
 {
     this.criteriaMgr   = criteriaMgr;
     this.flowDetailMgr = flowDetailMgr;
 }
コード例 #4
0
ファイル: FlowPlanMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public FlowPlanMgr(IFlowPlanDao entityDao,
     ICriteriaMgr criteriaMgr,
     IFlowDetailMgr flowDetailMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.flowDetailMgr = flowDetailMgr;
 }
コード例 #5
0
 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;
 }
コード例 #6
0
ファイル: FlowMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public FlowMgr(IFlowDao entityDao,
                ICriteriaMgr criteriaMgr,
                IFlowDetailMgr flowDetailMgr,
                IBomMgr bomMgr,
                IBomDetailMgr bomDetailMgr,
                IFlowTrackMgr flowTrackMgr)
     : base(entityDao)
 {
     this.criteriaMgr   = criteriaMgr;
     this.flowDetailMgr = flowDetailMgr;
     this.bomMgr        = bomMgr;
     this.bomDetailMgr  = bomDetailMgr;
     this.flowTrackMgr  = flowTrackMgr;
 }
コード例 #7
0
ファイル: FlowMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public FlowMgr(IFlowDao entityDao,
     ICriteriaMgr criteriaMgr,
     IFlowDetailMgr flowDetailMgr,
     IBomMgr bomMgr,
     IBomDetailMgr bomDetailMgr,
     IFlowTrackMgr flowTrackMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.flowDetailMgr = flowDetailMgr;
     this.bomMgr = bomMgr;
     this.bomDetailMgr = bomDetailMgr;
     this.flowTrackMgr = flowTrackMgr;
 }
コード例 #8
0
ファイル: OrderMgr.cs プロジェクト: Novthirteen/yfkey-scms
 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;
 }