Example #1
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;
 }
 public RcttrOutboundMgr(INumberControlMgr numberControlMgr,
     IDssExportHistoryMgr dssExportHistoryMgr,
     ICriteriaMgr criteriaMgr,
     IDssOutboundControlMgr dssOutboundControlMgr,
     IDssObjectMappingMgr dssObjectMappingMgr,
     ICommonOutboundMgr commonOutboundMgr,
     ILocationTransactionMgr locationTransactionMgr,
      ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.dssObjectMappingMgr = dssObjectMappingMgr;
     this.commonOutboundMgr = commonOutboundMgr;
     this.locationTransactionMgr = locationTransactionMgr;
     this.locationMgr = locationMgr;
     this.dssOutboundControlMgr = dssOutboundControlMgr;
 }
 public RepDasAutoAsnMgr(String reportTemplateFolder,
     IOrderHeadMgr orderHeadMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILanguageMgr languageMgr,
     ILocationTransactionMgr locationTranMgr,
    ICriteriaMgr criteriaMgr,
     IItemReferenceMgr itemrefMgr,
     IInProcessLocationMgr inpMgr)
 {
     this.reportTemplateFolder = reportTemplateFolder;
     this.orderHeadMgr = orderHeadMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.locationTranMgr = locationTranMgr;
     this.criteriaMgr = criteriaMgr;
     this.itemrefMgr = itemrefMgr;
     this.inpMgr = inpMgr;
 }
 public RcttrOutboundMgr(INumberControlMgr numberControlMgr,
                         IDssExportHistoryMgr dssExportHistoryMgr,
                         ICriteriaMgr criteriaMgr,
                         IDssOutboundControlMgr dssOutboundControlMgr,
                         IDssObjectMappingMgr dssObjectMappingMgr,
                         ICommonOutboundMgr commonOutboundMgr,
                         ILocationTransactionMgr locationTransactionMgr,
                         ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.criteriaMgr            = criteriaMgr;
     this.dssObjectMappingMgr    = dssObjectMappingMgr;
     this.commonOutboundMgr      = commonOutboundMgr;
     this.locationTransactionMgr = locationTransactionMgr;
     this.locationMgr            = locationMgr;
     this.dssOutboundControlMgr  = dssOutboundControlMgr;
 }
Example #5
0
 public RepDasAutoAsnMgr(String reportTemplateFolder,
                         IOrderHeadMgr orderHeadMgr,
                         ILocationLotDetailMgr locationLotDetailMgr,
                         ILanguageMgr languageMgr,
                         ILocationTransactionMgr locationTranMgr,
                         ICriteriaMgr criteriaMgr,
                         IItemReferenceMgr itemrefMgr,
                         IInProcessLocationMgr inpMgr)
 {
     this.reportTemplateFolder = reportTemplateFolder;
     this.orderHeadMgr         = orderHeadMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.locationTranMgr      = locationTranMgr;
     this.criteriaMgr          = criteriaMgr;
     this.itemrefMgr           = itemrefMgr;
     this.inpMgr = inpMgr;
 }
Example #6
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;
 }
 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;
 }
 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;
 }