Examples of FollowUpReportSelector


Examples of beans.report.selectors.disease.followUp.FollowUpReportSelector

      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
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.