Package healthwatcher.view.command

Examples of healthwatcher.view.command.UpdateComplaintSearch


      commandTable.put(HWServlet.CommandSearchDiseaseData, new SearchDiseaseData(facade));
      commandTable.put(HWServlet.CommandSearchHealthUnitsBySpecialty, new SearchHealthUnitsBySpecialty(facade));
      commandTable.put(HWServlet.CommandSearchSpecialtiesByHealthUnit, new SearchSpecialtiesByHealthUnit(facade));
      commandTable.put(HWServlet.CommandUpdateComplaintData, new UpdateComplaintData(facade));
      commandTable.put(HWServlet.CommandUpdateComplaintList, new UpdateComplaintList(facade));
      commandTable.put(HWServlet.CommandUpdateComplaintSearch, new UpdateComplaintSearch(facade));
      commandTable.put(HWServlet.CommandUpdateEmployeeData, new UpdateEmployeeData(facade));
      commandTable.put(HWServlet.CommandUpdateEmployeeSearch, new UpdateEmployeeSearch(facade));
      commandTable.put(HWServlet.CommandUpdateHealthUnitData, new UpdateHealthUnitData(facade));
      commandTable.put(HWServlet.CommandUpdateHealthUnitSearch, new UpdateHealthUnitSearch(facade));
      commandTable.put(HWServlet.CommandUpdateHealthUnitList, new UpdateHealthUnitList(facade));
View Full Code Here

TOP

Related Classes of healthwatcher.view.command.UpdateComplaintSearch

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.