public TransportPriceListMgr(ITransportPriceListDao entityDao,
     ITransportPriceListDetailMgr transportPriceListDetailMgr, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.transportPriceListDetailMgr = transportPriceListDetailMgr;
     this.criteriaMgr = criteriaMgr;
 }
예제 #2
0
        //private ITransportationOrderMgr transportationOrderMgr;

        public ReceiptMgr(IReceiptDao entityDao,
                          IReceiptDetailMgr receiptDetailMgr,
                          INumberControlMgr numberControlMgr,
                          ILocationMgr locationMgr,
                          ILocationLotDetailMgr locationLotDetailMgr,
                          IHuMgr huMgr,
                          IHuOddMgr huOddMgr,
                          IOrderLocationTransactionMgr orderLocationTransactionMgr,
                          IInProcessLocationMgr inProcessLocationMgr,
                          IInProcessLocationDetailMgr inProcessLocationDetailMgr,
                          IReceiptInProcessLocationMgr receiptInProcessLocationMgr,
                          IInspectOrderMgr inspectOrderMgr,
                          ICriteriaMgr criteriaMgr,
                          IUserMgr userMgr)
            : base(entityDao)
        {
            this.receiptDetailMgr     = receiptDetailMgr;
            this.numberControlMgr     = numberControlMgr;
            this.locationMgr          = locationMgr;
            this.locationLotDetailMgr = locationLotDetailMgr;
            this.huMgr    = huMgr;
            this.huOddMgr = huOddMgr;
            this.orderLocationTransactionMgr = orderLocationTransactionMgr;
            this.inProcessLocationMgr        = inProcessLocationMgr;
            this.inProcessLocationDetailMgr  = inProcessLocationDetailMgr;
            this.receiptInProcessLocationMgr = receiptInProcessLocationMgr;
            this.inspectOrderMgr             = inspectOrderMgr;
            this.criteriaMgr = criteriaMgr;
            this.userMgr     = userMgr;;
        }
예제 #3
0
 public ShiftDetailMgr(
     IShiftDetailDao entityDao,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
예제 #4
0
 public ItemFlowPlanTrackMgr(
     IItemFlowPlanTrackDao entityDao,
     ICriteriaMgr CriteriaMgr)
     : base(entityDao)
 {
     this.CriteriaMgr = CriteriaMgr;
 }
 public ItemFlowPlanTrackMgr(
     IItemFlowPlanTrackDao entityDao,
     ICriteriaMgr CriteriaMgr)
     : base(entityDao)
 {
     this.CriteriaMgr = CriteriaMgr;
 }
예제 #6
0
 public ItemMgr(IItemDao entityDao, ICriteriaMgr criteriaMgr, IItemKitMgr itemKitMgr, ISqlHelperDao sqlHelperDao)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.itemKitMgr = itemKitMgr;
     this.sqlHelperDao = sqlHelperDao;
 }
예제 #7
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;
 }
예제 #8
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;
 }
 public OrderPlannedBackflushMgr(IOrderPlannedBackflushDao entityDao,
     ICriteriaMgr criteriaMgr, IHqlMgr hqlMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.hqlMgr = hqlMgr;
 }
예제 #10
0
 public UserRoleMgr(IUserRoleDao entityDao, ICriteriaMgr criteriaMgr, IRoleDao roleDao, IUserDao userDao)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.roleDao     = roleDao;
     this.userDao     = userDao;
 }
 public OrderPlannedBackflushMgr(IOrderPlannedBackflushDao entityDao,
                                 ICriteriaMgr criteriaMgr, IHqlMgr hqlMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.hqlMgr      = hqlMgr;
 }
예제 #12
0
 public UserRoleMgr(IUserRoleDao entityDao, ICriteriaMgr criteriaMgr, IRoleDao roleDao, IUserDao userDao)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.roleDao = roleDao;
     this.userDao = userDao;
 }
예제 #13
0
 public ItemMgr(IItemDao entityDao, ICriteriaMgr criteriaMgr, IItemKitMgr itemKitMgr, ISqlHelperDao sqlHelperDao)
     : base(entityDao)
 {
     this.criteriaMgr  = criteriaMgr;
     this.itemKitMgr   = itemKitMgr;
     this.sqlHelperDao = sqlHelperDao;
 }
 public TransportPriceListMgr(ITransportPriceListDao entityDao,
                              ITransportPriceListDetailMgr transportPriceListDetailMgr, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.transportPriceListDetailMgr = transportPriceListDetailMgr;
     this.criteriaMgr = criteriaMgr;
 }
예제 #15
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;
 }
예제 #16
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;
 }
예제 #17
0
 public UomMgr(IUomDao entityDao, ICriteriaMgr criteriaMgr, IUomConversionMgr uomConversionMgr, IItemMgr itemMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.itemMgr = itemMgr;
 }
예제 #18
0
 //private ITransportationOrderMgr transportationOrderMgr;
 public ReceiptMgr(IReceiptDao entityDao,
     IReceiptDetailMgr receiptDetailMgr,
     INumberControlMgr numberControlMgr,
     ILocationMgr locationMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IHuMgr huMgr,
     IHuOddMgr huOddMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     IInProcessLocationDetailMgr inProcessLocationDetailMgr,
     IReceiptInProcessLocationMgr receiptInProcessLocationMgr,
     IInspectOrderMgr inspectOrderMgr,
     ICriteriaMgr criteriaMgr,
     IUserMgr userMgr)
     : base(entityDao)
 {
     this.receiptDetailMgr = receiptDetailMgr;
     this.numberControlMgr = numberControlMgr;
     this.locationMgr = locationMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr = huMgr;
     this.huOddMgr = huOddMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.inProcessLocationDetailMgr = inProcessLocationDetailMgr;
     this.receiptInProcessLocationMgr = receiptInProcessLocationMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.criteriaMgr = criteriaMgr;
     this.userMgr = userMgr;;
 }
예제 #19
0
 public ShiftDetailMgr(
     IShiftDetailDao entityDao,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
예제 #20
0
 public FlowDetailMgr(IFlowDetailDao entityDao, IFlowDao flowDao, ICriteriaMgr criteriaMgr, IFlowDetailTrackMgr flowDetailTrackMgr)
     : base(entityDao)
 {
     this.flowDao = flowDao;
     this.criteriaMgr = criteriaMgr;
     this.flowDetailTrackMgr = flowDetailTrackMgr;
 }
예제 #21
0
 public UomMgr(IUomDao entityDao, ICriteriaMgr criteriaMgr, IUomConversionMgr uomConversionMgr, IItemMgr itemMgr)
     : base(entityDao)
 {
     this.criteriaMgr      = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.itemMgr          = itemMgr;
 }
예제 #22
0
 public FlowDetailMgr(IFlowDetailDao entityDao, IFlowDao flowDao, ICriteriaMgr criteriaMgr, IFlowDetailTrackMgr flowDetailTrackMgr)
     : base(entityDao)
 {
     this.flowDao            = flowDao;
     this.criteriaMgr        = criteriaMgr;
     this.flowDetailTrackMgr = flowDetailTrackMgr;
 }
예제 #23
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;
 }
 public InProcessLocationDetailMgr(IInProcessLocationDetailDao entityDao,
                                   ILocationLotDetailMgr locationLotDetailMgr,
                                   ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.criteriaMgr          = criteriaMgr;
 }
예제 #25
0
 public BillDetailMgr(IBillDetailDao entityDao,
                      ICriteriaMgr criteriaMgr,
                      IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.criteriaMgr         = criteriaMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
예제 #26
0
 public OrderDetailViewMgr(IOrderDetailViewDao entityDao,
                           ICriteriaMgr criteriaMgr,
                           IOrderLocTransViewMgr orderLocTransViewMgr)
     : base(entityDao)
 {
     this.criteriaMgr          = criteriaMgr;
     this.orderLocTransViewMgr = orderLocTransViewMgr;
 }
 public InProcessLocationTrackMgr(IInProcessLocationTrackDao entityDao,
     IRoutingDetailMgr routingDetailMgr,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.routingDetailMgr = routingDetailMgr;
     this.criteriaMgr = criteriaMgr;
 }
예제 #28
0
 public FlowPlanMgr(IFlowPlanDao entityDao,
                    ICriteriaMgr criteriaMgr,
                    IFlowDetailMgr flowDetailMgr)
     : base(entityDao)
 {
     this.criteriaMgr   = criteriaMgr;
     this.flowDetailMgr = flowDetailMgr;
 }
예제 #29
0
 public FlowPlanMgr(IFlowPlanDao entityDao,
     ICriteriaMgr criteriaMgr,
     IFlowDetailMgr flowDetailMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.flowDetailMgr = flowDetailMgr;
 }
예제 #30
0
 public OrderDetailViewMgr(IOrderDetailViewDao entityDao,
     ICriteriaMgr criteriaMgr,
     IOrderLocTransViewMgr orderLocTransViewMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.orderLocTransViewMgr = orderLocTransViewMgr;
 }
 public InProcessLocationDetailMgr(IInProcessLocationDetailDao entityDao,
     ILocationLotDetailMgr locationLotDetailMgr,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.criteriaMgr = criteriaMgr;
 }
 public InProcessLocationTrackMgr(IInProcessLocationTrackDao entityDao,
                                  IRoutingDetailMgr routingDetailMgr,
                                  ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.routingDetailMgr = routingDetailMgr;
     this.criteriaMgr      = criteriaMgr;
 }
예제 #33
0
 public OrderOperationMgr(IOrderOperationDao entityDao, 
     IRoutingDetailMgr routingDetailMgr,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.routingDetailMgr = routingDetailMgr;
     this.criteriaMgr = criteriaMgr;
 }
예제 #34
0
 public BillDetailMgr(IBillDetailDao entityDao, 
     ICriteriaMgr criteriaMgr,
     IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
예제 #35
0
 public OrderOperationMgr(IOrderOperationDao entityDao,
                          IRoutingDetailMgr routingDetailMgr,
                          ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.routingDetailMgr = routingDetailMgr;
     this.criteriaMgr      = criteriaMgr;
 }
예제 #36
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;
 }
예제 #37
0
 public CycleCountProcessJob(
     ICycleCountMgr cycleCountMgr,
     ICriteriaMgr criteriaMgr,
     IUserMgr userMgr)
 {
     this.cycleCountMgr = cycleCountMgr;
     this.criteriaMgr   = criteriaMgr;
     this.userMgr       = userMgr;
 }
예제 #38
0
 public PartyMgr(IPartyDao entityDao, ICriteriaMgr criteriaMgr, IRegionMgr RegionMgr, ISupplierMgr SupplierMgr, ICustomerMgr CustomerMgr, ICarrierMgr CarrierMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.RegionMgr   = RegionMgr;
     this.SupplierMgr = SupplierMgr;
     this.CustomerMgr = CustomerMgr;
     this.CarrierMgr  = CarrierMgr;
 }
예제 #39
0
 public PartyMgr(IPartyDao entityDao, ICriteriaMgr criteriaMgr, IRegionMgr RegionMgr, ISupplierMgr SupplierMgr, ICustomerMgr CustomerMgr, ICarrierMgr CarrierMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.RegionMgr = RegionMgr;
     this.SupplierMgr = SupplierMgr;
     this.CustomerMgr = CustomerMgr;
     this.CarrierMgr = CarrierMgr;
 }
예제 #40
0
 public CycleCountProcessJob(
     ICycleCountMgr cycleCountMgr, 
     ICriteriaMgr criteriaMgr, 
     IUserMgr userMgr)
 {
     this.cycleCountMgr = cycleCountMgr;
     this.criteriaMgr = criteriaMgr;
     this.userMgr = userMgr;
 }
예제 #41
0
 public ReceiptDetailMgr(IReceiptDetailDao entityDao,
     IInProcessLocationDetailMgr inProcessLocationDetailMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.inProcessLocationDetailMgr = inProcessLocationDetailMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.criteriaMgr = criteriaMgr;
 }
예제 #42
0
 public OrderHeadMgr(IOrderHeadDao entityDao, 
     IOrderDetailMgr orderDetailMgr, 
     ICriteriaMgr criteriaMgr,
     IOrderOperationMgr orderOperationMgr)
     : base(entityDao)
 {
     this.orderDetailMgr = orderDetailMgr;
     this.criteriaMgr = criteriaMgr;
     this.orderOperationMgr = orderOperationMgr;
 }
예제 #43
0
 public OrderHeadMgr(IOrderHeadDao entityDao,
                     IOrderDetailMgr orderDetailMgr,
                     ICriteriaMgr criteriaMgr,
                     IOrderOperationMgr orderOperationMgr)
     : base(entityDao)
 {
     this.orderDetailMgr    = orderDetailMgr;
     this.criteriaMgr       = criteriaMgr;
     this.orderOperationMgr = orderOperationMgr;
 }
예제 #44
0
 public ReceiptDetailMgr(IReceiptDetailDao entityDao,
                         IInProcessLocationDetailMgr inProcessLocationDetailMgr,
                         IOrderLocationTransactionMgr orderLocationTransactionMgr,
                         ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.inProcessLocationDetailMgr  = inProcessLocationDetailMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.criteriaMgr = criteriaMgr;
 }
예제 #45
0
 public SupplyChainMgr(
     ICriteriaMgr CriteriaMgr,
     IFlowMgr FlowMgr,
     IBomDetailMgr BomDetailMgr)
     : base()
 {
     this.CriteriaMgr = CriteriaMgr;
     this.FlowMgr = FlowMgr;
     this.BomDetailMgr = BomDetailMgr;
 }
예제 #46
0
 public SupplyChainMgr(
     ICriteriaMgr CriteriaMgr,
     IFlowMgr FlowMgr,
     IBomDetailMgr BomDetailMgr)
     : base()
 {
     this.CriteriaMgr  = CriteriaMgr;
     this.FlowMgr      = FlowMgr;
     this.BomDetailMgr = BomDetailMgr;
 }
예제 #47
0
 public LocationLotDetailMgr(
     ILocationLotDetailDao entityDao,
     ICriteriaMgr criteriaMgr,
     IUserMgr userMgr,
     IHuMgr huMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.huMgr = huMgr;
     this.userMgr = userMgr;
 }
예제 #48
0
 public LocationLotDetailMgr(
     ILocationLotDetailDao entityDao,
     ICriteriaMgr criteriaMgr,
     IUserMgr userMgr,
     IHuMgr huMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.huMgr       = huMgr;
     this.userMgr     = userMgr;
 }
 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;
 }
예제 #50
0
 public WorkCalendarMgr(ICriteriaMgr criteriaMgr,
                        IWorkdayMgr WorkdayMgr,
                        ISpecialTimeMgr SpecialTimeMgr,
                        IShiftMgr ShiftMgr,
                        IWorkdayShiftMgr WorkdayShiftMgr)
 {
     this.criteriaMgr     = criteriaMgr;
     this.WorkdayMgr      = WorkdayMgr;
     this.ShiftMgr        = ShiftMgr;
     this.SpecialTimeMgr  = SpecialTimeMgr;
     this.WorkdayShiftMgr = WorkdayShiftMgr;
 }
예제 #51
0
 public WorkCalendarMgr(ICriteriaMgr criteriaMgr,
     IWorkdayMgr WorkdayMgr,
     ISpecialTimeMgr SpecialTimeMgr,
     IShiftMgr ShiftMgr,
     IWorkdayShiftMgr WorkdayShiftMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.WorkdayMgr = WorkdayMgr;
     this.ShiftMgr = ShiftMgr;
     this.SpecialTimeMgr = SpecialTimeMgr;
     this.WorkdayShiftMgr = WorkdayShiftMgr;
 }
예제 #52
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;
 }
예제 #53
0
 public PickListCreateJob(ICriteriaMgr criteriaMgr,
                          IPickListMgr pickListMgr,
                          IUserMgr userMgr,
                          ILocationDetailMgr locationDetailMgr,
                          IOrderHeadMgr orderHeadMgr)
 {
     this.criteriaMgr       = criteriaMgr;
     this.pickListMgr       = pickListMgr;
     this.userMgr           = userMgr;
     this.locationDetailMgr = locationDetailMgr;
     this.orderHeadMgr      = orderHeadMgr;
 }
예제 #54
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;
 }
예제 #55
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;
 }
예제 #56
0
 public FlowBindingMgr(IFlowBindingDao entityDao,
     ICriteriaMgr criteriaMgr,
     IFlowMgr flowMgr,
     IOrderDetailMgr orderDetailMgr,
     IUomConversionMgr uomConversionMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.flowMgr = flowMgr;
     this.orderDetailMgr = orderDetailMgr;
     this.uomConversionMgr = uomConversionMgr;
 }
예제 #57
0
 public ShiftPlanScheduleMgr(IShiftPlanScheduleDao entityDao,
     ICriteriaMgr criteriaMgr,
     IOrderMgr OrderMgr,
     IShiftMgr ShiftMgr,
     ILeanEngineMgr LeanEngineMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.OrderMgr = OrderMgr;
     this.ShiftMgr = ShiftMgr;
     this.LeanEngineMgr = LeanEngineMgr;
 }
예제 #58
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;
 }
예제 #59
0
 public ShiftPlanScheduleMgr(IShiftPlanScheduleDao entityDao,
                             ICriteriaMgr criteriaMgr,
                             IOrderMgr OrderMgr,
                             IShiftMgr ShiftMgr,
                             ILeanEngineMgr LeanEngineMgr)
     : base(entityDao)
 {
     this.criteriaMgr   = criteriaMgr;
     this.OrderMgr      = OrderMgr;
     this.ShiftMgr      = ShiftMgr;
     this.LeanEngineMgr = LeanEngineMgr;
 }
 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;
 }