Package br.com.mystudies.ds.service.report

Examples of br.com.mystudies.ds.service.report.ReportService



    // module b49c
    ReportFactory reportFactory = new ReportFactoryB49C();

    ReportService reportService =
        reportFactory.create(ReportType.ANALITIC);

    reportService.getReport();


    // module prp6
    reportFactory = new ReportFactoryPRP6();

    reportService = reportFactory.create(ReportType.ANALITIC);

    reportService.getReport();

  }
View Full Code Here

TOP

Related Classes of br.com.mystudies.ds.service.report.ReportService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.