Package beans.report.selectors.disease.sicklist

Examples of beans.report.selectors.disease.sicklist.SickTimeReportSelector


    ArrayList<DiseaseLine> lines = new ArrayList<DiseaseLine>(getSelectorTable(part).getLines());
    switch (dataSelectorID.getId()) {
      case DiseaseReportMaps.SELECTOR_ID_DISEATED_REPORT:
        return new DiseatedReportSelector(manager, lines);
      case DiseaseReportMaps.SELECTOR_ID_SICKLIST_REPORT:
        return new SickTimeReportSelector(manager, lines);
      case DiseaseReportMaps.SELECTOR_ID_FOLLUP_REPORT:
        return new FollowUpReportSelector(manager, lines);
      default:
        return super.createDataSellector(dataSelectorID, part);
    }
View Full Code Here

TOP

Related Classes of beans.report.selectors.disease.sicklist.SickTimeReportSelector

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.