Examples of DiseatedReportSelector


Examples of beans.report.selectors.disease.diagnosis.DiseatedReportSelector

  @Override
  public DeseaseDataSelector createDataSellector(SelectorIndefiner dataSelectorID, int part) throws ClipsServerException {
    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:
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.