Package com.emc.plants.web.servlets

Examples of com.emc.plants.web.servlets.Populate


     * @throws ServletException
     */
  public String performPopulate(HttpServletRequest req,
      HttpServletResponse resp) throws ServletException {
      logger.debug("AdminController:performPopulate");
        Populate popDB = new Populate(resetDB,catalog,login,backOrderStock,suppliers);
        popDB.doPopulate();
//        sendRedirect(resp, "/plants-web/" + Util.PAGE_HELP);
        return HELP;
    }
View Full Code Here

TOP

Related Classes of com.emc.plants.web.servlets.Populate

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.