Package healthwatcher.view.command

Examples of healthwatcher.view.command.InsertEmployee


      commandTable.put(HWServlet.CommandConfigRMI, new ConfigRMI(facade));
      commandTable.put(HWServlet.CommandGetDataForSearchByDiseaseType, new GetDataForSearchByDiseaseType(facade));
      commandTable.put(HWServlet.CommandGetDataForSearchByHealthUnit, new GetDataForSearchByHealthUnit(facade));
        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));
View Full Code Here

TOP

Related Classes of healthwatcher.view.command.InsertEmployee

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.