public MengeProBelastungskategorieGrafischePoProvider(INetzSummarischService netzSummarischService,
                                                       IReportLocalizationService reportLocalizationService, IBelastungskategorieService belastungskategorieService,
                                                       IStrassenabschnittService strassenabschnittService, IStrassenabschnittGISService strassenabschnittGISService)
 {
     this.netzSummarischService       = netzSummarischService;
     this.reportLocalizationService   = reportLocalizationService;
     this.belastungskategorieService  = belastungskategorieService;
     this.strassenabschnittService    = strassenabschnittService;
     this.strassenabschnittGISService = strassenabschnittGISService;
 }
 public BenchmarkauswertungInventarkennwertenPoProvider(
     IBenchmarkingGruppenService benchmarkingGruppenService,
     IBenchmarkingDataService benchmarkingDataService,
     IReportLocalizationService reportLocalizationService,
     IBelastungskategorieService belastungskategorieService)
 {
     this.benchmarkingGruppenService = benchmarkingGruppenService;
     this.benchmarkingDataService    = benchmarkingDataService;
     this.reportLocalizationService  = reportLocalizationService;
     this.belastungskategorieService = belastungskategorieService;
 }
Example #3
0
 public BenchmarkauswertungZustandskennwertenPoProvider(
     IBenchmarkingGruppenService benchmarkingGruppenService,
     IKenngroessenFruehererJahreService kenngroessenFruehererJahreService,
     IBenchmarkingDataService benchmarkingDataService,
     IReportLocalizationService reportLocalizationService,
     IBelastungskategorieService belastungskategorieService)
 {
     this.benchmarkingGruppenService        = benchmarkingGruppenService;
     this.kenngroessenFruehererJahreService = kenngroessenFruehererJahreService;
     this.benchmarkingDataService           = benchmarkingDataService;
     this.reportLocalizationService         = reportLocalizationService;
     this.belastungskategorieService        = belastungskategorieService;
 }
 public WiederbeschaffungswertUndWertverlustGrafischePoProvider(
     IStrassenabschnittService strassenabschnittService,
     IStrassenabschnittGISService strassenabschnittGisService,
     IWiederbeschaffungswertKatalogService wiederbeschaffungswertKatalogService,
     IBelastungskategorieService belastungskategorieService,
     IReportLocalizationService reportLocalizationService,
     INetzSummarischDetailService netzSummarischDetailService)
 {
     this.strassenabschnittService             = strassenabschnittService;
     this.strassenabschnittGisService          = strassenabschnittGisService;
     this.wiederbeschaffungswertKatalogService = wiederbeschaffungswertKatalogService;
     this.belastungskategorieService           = belastungskategorieService;
     this.reportLocalizationService            = reportLocalizationService;
     this.netzSummarischDetailService          = netzSummarischDetailService;
 }
 public BenchmarkauswertungKennwertenRealisiertenMassnahmenPoProvider(
     IBenchmarkingGruppenService benchmarkingGruppenService,
     IKenngroessenFruehererJahreService kenngroessenFruehererJahreService,
     IBenchmarkingDataService benchmarkingDataService,
     IReportLocalizationService reportLocalizationService,
     IBelastungskategorieService belastungskategorieService,
     ISecurityService securityService)
 {
     this.benchmarkingGruppenService        = benchmarkingGruppenService;
     this.kenngroessenFruehererJahreService = kenngroessenFruehererJahreService;
     this.benchmarkingDataService           = benchmarkingDataService;
     this.reportLocalizationService         = reportLocalizationService;
     this.belastungskategorieService        = belastungskategorieService;
     this.securityService = securityService;
 }
        public ZustandsspiegelProJahrGrafischePoProvider(
            IJahresIntervalService jahresIntervalService,
            IFiltererFactory filtererFactory,
            ITransactionScopeProvider transactionScopeProvider,
            IReportLocalizationService reportLocalizationService,
            IReportResourceLocator reportResourceLocator,
            IReportLegendImageService reportLegendImageService)
        {
            this.jahresIntervalService     = jahresIntervalService;
            this.filtererFactory           = filtererFactory;
            this.transactionScopeProvider  = transactionScopeProvider;
            this.reportLocalizationService = reportLocalizationService;
            this.reportResourceLocator     = reportResourceLocator;
            this.reportLegendImageService  = reportLegendImageService;

            diagramPos = new Dictionary <int, List <DiagramPo> >();
            tablePos   = new Dictionary <int, List <TablePo> >();
        }
        public ZustandsspiegelProBelastungskategorieGrafischePoProvider(
            IBelastungskategorieService belastungskategorieService,
            IReportLocalizationService reportLocalizationService,
            IFiltererFactory filtererFactory,
            ITransactionScopeProvider transactionScopeProvider,
            IReportLegendImageService reportLegendImageService,
            IReportResourceLocator reportResourceLocator)
        {
            this.belastungskategorieService = belastungskategorieService;
            this.reportLocalizationService  = reportLocalizationService;
            this.filtererFactory            = filtererFactory;
            this.transactionScopeProvider   = transactionScopeProvider;
            this.reportLegendImageService   = reportLegendImageService;
            this.reportResourceLocator      = reportResourceLocator;

            zustandsindexTypList = Enum.GetValues(typeof(ZustandsindexTyp)).OfType <ZustandsindexTyp>().ToList();
            flaecheTypList       = new List <FlaecheTyp> {
                FlaecheTyp.Fahrbahn, FlaecheTyp.Trottoir
            };
        }
        public RealisiertenMassnahmenWertverlustZustandsindexProJahrGrafischePoProvider(
            IJahresIntervalService jahresIntervalService,
            IFiltererFactory filtererFactory,
            ITransactionScopeProvider transactionScopeProvider,
            IReportLocalizationService reportLocalizationService,
            IKenngroessenFruehererJahreService kenngroessenFruehererJahreService,
            INetzSummarischDetailService netzSummarischDetailService,
            IWiederbeschaffungswertKatalogService wiederbeschaffungswertKatalogService,
            IReportLegendImageService reportLegendImageService)
        {
            this.jahresIntervalService                = jahresIntervalService;
            this.filtererFactory                      = filtererFactory;
            this.transactionScopeProvider             = transactionScopeProvider;
            this.reportLocalizationService            = reportLocalizationService;
            this.kenngroessenFruehererJahreService    = kenngroessenFruehererJahreService;
            this.netzSummarischDetailService          = netzSummarischDetailService;
            this.wiederbeschaffungswertKatalogService = wiederbeschaffungswertKatalogService;
            this.reportLegendImageService             = reportLegendImageService;

            diagramPos = new Dictionary <int, List <DiagramPo> >();
            tablePos   = new Dictionary <int, List <TablePo> >();
        }