Пример #1
0
 public DssOutboundJob(string defaultFileEncoding,
     IDssFtpControlMgr dssFtpControlMgr,
     IDssOutboundControlMgr dssOutboundControlMgr)
 {
     this.defaultFileEncoding = defaultFileEncoding;
     this.dssFtpControlMgr = dssFtpControlMgr;
     this.dssOutboundControlMgr = dssOutboundControlMgr;
 }
Пример #2
0
 public DssOutboundJob(string defaultFileEncoding,
                       IDssFtpControlMgr dssFtpControlMgr,
                       IDssOutboundControlMgr dssOutboundControlMgr)
 {
     this.defaultFileEncoding   = defaultFileEncoding;
     this.dssFtpControlMgr      = dssFtpControlMgr;
     this.dssOutboundControlMgr = dssOutboundControlMgr;
 }
Пример #3
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)
 {
 }
Пример #4
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)
 {
 }
Пример #5
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;
 }
Пример #6
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;
 }
Пример #7
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;
 }
Пример #8
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;
 }
Пример #9
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;
 }
Пример #10
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;
 }
Пример #11
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;
 }
Пример #12
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;
 }
 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 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;
 }