Package healthwatcher.view.command

Examples of healthwatcher.view.command.LoginMenu


      commandTable.put(HWServlet.CommandInsertAnimalComplaint, new InsertAnimalComplaint(facade));
      commandTable.put(HWServlet.CommandInsertEmployee, new InsertEmployee(facade));
      commandTable.put(HWServlet.CommandInsertFoodComplaint, new InsertFoodComplaint(facade));
      commandTable.put(HWServlet.CommandInsertSpecialComplaint, new InsertSpecialComplaint(facade));
      commandTable.put(HWServlet.CommandLogin, new Login(facade));
      commandTable.put(HWServlet.CommandLoginMenu, new LoginMenu(facade));
      commandTable.put(HWServlet.CommandSearchComplaintData, new SearchComplaintData(facade));
      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));
View Full Code Here

TOP

Related Classes of healthwatcher.view.command.LoginMenu

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.