public InProcessLocationMgr(IInProcessLocationDao entityDao,
     IInProcessLocationDetailMgr inProcessLocationDetailMgr,
     INumberControlMgr numberControlMgr,
     ILocationMgr locationMgr,
     IHuMgr huMgr, IUserMgr userMgr,
     IInProcessLocationTrackMgr inProcessLocationTrackMgr,
     IShipAddressMgr shipAddressMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IInspectOrderMgr inspectOrderMgr,
     ICriteriaMgr criteriaMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IOrderDetailMgr orderDetailMgr,
     IFlowMgr flowMgr)
     : base(entityDao)
 {
     this.inProcessLocationDetailMgr = inProcessLocationDetailMgr;
     this.numberControlMgr = numberControlMgr;
     this.locationMgr = locationMgr;
     this.huMgr = huMgr;
     this.userMgr = userMgr;
     this.inProcessLocationTrackMgr = inProcessLocationTrackMgr;
     this.shipAddressMgr = shipAddressMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.criteriaMgr = criteriaMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.orderDetailMgr = orderDetailMgr;
     this.flowMgr = flowMgr;
 }
예제 #2
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;
 }
예제 #3
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;;
 }
예제 #4
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;
 }
예제 #5
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;;
        }
예제 #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 MiscOrderMgr(IMiscOrderDao miscOrderDao,
                     INumberControlMgr numberControlMgr,
                     IMiscOrderDetailMgr miscOrderDetailMgr,
                     ILocationMgr locationMgr)
     : base(miscOrderDao)
 {
     this.miscOrderDao       = miscOrderDao;
     this.numberControlMgr   = numberControlMgr;
     this.miscOrderDetailMgr = miscOrderDetailMgr;
     this.locationMgr        = locationMgr;
 }
예제 #9
0
 public MiscOrderMgr(IMiscOrderDao miscOrderDao, 
     INumberControlMgr numberControlMgr, 
     IMiscOrderDetailMgr miscOrderDetailMgr,
     ILocationMgr locationMgr)
     : base(miscOrderDao)
 {
     this.miscOrderDao = miscOrderDao;
     this.numberControlMgr = numberControlMgr;
     this.miscOrderDetailMgr = miscOrderDetailMgr;
     this.locationMgr = locationMgr;
 }
 public TransportationBillMgr(ITransportationBillDao entityDao,
     ITransportationBillDetailMgr transportationBillDetailMgr,
     ITransportationActBillMgr transportationActBillMgr,
     INumberControlMgr numberControlMgr,
     IUserMgr userMgr)
     : base(entityDao)
 {
     this.transportationBillDetailMgr = transportationBillDetailMgr;
     this.transportationActBillMgr = transportationActBillMgr;
     this.numberControlMgr = numberControlMgr;
     this.userMgr = userMgr;
 }
 public TransportationBillMgr(ITransportationBillDao entityDao,
                              ITransportationBillDetailMgr transportationBillDetailMgr,
                              ITransportationActBillMgr transportationActBillMgr,
                              INumberControlMgr numberControlMgr,
                              IUserMgr userMgr)
     : base(entityDao)
 {
     this.transportationBillDetailMgr = transportationBillDetailMgr;
     this.transportationActBillMgr    = transportationActBillMgr;
     this.numberControlMgr            = numberControlMgr;
     this.userMgr = userMgr;
 }
예제 #12
0
 public IsssoOutboundMgr(INumberControlMgr numberControlMgr,
                         IDssExportHistoryMgr dssExportHistoryMgr,
                         ICriteriaMgr criteriaMgr,
                         IDssOutboundControlMgr dssOutboundControlMgr,
                         IDssObjectMappingMgr dssObjectMappingMgr,
                         ICommonOutboundMgr commonOutboundMgr,
                         ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.criteriaMgr         = criteriaMgr;
     this.dssObjectMappingMgr = dssObjectMappingMgr;
     this.commonOutboundMgr   = commonOutboundMgr;
 }
예제 #13
0
 public IsssoOutboundMgr(INumberControlMgr numberControlMgr,
    IDssExportHistoryMgr dssExportHistoryMgr,
    ICriteriaMgr criteriaMgr,
    IDssOutboundControlMgr dssOutboundControlMgr,
    IDssObjectMappingMgr dssObjectMappingMgr,
     ICommonOutboundMgr commonOutboundMgr,
     ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.dssObjectMappingMgr = dssObjectMappingMgr;
     this.commonOutboundMgr = commonOutboundMgr;
 }
예제 #14
0
 public RctunpOutboundMgr(INumberControlMgr numberControlMgr,
                          IDssExportHistoryMgr dssExportHistoryMgr,
                          ICriteriaMgr criteriaMgr,
                          IDssOutboundControlMgr dssOutboundControlMgr,
                          IDssObjectMappingMgr dssObjectMappingMgr,
                          ICommonOutboundMgr commonOutboundMgr,
                          IMiscOrderMgr miscOrderMgr,
                          ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, commonOutboundMgr, miscOrderMgr, locationMgr)
 {
     this.criteriaMgr       = criteriaMgr;
     this.commonOutboundMgr = commonOutboundMgr;
 }
예제 #15
0
 public RctwoOutboundMgr(INumberControlMgr numberControlMgr,
     IDssExportHistoryMgr dssExportHistoryMgr,
     ICriteriaMgr criteriaMgr,
     IDssOutboundControlMgr dssOutboundControlMgr,
     IDssObjectMappingMgr dssObjectMappingMgr,
     IOrderHeadMgr orderHeadMgr,
       ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.locMgr = locationMgr;
 }
예제 #16
0
 public RctwoOutboundMgr(INumberControlMgr numberControlMgr,
                         IDssExportHistoryMgr dssExportHistoryMgr,
                         ICriteriaMgr criteriaMgr,
                         IDssOutboundControlMgr dssOutboundControlMgr,
                         IDssObjectMappingMgr dssObjectMappingMgr,
                         IOrderHeadMgr orderHeadMgr,
                         ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.criteriaMgr  = criteriaMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.locMgr       = locationMgr;
 }
예제 #17
0
 public RctunpOutboundMgr(INumberControlMgr numberControlMgr,
    IDssExportHistoryMgr dssExportHistoryMgr,
    ICriteriaMgr criteriaMgr,
    IDssOutboundControlMgr dssOutboundControlMgr,
    IDssObjectMappingMgr dssObjectMappingMgr,
     ICommonOutboundMgr commonOutboundMgr,
     IMiscOrderMgr miscOrderMgr,
     ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, commonOutboundMgr, miscOrderMgr, locationMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.commonOutboundMgr = commonOutboundMgr;
 }
예제 #18
0
 public SoBill1OutboundMgr(INumberControlMgr numberControlMgr,
     IDssExportHistoryMgr dssExportHistoryMgr,
     ICriteriaMgr criteriaMgr,
     IDssOutboundControlMgr dssOutboundControlMgr,
     IDssObjectMappingMgr dssObjectMappingMgr,
     ICommonOutboundMgr commonOutboundMgr,
     ILocationMgr locationMgr,
     IBillMgr billMgr,
     ISqlHelperDao sqlHelperDao
     )
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, commonOutboundMgr, locationMgr, billMgr, sqlHelperDao)
 {
 }
예제 #19
0
 public SoBill1OutboundMgr(INumberControlMgr numberControlMgr,
                           IDssExportHistoryMgr dssExportHistoryMgr,
                           ICriteriaMgr criteriaMgr,
                           IDssOutboundControlMgr dssOutboundControlMgr,
                           IDssObjectMappingMgr dssObjectMappingMgr,
                           ICommonOutboundMgr commonOutboundMgr,
                           ILocationMgr locationMgr,
                           IBillMgr billMgr,
                           ISqlHelperDao sqlHelperDao
                           )
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, commonOutboundMgr, locationMgr, billMgr, sqlHelperDao)
 {
 }
예제 #20
0
 public AbstractOutboundMgr(INumberControlMgr numberControlMgr,
                            IDssExportHistoryMgr dssExportHistoryMgr,
                            ICriteriaMgr criteriaMgr,
                            IDssOutboundControlMgr dssOutboundControlMgr,
                            IDssObjectMappingMgr dssObjectMappingMgr,
                            ILocationMgr locationMgr)
 {
     this.numberControlMgr      = numberControlMgr;
     this.dssExportHistoryMgr   = dssExportHistoryMgr;
     this.criteriaMgr           = criteriaMgr;
     this.dssOutboundControlMgr = dssOutboundControlMgr;
     this.dssObjectMappingMgr   = dssObjectMappingMgr;
     this.locationMgr           = locationMgr;
 }
예제 #21
0
 public AbstractOutboundMgr(INumberControlMgr numberControlMgr,
     IDssExportHistoryMgr dssExportHistoryMgr,
     ICriteriaMgr criteriaMgr,
     IDssOutboundControlMgr dssOutboundControlMgr,
     IDssObjectMappingMgr dssObjectMappingMgr,
     ILocationMgr locationMgr)
 {
     this.numberControlMgr = numberControlMgr;
     this.dssExportHistoryMgr = dssExportHistoryMgr;
     this.criteriaMgr = criteriaMgr;
     this.dssOutboundControlMgr = dssOutboundControlMgr;
     this.dssObjectMappingMgr = dssObjectMappingMgr;
     this.locationMgr = locationMgr;
 }
 public PoBillTransactionOutboundMgr(INumberControlMgr numberControlMgr,
     IDssExportHistoryMgr dssExportHistoryMgr,
     ICriteriaMgr criteriaMgr,
     IDssOutboundControlMgr dssOutboundControlMgr,
     IDssObjectMappingMgr dssObjectMappingMgr,
     IOrderHeadMgr orderHeadMgr,
     ICommonOutboundMgr commonOutboundMgr,
     ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.numberControlMgr = numberControlMgr;
     this.criteriaMgr = criteriaMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.commonOutboundMgr = commonOutboundMgr;
 }
 public PoBillTransactionOutboundMgr(INumberControlMgr numberControlMgr,
                                     IDssExportHistoryMgr dssExportHistoryMgr,
                                     ICriteriaMgr criteriaMgr,
                                     IDssOutboundControlMgr dssOutboundControlMgr,
                                     IDssObjectMappingMgr dssObjectMappingMgr,
                                     IOrderHeadMgr orderHeadMgr,
                                     ICommonOutboundMgr commonOutboundMgr,
                                     ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.numberControlMgr  = numberControlMgr;
     this.criteriaMgr       = criteriaMgr;
     this.orderHeadMgr      = orderHeadMgr;
     this.commonOutboundMgr = commonOutboundMgr;
 }
예제 #24
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;
 }
예제 #25
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;
 }
 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 SoBillOutboundBaseMgr(INumberControlMgr numberControlMgr,
                              IDssExportHistoryMgr dssExportHistoryMgr,
                              ICriteriaMgr criteriaMgr,
                              IDssOutboundControlMgr dssOutboundControlMgr,
                              IDssObjectMappingMgr dssObjectMappingMgr,
                              ICommonOutboundMgr commonOutboundMgr,
                              ILocationMgr locationMgr,
                              IBillMgr billMgr,
                              ISqlHelperDao sqlHelperDao
                              )
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.criteriaMgr       = criteriaMgr;
     this.commonOutboundMgr = commonOutboundMgr;
     this.billMgr           = billMgr;
     this.sqlHelperDao      = sqlHelperDao;
 }
예제 #28
0
 public WOReceiptInboundJob(
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IUserMgr userMgr,
     IHuMgr huMgr,
     INumberControlMgr numberControlMgr,
     IOrderMgr orderManager,
     IOrderLocationTransactionMgr orderLocationTransactionMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.userMgr = userMgr;
     this.huMgr = huMgr;
     this.numberControlMgr = numberControlMgr;
     this.orderManager = orderManager;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
 }
 public SoBillOutboundBaseMgr(INumberControlMgr numberControlMgr,
     IDssExportHistoryMgr dssExportHistoryMgr,
     ICriteriaMgr criteriaMgr,
     IDssOutboundControlMgr dssOutboundControlMgr,
     IDssObjectMappingMgr dssObjectMappingMgr,
     ICommonOutboundMgr commonOutboundMgr,
     ILocationMgr locationMgr,
     IBillMgr billMgr,
     ISqlHelperDao sqlHelperDao
     )
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.commonOutboundMgr = commonOutboundMgr;
     this.billMgr = billMgr;
     this.sqlHelperDao = sqlHelperDao;
 }
 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;
 }
예제 #31
0
 public WOReceiptInboundJob(
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IUserMgr userMgr,
     IHuMgr huMgr,
     INumberControlMgr numberControlMgr,
     IOrderMgr orderManager,
     IOrderLocationTransactionMgr orderLocationTransactionMgr)
 {
     this.criteriaMgr                 = criteriaMgr;
     this.uomConversionMgr            = uomConversionMgr;
     this.userMgr                     = userMgr;
     this.huMgr                       = huMgr;
     this.numberControlMgr            = numberControlMgr;
     this.orderManager                = orderManager;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
 }
예제 #32
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;
 }
예제 #33
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;
 }
예제 #34
0
 public WoReceiptInboundMgr(
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IUserMgr userMgr,
     IHuMgr huMgr,
     INumberControlMgr numberControlMgr,
     IOrderMgr orderManager,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.userMgr = userMgr;
     this.huMgr = huMgr;
     this.numberControlMgr = numberControlMgr;
     this.orderManager = orderManager;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.dssImportHistoryMgr = dssImportHistoryMgr;
 }
예제 #35
0
 public WoReceiptInboundMgr(
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IUserMgr userMgr,
     IHuMgr huMgr,
     INumberControlMgr numberControlMgr,
     IOrderMgr orderManager,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.criteriaMgr                 = criteriaMgr;
     this.uomConversionMgr            = uomConversionMgr;
     this.userMgr                     = userMgr;
     this.huMgr                       = huMgr;
     this.numberControlMgr            = numberControlMgr;
     this.orderManager                = orderManager;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.dssImportHistoryMgr         = dssImportHistoryMgr;
 }
예제 #36
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;
 }
예제 #37
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;
 }
예제 #38
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;
 }
예제 #39
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;
 }
예제 #40
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;
 }