Example #1
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;
 }
Example #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;
 }
Example #3
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;
 }
Example #4
0
 public SupplyChainMgr(
     ICriteriaMgr CriteriaMgr,
     IFlowMgr FlowMgr,
     IBomDetailMgr BomDetailMgr)
     : base()
 {
     this.CriteriaMgr = CriteriaMgr;
     this.FlowMgr = FlowMgr;
     this.BomDetailMgr = BomDetailMgr;
 }
Example #5
0
 public SupplyChainMgr(
     ICriteriaMgr CriteriaMgr,
     IFlowMgr FlowMgr,
     IBomDetailMgr BomDetailMgr)
     : base()
 {
     this.CriteriaMgr  = CriteriaMgr;
     this.FlowMgr      = FlowMgr;
     this.BomDetailMgr = BomDetailMgr;
 }
Example #6
0
 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;
 }
Example #7
0
 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;
 }
 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;
 }
Example #10
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;
 }
 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;
 }
Example #12
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;
 }
Example #13
0
 public ItemFlowPlanMgr(
     IItemFlowPlanDao entityDao,
     ICriteriaMgr CriteriaMgr,
     IItemFlowPlanDetailMgr ItemFlowPlanDetailMgr,
     IItemFlowPlanTrackMgr ItemFlowPlanTrackMgr,
     ISupplyChainMgr SupplyChainMgr,
     ILocationDetailMgr LocDetMgr,
     ISupplierMgr SupplierMgr,
     IRegionMgr RegionMgr,
     ICustomerMgr CustomerMgr,
     IBomDetailMgr BomDetailMgr)
     : base(entityDao)
 {
     this.CriteriaMgr           = CriteriaMgr;
     this.ItemFlowPlanDetailMgr = ItemFlowPlanDetailMgr;
     this.ItemFlowPlanTrackMgr  = ItemFlowPlanTrackMgr;
     this.SupplyChainMgr        = SupplyChainMgr;
     this.LocDetMgr             = LocDetMgr;
     this.SupplierMgr           = SupplierMgr;
     this.RegionMgr             = RegionMgr;
     this.CustomerMgr           = CustomerMgr;
     this.BomDetailMgr          = BomDetailMgr;
 }
Example #14
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;
 }