Example #1
0
 public ReceiveMgr(
     ILanguageMgr languageMgr,
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderHeadMgr orderHeadMgr,
     IOrderMgr orderMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IHuMgr huMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IPartyMgr partyMgr
     )
     : base()
 {
     this.languageMgr = languageMgr;
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.orderMgr = orderMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr = huMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.partyMgr = partyMgr;
 }
Example #2
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;
 }
Example #3
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;
 }
Example #4
0
 public ShipMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IOrderMgr orderMgr,
     IOrderHeadMgr orderHeadMgr,
     IExecuteMgr executeMgr,
     ILanguageMgr languageMgr,
     IReportMgr reportMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     IPickListResultMgr pickListResultMgr,
     IHuMgr huMgr,
     IFlowMgr flowMgr,
     IPartyMgr partyMgr,
     IPickListMgr pickListMgr
     )
     : base()
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.orderMgr             = orderMgr;
     this.orderHeadMgr         = orderHeadMgr;
     this.executeMgr           = executeMgr;
     this.languageMgr          = languageMgr;
     this.reportMgr            = reportMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.pickListResultMgr    = pickListResultMgr;
     this.huMgr       = huMgr;
     this.flowMgr     = flowMgr;
     this.partyMgr    = partyMgr;
     this.pickListMgr = pickListMgr;
 }
Example #5
0
 public TransferMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IFlowMgr flowMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IItemMgr itemMgr,
     IOrderDetailMgr orderDetailMgr,
     IOrderMgr orderMgr,
     ILanguageMgr languageMgr,
     IReceiptDetailMgr receiptDetailMgr,
     IReportMgr reportMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.flowMgr = flowMgr;
     this.huMgr = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.itemMgr = itemMgr;
     this.orderDetailMgr = orderDetailMgr;
     this.orderMgr = orderMgr;
     this.languageMgr = languageMgr;
     this.receiptDetailMgr = receiptDetailMgr;
     this.reportMgr = reportMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationMgr = locationMgr;
 }
Example #6
0
 public TransferMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IFlowMgr flowMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IItemMgr itemMgr,
     IOrderDetailMgr orderDetailMgr,
     IOrderMgr orderMgr,
     ILanguageMgr languageMgr,
     IReceiptDetailMgr receiptDetailMgr,
     IReportMgr reportMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr
     )
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.flowMgr              = flowMgr;
     this.huMgr                = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.itemMgr              = itemMgr;
     this.orderDetailMgr       = orderDetailMgr;
     this.orderMgr             = orderMgr;
     this.languageMgr          = languageMgr;
     this.receiptDetailMgr     = receiptDetailMgr;
     this.reportMgr            = reportMgr;
     this.storageBinMgr        = storageBinMgr;
     this.locationMgr          = locationMgr;
 }
Example #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;
 }
Example #8
0
 public ReceiveMgr(
     ILanguageMgr languageMgr,
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderHeadMgr orderHeadMgr,
     IOrderMgr orderMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IHuMgr huMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IPartyMgr partyMgr
     )
     : base()
 {
     this.languageMgr          = languageMgr;
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.orderHeadMgr         = orderHeadMgr;
     this.orderMgr             = orderMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr = huMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.partyMgr = partyMgr;
 }
Example #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;
 }
Example #10
0
 public OnlineMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderMgr orderMgr
     )
 {
     this.setBaseMgr   = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr   = executeMgr;
     this.orderMgr     = orderMgr;
 }
Example #11
0
 public OnlineMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderMgr orderMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.orderMgr = orderMgr;
 }
 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;
 }
Example #13
0
 public InspectMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IInspectOrderMgr inspectOrderMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr
     )
 {
     this.setBaseMgr      = setBaseMgr;
     this.setDetailMgr    = setDetailMgr;
     this.executeMgr      = executeMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.languageMgr     = languageMgr;
     this.huMgr           = huMgr;
 }
Example #14
0
 public InspectMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IInspectOrderMgr inspectOrderMgr,
     ILanguageMgr languageMgr,
     IHuMgr huMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.languageMgr = languageMgr;
     this.huMgr = huMgr;
 }
Example #15
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;
 }
Example #16
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;
 }
Example #17
0
 public PickupMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILocationMgr locationMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.locationMgr = locationMgr;
     this.languageMgr = languageMgr;
 }
Example #18
0
 public PickupMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILocationMgr locationMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.locationMgr          = locationMgr;
     this.languageMgr          = languageMgr;
 }
Example #19
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;
 }
Example #20
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;
 }
Example #21
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;
 }
Example #22
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;
 }
Example #23
0
 public PutAwayMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILanguageMgr languageMgr,
     IStorageBinMgr storageBinMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILocationMgr locationMgr,
     IHuMgr huMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.languageMgr = languageMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.locationMgr = locationMgr;
     this.huMgr = huMgr;
 }
Example #24
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;
 }
Example #25
0
 public ReturnMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IHuMgr huMgr,
     IFlowMgr flowMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr,
     ILocationLotDetailMgr locationLotDetailMgr
     )
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.huMgr                = huMgr;
     this.flowMgr              = flowMgr;
     this.storageBinMgr        = storageBinMgr;
     this.locationMgr          = locationMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
 }
Example #26
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;
 }
Example #27
0
 public ReturnMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IHuMgr huMgr,
     IFlowMgr flowMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr,
     ILocationLotDetailMgr locationLotDetailMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.huMgr = huMgr;
     this.flowMgr = flowMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationMgr = locationMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
 }
Example #28
0
 public PutAwayMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     ILanguageMgr languageMgr,
     IStorageBinMgr storageBinMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILocationMgr locationMgr,
     IHuMgr huMgr
     )
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.languageMgr          = languageMgr;
     this.storageBinMgr        = storageBinMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.locationMgr          = locationMgr;
     this.huMgr = huMgr;
 }
Example #29
0
 public PickMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IPickListMgr pickListMgr,
     ILanguageMgr languageMgr,
     IPickListDetailMgr pickListDetailMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ICriteriaMgr criteriaMgr,
     IReportMgr reportMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.pickListMgr = pickListMgr;
     this.languageMgr = languageMgr;
     this.pickListDetailMgr = pickListDetailMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.criteriaMgr = criteriaMgr;
     this.reportMgr = reportMgr;
 }
Example #30
0
 public PickMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IPickListMgr pickListMgr,
     ILanguageMgr languageMgr,
     IPickListDetailMgr pickListDetailMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ICriteriaMgr criteriaMgr,
     IReportMgr reportMgr
     )
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.pickListMgr          = pickListMgr;
     this.languageMgr          = languageMgr;
     this.pickListDetailMgr    = pickListDetailMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.criteriaMgr          = criteriaMgr;
     this.reportMgr            = reportMgr;
 }
Example #31
0
 public OfflineMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEmployeeMgr employeeMgr,
     IOrderMgr orderMgr,
     IOrderHeadMgr orderHeadMgr,
     IReportMgr reportMgr,
     IHuMgr huMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.employeeMgr = employeeMgr;
     this.orderMgr = orderMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.reportMgr = reportMgr;
     this.huMgr = huMgr;
     this.languageMgr = languageMgr;
 }
Example #32
0
 public OfflineMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEmployeeMgr employeeMgr,
     IOrderMgr orderMgr,
     IOrderHeadMgr orderHeadMgr,
     IReportMgr reportMgr,
     IHuMgr huMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr   = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr   = executeMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.employeeMgr  = employeeMgr;
     this.orderMgr     = orderMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.reportMgr    = reportMgr;
     this.huMgr        = huMgr;
     this.languageMgr  = languageMgr;
 }
Example #33
0
 public ExecuteMgr(
     ILanguageMgr languageMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IStorageBinMgr storageBinMgr,
     IInspectOrderDetailMgr inspectOrderDetailMgr,
     IHuMgr huMgr,
     IOrderMgr orderMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IItemMgr itemMgr,
     IUomMgr uomMgr,
     ILocationMgr locationMgr,
     IFlowMgr flowMgr,
     IUserMgr userMgr,
     IReceiptMgr receiptMgr,
     IReceiptDetailMgr receiptDetailMgr,
     IReportMgr reportMgr,
     ISetDetailMgr setDetailMgr
     )
 {
     this.languageMgr           = languageMgr;
     this.locationLotDetailMgr  = locationLotDetailMgr;
     this.storageBinMgr         = storageBinMgr;
     this.inspectOrderDetailMgr = inspectOrderDetailMgr;
     this.huMgr               = huMgr;
     this.orderMgr            = orderMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.itemMgr             = itemMgr;
     this.uomMgr              = uomMgr;
     this.locationMgr         = locationMgr;
     this.flowMgr             = flowMgr;
     this.userMgr             = userMgr;
     this.receiptMgr          = receiptMgr;
     this.receiptDetailMgr    = receiptDetailMgr;
     this.reportMgr           = reportMgr;
     this.setDetailMgr        = setDetailMgr;
 }
Example #34
0
 public ReuseMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IFlowMgr flowMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILanguageMgr languageMgr,
     IOrderMgr orderMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IUserMgr userMgr
     )
 {
     this.setBaseMgr                  = setBaseMgr;
     this.setDetailMgr                = setDetailMgr;
     this.executeMgr                  = executeMgr;
     this.flowMgr                     = flowMgr;
     this.huMgr                       = huMgr;
     this.locationLotDetailMgr        = locationLotDetailMgr;
     this.languageMgr                 = languageMgr;
     this.orderMgr                    = orderMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.userMgr                     = userMgr;
 }
Example #35
0
 public ExecuteMgr(
     ILanguageMgr languageMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IStorageBinMgr storageBinMgr,
     IInspectOrderDetailMgr inspectOrderDetailMgr,
     IHuMgr huMgr,
     IOrderMgr orderMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IItemMgr itemMgr,
     IUomMgr uomMgr,
     ILocationMgr locationMgr,
     IFlowMgr flowMgr,
     IUserMgr userMgr,
     IReceiptMgr receiptMgr,
     IReceiptDetailMgr receiptDetailMgr,
     IReportMgr reportMgr,
     ISetDetailMgr setDetailMgr
     )
 {
     this.languageMgr = languageMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.storageBinMgr = storageBinMgr;
     this.inspectOrderDetailMgr = inspectOrderDetailMgr;
     this.huMgr = huMgr;
     this.orderMgr = orderMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.locationMgr = locationMgr;
     this.flowMgr = flowMgr;
     this.userMgr = userMgr;
     this.receiptMgr = receiptMgr;
     this.receiptDetailMgr = receiptDetailMgr;
     this.reportMgr = reportMgr;
     this.setDetailMgr = setDetailMgr;
 }
Example #36
0
 public ReuseMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IFlowMgr flowMgr,
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILanguageMgr languageMgr,
     IOrderMgr orderMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IUserMgr userMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.flowMgr = flowMgr;
     this.huMgr = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.languageMgr = languageMgr;
     this.orderMgr = orderMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.userMgr = userMgr;
 }