示例#1
0
 public WOBackflushJob(
     IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr,
     IUserMgr userMgr)
 {
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
     this.userMgr = userMgr;
 }
示例#2
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;
 }
示例#3
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;
 }
示例#4
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;
 }
示例#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;;
 }
 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;
 }
示例#7
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;
 }
示例#8
0
 public StockTakingMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ICycleCountMgr cycleCountMgr,
     ICycleCountDetailMgr cycleCountDetailMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IItemMgr itemMgr,
     IUserMgr userMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr
     )
 {
     this.setBaseMgr          = setBaseMgr;
     this.setDetailMgr        = setDetailMgr;
     this.executeMgr          = executeMgr;
     this.cycleCountMgr       = cycleCountMgr;
     this.cycleCountDetailMgr = cycleCountDetailMgr;
     this.languageMgr         = languageMgr;
     this.huMgr = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.itemMgr       = itemMgr;
     this.userMgr       = userMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationMgr   = locationMgr;
 }
示例#9
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;
 }
示例#10
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;;
        }
示例#11
0
        public BaseController(IConfiguration configuration, IUserMgr user)
        {
            _configuration = configuration;
            _user          = user;

            SQLData.connectionString = Microsoft.Extensions.Configuration.ConfigurationExtensions.GetConnectionString(configuration, "DefaultConnection");
        }
示例#12
0
 public WOBackflushJob(
   IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr,
     IUserMgr userMgr)
 {
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
     this.userMgr = userMgr;
 }
示例#13
0
 public StockTakingMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ICycleCountMgr cycleCountMgr,
     ICycleCountDetailMgr cycleCountDetailMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IItemMgr itemMgr,
     IUserMgr userMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.cycleCountMgr = cycleCountMgr;
     this.cycleCountDetailMgr = cycleCountDetailMgr;
     this.languageMgr = languageMgr;
     this.huMgr = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.itemMgr = itemMgr;
     this.userMgr = userMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationMgr = locationMgr;
 }
示例#14
0
 public BatchDevanningMgr(IRepackMgr repackMgr,
                          ILocationLotDetailMgr locationLotDetailMgr,
                          IUserMgr userMgr)
 {
     this.repackMgr            = repackMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.userMgr = userMgr;
 }
示例#15
0
        /// <summary>
        /// Initializes a new instance of the <see cref="SimpleRESTServer.Server"/> class.
        /// </summary>
        /// <param name="a_eAuthType">Type of authentication scheme.</param>
        /// <param name="a_oUserMgr">Instance of a user manager.</param>
        /// <param name="a_lPrefixes">List of prefixes (specifing path, port and base url).</param>
        public Server(EAuthenticationTypes a_eAuthType, IUserMgr a_oUserMgr, IEnumerable <string> a_lPrefixes)
        {
            m_lController = new List <Controller>();

            m_eAuthenticationType = a_eAuthType;
            m_oUserMgr            = a_oUserMgr;
            m_lPrefixes           = a_lPrefixes;
        }
示例#16
0
 public BatchDevanningMgr(IRepackMgr repackMgr,
    ILocationLotDetailMgr locationLotDetailMgr,
     IUserMgr userMgr)
 {
     this.repackMgr = repackMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.userMgr = userMgr;
 }
示例#17
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;
 }
        /// <summary>
        /// Default constructor
        /// </summary>
        private MenuItemWrapper()
        {
            AuthBuilder authBuilder = AuthBuilder.GetInstance();

            this.IUserMgr         = authBuilder.GetManager <IUserMgr>(AuthBuilder.IUSERMGR);
            this.IMenuItemMgr     = authBuilder.GetManager <IMenuItemMgr>(AuthBuilder.IMENUITEMMGR);
            this.IRoleMenuItemMgr = authBuilder.GetManager <IRoleMenuItemMgr>(AuthBuilder.IROLEMENUITEMMGR);
            this.IUserRoleMgr     = authBuilder.GetManager <IUserRoleMgr>(AuthBuilder.IUSERROLEMGR);
        }
 public TransportationOrderCompleteJob(
     ITransportationOrderMgr transportationOrderMgr,
     IUserMgr userMgr,
     IHqlMgr hqlMgr)
 {
     this.transportationOrderMgr = transportationOrderMgr;
     this.userMgr = userMgr;
     this.hqlMgr  = hqlMgr;
 }
 public TransportationOrderCompleteJob(
     ITransportationOrderMgr transportationOrderMgr,
     IUserMgr userMgr,
     IHqlMgr hqlMgr)
 {
     this.transportationOrderMgr = transportationOrderMgr;
     this.userMgr = userMgr;
     this.hqlMgr = hqlMgr;
 }
 public CycleCountProcessJob(
     ICycleCountMgr cycleCountMgr,
     ICriteriaMgr criteriaMgr,
     IUserMgr userMgr)
 {
     this.cycleCountMgr = cycleCountMgr;
     this.criteriaMgr   = criteriaMgr;
     this.userMgr       = userMgr;
 }
 public CycleCountProcessJob(
     ICycleCountMgr cycleCountMgr, 
     ICriteriaMgr criteriaMgr, 
     IUserMgr userMgr)
 {
     this.cycleCountMgr = cycleCountMgr;
     this.criteriaMgr = criteriaMgr;
     this.userMgr = userMgr;
 }
示例#23
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;
 }
示例#24
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;
 }
 public LocationLotDetailMgr(
     ILocationLotDetailDao entityDao,
     ICriteriaMgr criteriaMgr,
     IUserMgr userMgr,
     IHuMgr huMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.huMgr       = huMgr;
     this.userMgr     = userMgr;
 }
 public LocationLotDetailMgr(
     ILocationLotDetailDao entityDao,
     ICriteriaMgr criteriaMgr,
     IUserMgr userMgr,
     IHuMgr huMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.huMgr = huMgr;
     this.userMgr = userMgr;
 }
示例#27
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;
 }
 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;
 }
示例#29
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;
 }
 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 ItemReferenceInboundMgr(IItemMgr itemMgr,
                                IItemReferenceMgr itemReferenceMgr,
                                IUserMgr userMgr,
                                IPartyMgr partyMgr,
                                IDssImportHistoryMgr dssImportHistoryMgr,
                                IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr          = itemMgr;
     this.itemReferenceMgr = itemReferenceMgr;
     this.userMgr          = userMgr;
     this.partyMgr         = partyMgr;
 }
 public ItemReferenceInboundMgr(IItemMgr itemMgr,
    IItemReferenceMgr itemReferenceMgr,
     IUserMgr userMgr,
      IPartyMgr partyMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.itemReferenceMgr = itemReferenceMgr;
     this.userMgr = userMgr;
     this.partyMgr = partyMgr;
 }
示例#33
0
 public PickListOnlineMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IPickListMgr pickListMgr,
     IUserMgr userMgr
     )
 {
     this.setBaseMgr   = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr   = executeMgr;
     this.pickListMgr  = pickListMgr;
     this.userMgr      = userMgr;
 }
示例#34
0
 public ItemInboundMgr(IItemMgr itemMgr,
     IUomMgr uomMgr,
     IBomMgr bomMgr,
     IRoutingMgr routingMgr,
     IUserMgr userMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.bomMgr = bomMgr;
     this.routingMgr = routingMgr;
     this.userMgr = userMgr;
 }
 public SupplierInboundMgr(ISupplierMgr supplierMgr,
     IUserMgr userMgr,
     IShipAddressMgr shipAddressMgr,
     IBillAddressMgr billAddressMgr,
     IPartyMgr partyMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.supplierMgr = supplierMgr;
     this.userMgr = userMgr;
     this.shipAddressMgr = shipAddressMgr;
     this.billAddressMgr = billAddressMgr;
     this.partyMgr = partyMgr;
 }
 public SupplierInboundMgr(ISupplierMgr supplierMgr,
                           IUserMgr userMgr,
                           IShipAddressMgr shipAddressMgr,
                           IBillAddressMgr billAddressMgr,
                           IPartyMgr partyMgr,
                           IDssImportHistoryMgr dssImportHistoryMgr,
                           IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.supplierMgr    = supplierMgr;
     this.userMgr        = userMgr;
     this.shipAddressMgr = shipAddressMgr;
     this.billAddressMgr = billAddressMgr;
     this.partyMgr       = partyMgr;
 }
示例#37
0
 public ItemInboundMgr(IItemMgr itemMgr,
                       IUomMgr uomMgr,
                       IBomMgr bomMgr,
                       IRoutingMgr routingMgr,
                       IUserMgr userMgr,
                       IDssImportHistoryMgr dssImportHistoryMgr,
                       IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr    = itemMgr;
     this.uomMgr     = uomMgr;
     this.bomMgr     = bomMgr;
     this.routingMgr = routingMgr;
     this.userMgr    = userMgr;
 }
示例#38
0
 public DevanningMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IRepackMgr repackMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.repackMgr = repackMgr;
     this.userMgr = userMgr;
     this.languageMgr = languageMgr;
 }
示例#39
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;
 }
示例#40
0
 public MesMgr(ICriteriaMgr criteriaMgr,
                 IShelfMgr shelfMgr,
                 IOrderLocationTransactionMgr orderLocationTransactionMgr,
                 IOrderMgr orderMgr,
                 IHqlMgr hqlMgr,
                 IUserMgr userMgr,
                 IFlowMgr flowMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.shelfMgr = shelfMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.orderMgr = orderMgr;
     this.hqlMgr = hqlMgr;
     this.userMgr = userMgr;
     this.flowMgr = flowMgr;
 }
示例#41
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;
 }
示例#42
0
 public DevanningMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IRepackMgr repackMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr   = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr   = executeMgr;
     this.repackMgr    = repackMgr;
     this.userMgr      = userMgr;
     this.languageMgr  = languageMgr;
 }
示例#43
0
 public MesMgr(ICriteriaMgr criteriaMgr,
               IShelfMgr shelfMgr,
               IOrderLocationTransactionMgr orderLocationTransactionMgr,
               IOrderMgr orderMgr,
               IHqlMgr hqlMgr,
               IUserMgr userMgr,
               IFlowMgr flowMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.shelfMgr    = shelfMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.orderMgr = orderMgr;
     this.hqlMgr   = hqlMgr;
     this.userMgr  = userMgr;
     this.flowMgr  = flowMgr;
 }
 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 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 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 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;
 }
示例#48
0
 public InspectionMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IUserMgr userMgr,
     IInspectOrderMgr inspectOrderMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.userMgr = userMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.languageMgr = languageMgr;
 }
 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;
 }
示例#51
0
 public InspectionMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IUserMgr userMgr,
     IInspectOrderMgr inspectOrderMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.userMgr = userMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.languageMgr = languageMgr;
 }
示例#52
0
 public FlushBackMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr
     )
 {
     this.setBaseMgr   = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr   = executeMgr;
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
     this.userMgr     = userMgr;
     this.languageMgr = languageMgr;
     this.huMgr       = huMgr;
 }
示例#53
0
 public FlushBackMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
     this.userMgr = userMgr;
     this.languageMgr = languageMgr;
     this.huMgr = huMgr;
 }
示例#54
0
 public MesBomDetailMgr(IMesBomDetailDao entityDao,
                        IMesBomMgr mesBomMgr,
                        IItemKitMgr itemKitMgr,
                        ICriteriaMgr criteriaMgr,
                        IUomConversionMgr uomConversionMgr,
                        IRoutingMgr routingMgr,
                        IRoutingDetailMgr routingDetailMgr,
                        IItemMgr itemMgr,
                        IUserMgr useMgr)
     : base(entityDao)
 {
     this.mesBomMgr        = mesBomMgr;
     this.itemMgr          = itemMgr;
     this.criteriaMgr      = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.routingMgr       = routingMgr;
     this.routingDetailMgr = routingDetailMgr;;
     this.useMgr           = useMgr;
 }
 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;
 }
示例#56
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;
 }
示例#57
0
 public MesBomDetailMgr(IMesBomDetailDao entityDao,
     IMesBomMgr mesBomMgr,
     IItemKitMgr itemKitMgr,
     ICriteriaMgr criteriaMgr,
     IUomConversionMgr uomConversionMgr,
     IRoutingMgr routingMgr,
     IRoutingDetailMgr routingDetailMgr,
     IItemMgr itemMgr,
     IUserMgr useMgr)
     : base(entityDao)
 {
     this.mesBomMgr = mesBomMgr;
     this.itemMgr = itemMgr;
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.routingMgr = routingMgr;
     this.routingDetailMgr = routingDetailMgr;;
     this.useMgr = useMgr;
 }
示例#58
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;
 }
示例#59
0
 public SetBaseMgr(
     IUserMgr userMgr,
     IOrderHeadMgr orderHeadMgr,
     IPickListMgr pickListMgr,
     IStorageBinMgr storageBinMgr,
     ILanguageMgr languageMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     IFlowMgr flowMgr,
     ILocationMgr locationMgr
     )
 {
     this.userMgr = userMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.pickListMgr = pickListMgr;
     this.storageBinMgr = storageBinMgr;
     this.languageMgr = languageMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.flowMgr = flowMgr;
     this.locationMgr = locationMgr;
 }
示例#60
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;
 }