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

Examples of br.com.mystudies.ds.service.report.factory.ReportFactory.create()


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

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

    reportService.getReport();


    // module prp6
View Full Code Here



    // module prp6
    reportFactory = new ReportFactoryPRP6();

    reportService = reportFactory.create(ReportType.ANALITIC);

    reportService.getReport();

  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.