Esempio n. 1
0
 public UomMgr(IUomDao entityDao, ICriteriaMgr criteriaMgr, IUomConversionMgr uomConversionMgr, IItemMgr itemMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.itemMgr = itemMgr;
 }
Esempio n. 2
0
 public MaterialInMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IUserMgr userMgr,
     IItemMgr itemMgr,
     ILocationMgr locationMgr,
     IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr,
     ILanguageMgr languageMgr,
     IBomDetailMgr bomDetailMgr,
     IHuMgr huMgr,
     IFlowMgr flowMgr,
     IRoutingDetailMgr routingDetailMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.userMgr = userMgr;
     this.itemMgr = itemMgr;
     this.locationMgr = locationMgr;
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
     this.languageMgr = languageMgr;
     this.bomDetailMgr = bomDetailMgr;
     this.huMgr = huMgr;
     this.flowMgr = flowMgr;
     this.routingDetailMgr = routingDetailMgr;
 }
Esempio n. 3
0
 public TransferMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IFlowMgr flowMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IItemMgr itemMgr,
     IOrderDetailMgr orderDetailMgr,
     IOrderMgr orderMgr,
     ILanguageMgr languageMgr,
     IReceiptDetailMgr receiptDetailMgr,
     IReportMgr reportMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr
     )
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.flowMgr              = flowMgr;
     this.huMgr                = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.itemMgr              = itemMgr;
     this.orderDetailMgr       = orderDetailMgr;
     this.orderMgr             = orderMgr;
     this.languageMgr          = languageMgr;
     this.receiptDetailMgr     = receiptDetailMgr;
     this.reportMgr            = reportMgr;
     this.storageBinMgr        = storageBinMgr;
     this.locationMgr          = locationMgr;
 }
Esempio n. 4
0
 public StockTakingMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ICycleCountMgr cycleCountMgr,
     ICycleCountDetailMgr cycleCountDetailMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IItemMgr itemMgr,
     IUserMgr userMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.cycleCountMgr = cycleCountMgr;
     this.cycleCountDetailMgr = cycleCountDetailMgr;
     this.languageMgr = languageMgr;
     this.huMgr = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.itemMgr = itemMgr;
     this.userMgr = userMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationMgr = locationMgr;
 }
Esempio n. 5
0
 public MaterialInMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IUserMgr userMgr,
     IItemMgr itemMgr,
     ILocationMgr locationMgr,
     IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr,
     ILanguageMgr languageMgr,
     IBomDetailMgr bomDetailMgr,
     IHuMgr huMgr,
     IFlowMgr flowMgr,
     IRoutingDetailMgr routingDetailMgr
     )
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.userMgr     = userMgr;
     this.itemMgr     = itemMgr;
     this.locationMgr = locationMgr;
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
     this.languageMgr      = languageMgr;
     this.bomDetailMgr     = bomDetailMgr;
     this.huMgr            = huMgr;
     this.flowMgr          = flowMgr;
     this.routingDetailMgr = routingDetailMgr;
 }
Esempio n. 6
0
 public StockTakingMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ICycleCountMgr cycleCountMgr,
     ICycleCountDetailMgr cycleCountDetailMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IItemMgr itemMgr,
     IUserMgr userMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr
     )
 {
     this.setBaseMgr          = setBaseMgr;
     this.setDetailMgr        = setDetailMgr;
     this.executeMgr          = executeMgr;
     this.cycleCountMgr       = cycleCountMgr;
     this.cycleCountDetailMgr = cycleCountDetailMgr;
     this.languageMgr         = languageMgr;
     this.huMgr = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.itemMgr       = itemMgr;
     this.userMgr       = userMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationMgr   = locationMgr;
 }
Esempio n. 7
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;
 }
Esempio n. 8
0
 public LocationMgr(ILocationDao entityDao,
     ILocationLotDetailMgr locationLotDetailMgr,
     INumberControlMgr numberControlMgr,
     ICriteriaMgr criteriaMgr,
     ILocationTransactionMgr locationTransactionMgr,
     IRegionMgr regionMgr,
     IUserMgr userMgr,
     IPlannedBillMgr plannedBillMgr,
     IStorageBinMgr storageBinMgr,
     IHuMgr huMgr,
     IBillMgr billMgr,
     IItemMgr itemMgr)
     : base(entityDao)
 {
     this.numberControlMgr = numberControlMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.criteriaMgr = criteriaMgr;
     this.locationTransactionMgr = locationTransactionMgr;
     this.regionMgr = regionMgr;
     this.userMgr = userMgr;
     this.plannedBillMgr = plannedBillMgr;
     this.storageBinMgr = storageBinMgr;
     this.huMgr = huMgr;
     this.billMgr = billMgr;
     this.itemMgr = itemMgr;
 }
Esempio n. 9
0
 public TransferMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IFlowMgr flowMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IItemMgr itemMgr,
     IOrderDetailMgr orderDetailMgr,
     IOrderMgr orderMgr,
     ILanguageMgr languageMgr,
     IReceiptDetailMgr receiptDetailMgr,
     IReportMgr reportMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.flowMgr = flowMgr;
     this.huMgr = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.itemMgr = itemMgr;
     this.orderDetailMgr = orderDetailMgr;
     this.orderMgr = orderMgr;
     this.languageMgr = languageMgr;
     this.receiptDetailMgr = receiptDetailMgr;
     this.reportMgr = reportMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationMgr = locationMgr;
 }
Esempio n. 10
0
 public UomMgr(IUomDao entityDao, ICriteriaMgr criteriaMgr, IUomConversionMgr uomConversionMgr, IItemMgr itemMgr)
     : base(entityDao)
 {
     this.criteriaMgr      = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.itemMgr          = itemMgr;
 }
Esempio n. 11
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;
 }
 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;
 }
Esempio n. 14
0
 public BomInboundMgr(IItemMgr itemMgr,
     IUomMgr uomMgr,
     IBomMgr bomMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.bomMgr = bomMgr;
 }
Esempio n. 15
0
 public BomInboundMgr(IItemMgr itemMgr,
                      IUomMgr uomMgr,
                      IBomMgr bomMgr,
                      IDssImportHistoryMgr dssImportHistoryMgr,
                      IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.uomMgr  = uomMgr;
     this.bomMgr  = bomMgr;
 }
 public LocationTransactionMgr(ILocationTransactionDao entityDao,
     ICriteriaMgr criteriaMgr,
     ICodeMasterMgr codeMasterMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IItemMgr itemMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.codeMasterMgr = codeMasterMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.itemMgr = itemMgr;
 }
 public LocationTransactionMgr(ILocationTransactionDao entityDao,
                               ICriteriaMgr criteriaMgr,
                               ICodeMasterMgr codeMasterMgr,
                               IOrderLocationTransactionMgr orderLocationTransactionMgr,
                               IItemMgr itemMgr)
     : base(entityDao)
 {
     this.criteriaMgr   = criteriaMgr;
     this.codeMasterMgr = codeMasterMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.itemMgr = itemMgr;
 }
 public ItemReferenceInboundMgr(IItemMgr itemMgr,
                                IItemReferenceMgr itemReferenceMgr,
                                IUserMgr userMgr,
                                IPartyMgr partyMgr,
                                IDssImportHistoryMgr dssImportHistoryMgr,
                                IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr          = itemMgr;
     this.itemReferenceMgr = itemReferenceMgr;
     this.userMgr          = userMgr;
     this.partyMgr         = partyMgr;
 }
 public ItemReferenceInboundMgr(IItemMgr itemMgr,
    IItemReferenceMgr itemReferenceMgr,
     IUserMgr userMgr,
      IPartyMgr partyMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.itemReferenceMgr = itemReferenceMgr;
     this.userMgr = userMgr;
     this.partyMgr = partyMgr;
 }
Esempio n. 20
0
 public ItemInboundMgr(IItemMgr itemMgr,
                       IUomMgr uomMgr,
                       IBomMgr bomMgr,
                       IRoutingMgr routingMgr,
                       IUserMgr userMgr,
                       IDssImportHistoryMgr dssImportHistoryMgr,
                       IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr    = itemMgr;
     this.uomMgr     = uomMgr;
     this.bomMgr     = bomMgr;
     this.routingMgr = routingMgr;
     this.userMgr    = userMgr;
 }
Esempio n. 21
0
 public ItemInboundMgr(IItemMgr itemMgr,
     IUomMgr uomMgr,
     IBomMgr bomMgr,
     IRoutingMgr routingMgr,
     IUserMgr userMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.bomMgr = bomMgr;
     this.routingMgr = routingMgr;
     this.userMgr = userMgr;
 }
Esempio n. 22
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;
 }
Esempio n. 23
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;
 }
Esempio n. 24
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;
 }
Esempio n. 25
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;
 }
Esempio n. 26
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;
 }
Esempio n. 27
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 BomDetailInboundMgr(IItemMgr itemMgr,
     IUomMgr uomMgr,
     IBomMgr bomMgr,
     IUserMgr userMgr,
     IBomDetailMgr bomDetailMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IMesBomMgr mesBomMgr,
     IMesBomDetailMgr mesBomDetailMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.bomMgr = bomMgr;
     this.userMgr = userMgr;
     this.mesBomMgr = mesBomMgr;
     this.bomDetailMgr = bomDetailMgr;
     this.mesBomDetailMgr = mesBomDetailMgr;
 }
Esempio n. 29
0
 public BomDetailInboundMgr(IItemMgr itemMgr,
                            IUomMgr uomMgr,
                            IBomMgr bomMgr,
                            IUserMgr userMgr,
                            IBomDetailMgr bomDetailMgr,
                            IDssImportHistoryMgr dssImportHistoryMgr,
                            IMesBomMgr mesBomMgr,
                            IMesBomDetailMgr mesBomDetailMgr,
                            IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr         = itemMgr;
     this.uomMgr          = uomMgr;
     this.bomMgr          = bomMgr;
     this.userMgr         = userMgr;
     this.mesBomMgr       = mesBomMgr;
     this.bomDetailMgr    = bomDetailMgr;
     this.mesBomDetailMgr = mesBomDetailMgr;
 }
Esempio n. 30
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;
 }
Esempio n. 31
0
 public InspectOrderMgr(IInspectOrderDao entityDao,
                        INumberControlMgr numberControlMgr,
                        ILocationMgr locationMgr,
                        ILocationLotDetailMgr locationLotDetailMgr,
                        IInspectOrderDetailMgr inspectOrderDetailMgr,
                        IItemMgr itemMgr,
                        IUserMgr userMgr,
                        IBomDetailMgr bomDetailMgr,
                        IInspectResultMgr inspectResultMgr,
                        IFlowMgr flowMgr)
     : base(entityDao)
 {
     this.numberControlMgr      = numberControlMgr;
     this.locationMgr           = locationMgr;
     this.locationLotDetailMgr  = locationLotDetailMgr;
     this.inspectOrderDetailMgr = inspectOrderDetailMgr;
     this.itemMgr          = itemMgr;
     this.userMgr          = userMgr;
     this.bomDetailMgr     = bomDetailMgr;
     this.inspectResultMgr = inspectResultMgr;
     this.flowMgr          = flowMgr;
 }
Esempio n. 32
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;
 }
Esempio n. 33
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 PriceListInboundMgr(IPriceListMgr priceListMgr,
     IUserMgr userMgr, IPartyMgr partyMgr,
     IItemMgr itemMgr, IUomMgr uomMgr,
     ICurrencyMgr currencyMgr, IPriceListDetailMgr priceListDetailMgr,
     ISalesPriceListMgr salesPriceListMgr, IPurchasePriceListMgr purchasePriceListMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     ISupplierMgr supplierMgr,
     ICustomerMgr customerMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.priceListMgr = priceListMgr;
     this.userMgr = userMgr;
     this.partyMgr = partyMgr;
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.currencyMgr = currencyMgr;
     this.priceListDetailMgr = priceListDetailMgr;
     this.salesPriceListMgr = salesPriceListMgr;
     this.purchasePriceListMgr = purchasePriceListMgr;
     this.supplierMgr = supplierMgr;
     this.customerMgr = customerMgr;
 }
Esempio n. 35
0
 public PriceListInboundMgr(IPriceListMgr priceListMgr,
                            IUserMgr userMgr, IPartyMgr partyMgr,
                            IItemMgr itemMgr, IUomMgr uomMgr,
                            ICurrencyMgr currencyMgr, IPriceListDetailMgr priceListDetailMgr,
                            ISalesPriceListMgr salesPriceListMgr, IPurchasePriceListMgr purchasePriceListMgr,
                            IDssImportHistoryMgr dssImportHistoryMgr,
                            ISupplierMgr supplierMgr,
                            ICustomerMgr customerMgr,
                            IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.priceListMgr         = priceListMgr;
     this.userMgr              = userMgr;
     this.partyMgr             = partyMgr;
     this.itemMgr              = itemMgr;
     this.uomMgr               = uomMgr;
     this.currencyMgr          = currencyMgr;
     this.priceListDetailMgr   = priceListDetailMgr;
     this.salesPriceListMgr    = salesPriceListMgr;
     this.purchasePriceListMgr = purchasePriceListMgr;
     this.supplierMgr          = supplierMgr;
     this.customerMgr          = customerMgr;
 }
Esempio n. 36
0
 public ExecuteMgr(
     ILanguageMgr languageMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IStorageBinMgr storageBinMgr,
     IInspectOrderDetailMgr inspectOrderDetailMgr,
     IHuMgr huMgr,
     IOrderMgr orderMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IItemMgr itemMgr,
     IUomMgr uomMgr,
     ILocationMgr locationMgr,
     IFlowMgr flowMgr,
     IUserMgr userMgr,
     IReceiptMgr receiptMgr,
     IReceiptDetailMgr receiptDetailMgr,
     IReportMgr reportMgr,
     ISetDetailMgr setDetailMgr
     )
 {
     this.languageMgr           = languageMgr;
     this.locationLotDetailMgr  = locationLotDetailMgr;
     this.storageBinMgr         = storageBinMgr;
     this.inspectOrderDetailMgr = inspectOrderDetailMgr;
     this.huMgr               = huMgr;
     this.orderMgr            = orderMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.itemMgr             = itemMgr;
     this.uomMgr              = uomMgr;
     this.locationMgr         = locationMgr;
     this.flowMgr             = flowMgr;
     this.userMgr             = userMgr;
     this.receiptMgr          = receiptMgr;
     this.receiptDetailMgr    = receiptDetailMgr;
     this.reportMgr           = reportMgr;
     this.setDetailMgr        = setDetailMgr;
 }
Esempio n. 37
0
 public ExecuteMgr(
     ILanguageMgr languageMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IStorageBinMgr storageBinMgr,
     IInspectOrderDetailMgr inspectOrderDetailMgr,
     IHuMgr huMgr,
     IOrderMgr orderMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IItemMgr itemMgr,
     IUomMgr uomMgr,
     ILocationMgr locationMgr,
     IFlowMgr flowMgr,
     IUserMgr userMgr,
     IReceiptMgr receiptMgr,
     IReceiptDetailMgr receiptDetailMgr,
     IReportMgr reportMgr,
     ISetDetailMgr setDetailMgr
     )
 {
     this.languageMgr = languageMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.storageBinMgr = storageBinMgr;
     this.inspectOrderDetailMgr = inspectOrderDetailMgr;
     this.huMgr = huMgr;
     this.orderMgr = orderMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.locationMgr = locationMgr;
     this.flowMgr = flowMgr;
     this.userMgr = userMgr;
     this.receiptMgr = receiptMgr;
     this.receiptDetailMgr = receiptDetailMgr;
     this.reportMgr = reportMgr;
     this.setDetailMgr = setDetailMgr;
 }
Esempio n. 38
0
 public MesBomMgr(IMesBomDao entityDao, IItemMgr itemMgr)
     : base(entityDao)
 {
     this.itemMgr = itemMgr;
 }
Esempio n. 39
0
 public MesBomMgr(IMesBomDao entityDao, IItemMgr itemMgr)
     : base(entityDao)
 {
     this.itemMgr = itemMgr;
 }