Package org.zkybase.model

Examples of org.zkybase.model.Environment


  /* (non-Javadoc)
   * @see org.zkybase.web.controller.AbstractCrudController#doGetDetails(java.lang.Long, org.springframework.ui.Model)
   */
  @Override
  protected Environment doGetDetails(Long id, Model model) {
    model.addAttribute(farmService.findByEnvironment(new Environment(id)));
    return environmentService.findOne(id);
  }
View Full Code Here

TOP

Related Classes of org.zkybase.model.Environment

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.