Package healthwatcher.view.command

Examples of healthwatcher.view.command.Login


        commandTable.put(HWServlet.CommandGetDataForSearchBySpeciality, new GetDataForSearchBySpeciality(facade));
      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));
View Full Code Here

TOP

Related Classes of healthwatcher.view.command.Login

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.