예제 #1
0
 public PickListMgr(IPickListDao entityDao,
                    IEntityPreferenceMgr entityPreferenceMgr,
                    INumberControlMgr numberControlMgr,
                    IPickListDetailMgr pickListDetailMgr,
                    IPickListResultMgr pickListResultMgr,
                    ILocationMgr locationMgr,
                    ILocationLotDetailMgr locationLotDetailMgr,
                    IOrderLocationTransactionMgr orderLocationTransactionMgr,
                    IUserMgr userMgr,
                    ILanguageMgr languageMgr,
                    ICriteriaMgr criteriaMgr,
                    ICodeMasterMgr codeMasterMgr,
                    IFlowMgr flowMgr)
     : base(entityDao)
 {
     this.entityPreferenceMgr         = entityPreferenceMgr;
     this.numberControlMgr            = numberControlMgr;
     this.pickListDetailMgr           = pickListDetailMgr;
     this.pickListResultMgr           = pickListResultMgr;
     this.locationMgr                 = locationMgr;
     this.locationLotDetailMgr        = locationLotDetailMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.userMgr       = userMgr;
     this.languageMgr   = languageMgr;
     this.criteriaMgr   = criteriaMgr;
     this.codeMasterMgr = codeMasterMgr;
     this.flowMgr       = flowMgr;
 }
예제 #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;
 }
예제 #3
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;
 }
예제 #4
0
 public BillDetailMgr(IBillDetailDao entityDao,
                      ICriteriaMgr criteriaMgr,
                      IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.criteriaMgr         = criteriaMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
예제 #5
0
 public BillDetailMgr(IBillDetailDao entityDao, 
     ICriteriaMgr criteriaMgr,
     IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
예제 #6
0
 public EDIMgr(IGenericMgr genericMgr, INumberControlMgr numberControlMgr, IEntityPreferenceMgr entityPreferenceMgr, IFlowMgr flowMgr, IOrderMgr orderMgr)
 {
     this.genericMgr = genericMgr;
     this.numberControlMgr = numberControlMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.flowMgr = flowMgr;
     this.orderMgr = orderMgr;
 }
예제 #7
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;
 }
예제 #8
0
 public NumberControlMgr(INumberControlDao entityDao,
                         IEntityPreferenceMgr entityPreferenceMgr,
                         IUomConversionMgr uomConversionMgr,
                         ISqlHelperDao sqlHelperDao)
     : base(entityDao)
 {
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.uomConversionMgr    = uomConversionMgr;
     this.sqlHelperDao        = sqlHelperDao;
 }
예제 #9
0
 public NumberControlMgr(INumberControlDao entityDao,
     IEntityPreferenceMgr entityPreferenceMgr,
     IUomConversionMgr uomConversionMgr,
     ISqlHelperDao sqlHelperDao)
     : base(entityDao)
 {
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.sqlHelperDao = sqlHelperDao;
 }
예제 #10
0
 public MaterialFlushBackMgr(
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IHuMgr huMgr,
     IGenericMgr genericMgr)
 {
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.huMgr = huMgr;
     this.genericMgr = genericMgr;
 }
예제 #11
0
 public MaterialFlushBackMgr(
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IHuMgr huMgr,
     IGenericMgr genericMgr)
 {
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.entityPreferenceMgr         = entityPreferenceMgr;
     this.huMgr      = huMgr;
     this.genericMgr = genericMgr;
 }
예제 #12
0
 public LanguageMgr(ICodeMasterMgr codeMasterMgr,
     string languageFileFolder,
     IEntityPreferenceMgr entityPreferenceMgr,
     IUserMgr userMgr)
 {
     this.languageFileFolder = languageFileFolder;
     this.codeMasterMgr = codeMasterMgr;
     this.LoadLanguage();
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.userMgr = userMgr;
 }
예제 #13
0
 public LanguageMgr(ICodeMasterMgr codeMasterMgr,
                    string languageFileFolder,
                    IEntityPreferenceMgr entityPreferenceMgr,
                    IUserMgr userMgr)
 {
     this.languageFileFolder = languageFileFolder;
     this.codeMasterMgr      = codeMasterMgr;
     this.LoadLanguage();
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.userMgr             = userMgr;
 }
예제 #14
0
 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;
 }
예제 #15
0
 public ActingBillMgr(IActingBillDao entityDao,
     IEntityPreferenceMgr entityPreferenceMgr,
     //IBillTransactionMgr billTransactionMgr,
     ICriteriaMgr criteriaMgr,
     IPriceListDetailMgr priceListDetailMgr)
     : base(entityDao)
 {
     this.entityPreferenceMgr = entityPreferenceMgr;
     //this.billTransactionMgr = billTransactionMgr;
     this.criteriaMgr = criteriaMgr;
     this.priceListDetailMgr = priceListDetailMgr;
 }
예제 #16
0
 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;
 }
예제 #17
0
 public ActingBillMgr(IActingBillDao entityDao,
                      IEntityPreferenceMgr entityPreferenceMgr,
                      //IBillTransactionMgr billTransactionMgr,
                      ICriteriaMgr criteriaMgr,
                      IPriceListDetailMgr priceListDetailMgr)
     : base(entityDao)
 {
     this.entityPreferenceMgr = entityPreferenceMgr;
     //this.billTransactionMgr = billTransactionMgr;
     this.criteriaMgr        = criteriaMgr;
     this.priceListDetailMgr = priceListDetailMgr;
 }
 public TransportationOrderMgr(ITransportationOrderDao entityDao, ITransportationRouteMgr transportationRouteMgr,
                               IUserMgr userMgr, ITransportationOrderDetailMgr transportationOrderDetailMgr, INumberControlMgr numberControlMgr,
                               IInProcessLocationMgr inProcessLocationMgr, IExpenseMgr expenseMgr, ICriteriaMgr criteriaMgr,
                               ITransportationActBillMgr transportationActBillMgr, IBillAddressMgr billAddressMgr, IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.transportationRouteMgr = transportationRouteMgr;
     this.userMgr = userMgr;
     this.transportationOrderDetailMgr = transportationOrderDetailMgr;
     this.numberControlMgr             = numberControlMgr;
     this.inProcessLocationMgr         = inProcessLocationMgr;
     this.expenseMgr  = expenseMgr;
     this.criteriaMgr = criteriaMgr;
     this.transportationActBillMgr = transportationActBillMgr;
     this.billAddressMgr           = billAddressMgr;
     this.entityPreferenceMgr      = entityPreferenceMgr;
 }
 public TransportationOrderMgr(ITransportationOrderDao entityDao, ITransportationRouteMgr transportationRouteMgr,
     IUserMgr userMgr, ITransportationOrderDetailMgr transportationOrderDetailMgr, INumberControlMgr numberControlMgr,
     IInProcessLocationMgr inProcessLocationMgr, IExpenseMgr expenseMgr, ICriteriaMgr criteriaMgr,
     ITransportationActBillMgr transportationActBillMgr, IBillAddressMgr billAddressMgr, IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.transportationRouteMgr = transportationRouteMgr;
     this.userMgr = userMgr;
     this.transportationOrderDetailMgr = transportationOrderDetailMgr;
     this.numberControlMgr = numberControlMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.expenseMgr = expenseMgr;
     this.criteriaMgr = criteriaMgr;
     this.transportationActBillMgr = transportationActBillMgr;
     this.billAddressMgr = billAddressMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
 public TransportationActBillMgr(ITransportationActBillDao entityDao,
                                 ICriteriaMgr criteriaMgr,
                                 IEntityPreferenceMgr entityPreferenceMgr,
                                 ITransportPriceListMgr transportPriceListMgr,
                                 ITransportPriceListDetailMgr transportPriceListDetailMgr,
                                 ICurrencyMgr currencyMgr,
                                 IBillAddressMgr billAddressMgr,
                                 IUserMgr userMgr)
     : base(entityDao)
 {
     this.criteriaMgr                 = criteriaMgr;
     this.entityPreferenceMgr         = entityPreferenceMgr;
     this.transportPriceListMgr       = transportPriceListMgr;
     this.transportPriceListDetailMgr = transportPriceListDetailMgr;
     this.currencyMgr                 = currencyMgr;
     this.billAddressMgr              = billAddressMgr;
     this.userMgr = userMgr;
 }
 public TransportationActBillMgr(ITransportationActBillDao entityDao,
     ICriteriaMgr criteriaMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     ITransportPriceListMgr transportPriceListMgr,
     ITransportPriceListDetailMgr transportPriceListDetailMgr,
     ICurrencyMgr currencyMgr,
     IBillAddressMgr billAddressMgr,
     IUserMgr userMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.transportPriceListMgr = transportPriceListMgr;
     this.transportPriceListDetailMgr = transportPriceListDetailMgr;
     this.currencyMgr = currencyMgr;
     this.billAddressMgr = billAddressMgr;
     this.userMgr = userMgr;
 }
예제 #22
0
 public RepackMgr(IRepackDao entityDao,
     ILocationLotDetailMgr locationLotDetailMgr,
     IHuMgr huMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr,
     INumberControlMgr numberControlMgr,
     IRepackDetailMgr repackDetailMgr,
     IUserMgr userMgr,
     IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr = huMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationMgr = locationMgr;
     this.numberControlMgr = numberControlMgr;
     this.repackDetailMgr = repackDetailMgr;
     this.userMgr = userMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
예제 #23
0
 public RepackageMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IRepackMgr repackMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr,
     IReportMgr reportMgr,
     IEntityPreferenceMgr entityPreferenceMgr
     )
 {
     this.setBaseMgr          = setBaseMgr;
     this.setDetailMgr        = setDetailMgr;
     this.executeMgr          = executeMgr;
     this.repackMgr           = repackMgr;
     this.userMgr             = userMgr;
     this.languageMgr         = languageMgr;
     this.reportMgr           = reportMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
예제 #24
0
 public RepackageMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IRepackMgr repackMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr,
     IReportMgr reportMgr,
     IEntityPreferenceMgr entityPreferenceMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.repackMgr = repackMgr;
     this.userMgr = userMgr;
     this.languageMgr = languageMgr;
     this.reportMgr = reportMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
예제 #25
0
 public RepackMgr(IRepackDao entityDao,
                  ILocationLotDetailMgr locationLotDetailMgr,
                  IHuMgr huMgr,
                  IStorageBinMgr storageBinMgr,
                  ILocationMgr locationMgr,
                  INumberControlMgr numberControlMgr,
                  IRepackDetailMgr repackDetailMgr,
                  IUserMgr userMgr,
                  IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr               = huMgr;
     this.storageBinMgr       = storageBinMgr;
     this.locationMgr         = locationMgr;
     this.numberControlMgr    = numberControlMgr;
     this.repackDetailMgr     = repackDetailMgr;
     this.userMgr             = userMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
예제 #26
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;
 }
예제 #27
0
 public BillMgr(IBillDao entityDao,
                IBillDetailMgr billDetailMgr,
                IActingBillMgr actingBillMgr,
                INumberControlMgr numberControlMgr,
                IUserMgr userMgr,
                ILocationLotDetailMgr locationLotDetailMgr,
                IEntityPreferenceMgr entityPreferenceMgr,
                IPlannedBillMgr plannedBillMgr,
                IBillTransactionMgr billTransactionMgr,
                ICriteriaMgr criteriaMgr,
                IPriceListDetailMgr priceListDetailMgr)
     : base(entityDao)
 {
     this.actingBillMgr        = actingBillMgr;
     this.numberControlMgr     = numberControlMgr;
     this.billDetailMgr        = billDetailMgr;
     this.userMgr              = userMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.entityPreferenceMgr  = entityPreferenceMgr;
     this.plannedBillMgr       = plannedBillMgr;
     this.billTransactionMgr   = billTransactionMgr;
     this.criteriaMgr          = criteriaMgr;
     this.priceListDetailMgr   = priceListDetailMgr;
 }
예제 #28
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;
 }
예제 #29
0
 public BillMgr(IBillDao entityDao,
     IBillDetailMgr billDetailMgr,
     IActingBillMgr actingBillMgr,
     INumberControlMgr numberControlMgr,
     IUserMgr userMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
       IEntityPreferenceMgr entityPreferenceMgr,
     IPlannedBillMgr plannedBillMgr,
     IBillTransactionMgr billTransactionMgr,
     ICriteriaMgr criteriaMgr,
     IPriceListDetailMgr priceListDetailMgr)
     : base(entityDao)
 {
     this.actingBillMgr = actingBillMgr;
     this.numberControlMgr = numberControlMgr;
     this.billDetailMgr = billDetailMgr;
     this.userMgr = userMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.plannedBillMgr = plannedBillMgr;
     this.billTransactionMgr = billTransactionMgr;
     this.criteriaMgr = criteriaMgr;
     this.priceListDetailMgr = priceListDetailMgr;
 }
예제 #30
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;
 }
 public ProductLineInProcessLocationDetailMgr(IProductLineInProcessLocationDetailDao entityDao,
     ICriteriaMgr criteriaMgr,
     IFlowMgr flowMgr,
     ILocationMgr locationMgr,
     ILocationTransactionMgr locationTransactionMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IOrderPlannedBackflushMgr orderPlannedBackflushMgr,
     IInProcessLocationDetailMgr inProcessLocationDetailMgr,
     IUserMgr userMgr,
     IInProcessLocationMgr inProcessLocationMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.flowMgr = flowMgr;
     this.locationMgr = locationMgr;
     this.locationTransactionMgr = locationTransactionMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.orderPlannedBackflushMgr = orderPlannedBackflushMgr;
     this.inProcessLocationDetailMgr = inProcessLocationDetailMgr;
     this.userMgr = userMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
 }
 public ProductLineInProcessLocationDetailMgr(IProductLineInProcessLocationDetailDao entityDao,
                                              ICriteriaMgr criteriaMgr,
                                              IFlowMgr flowMgr,
                                              ILocationMgr locationMgr,
                                              ILocationTransactionMgr locationTransactionMgr,
                                              IOrderLocationTransactionMgr orderLocationTransactionMgr,
                                              IEntityPreferenceMgr entityPreferenceMgr,
                                              IOrderPlannedBackflushMgr orderPlannedBackflushMgr,
                                              IInProcessLocationDetailMgr inProcessLocationDetailMgr,
                                              IUserMgr userMgr,
                                              IInProcessLocationMgr inProcessLocationMgr)
     : base(entityDao)
 {
     this.criteriaMgr                 = criteriaMgr;
     this.flowMgr                     = flowMgr;
     this.locationMgr                 = locationMgr;
     this.locationTransactionMgr      = locationTransactionMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.entityPreferenceMgr         = entityPreferenceMgr;
     this.orderPlannedBackflushMgr    = orderPlannedBackflushMgr;
     this.inProcessLocationDetailMgr  = inProcessLocationDetailMgr;
     this.userMgr                     = userMgr;
     this.inProcessLocationMgr        = inProcessLocationMgr;
 }
예제 #33
0
 public TransportationBillDetailMgr(ITransportationBillDetailDao entityDao,
                                    IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
예제 #34
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;
 }
예제 #35
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;
 }
 public TransportationBillDetailMgr(ITransportationBillDetailDao entityDao,
     IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.entityPreferenceMgr = entityPreferenceMgr;
 }