Class BioMaterialController


  • @Controller
    @RequestMapping("/bioMaterial")
    public class BioMaterialController
    extends Object
    Author:
    keshav
    • Constructor Detail

      • BioMaterialController

        public BioMaterialController()
    • Method Detail

      • addFactorValueTo

        public void addFactorValueTo​(Collection<Long> bmIds,
                                     EntityDelegator<FactorValue> factorValueId)
        AJAX
        Parameters:
        factorValueId - given a collection of biomaterial ids, and a factor value id will add that factor value to all of the biomaterials in the collection. If the factor is already defined for one of the biomaterials will remove the previous one and add the new one.
      • annot

        @RequestMapping(value="/annotate.html",
                        method={GET,HEAD})
        public org.springframework.web.servlet.ModelAndView annot​(@RequestParam("eeid")
                                                                  Long id)
      • show

        @RequestMapping(value={"/showBioMaterial.html","/"},
                        method={GET,HEAD})
        public org.springframework.web.servlet.ModelAndView show​(@RequestParam("id")
                                                                 Long id)