/**
  * 
  */
 public function listJobBarrierRowsAction()
 {
     $this->_helper->layout()->disableLayout();
     $this->view->rows = $this->_mapper->listJobIntervention($this->_getParam('intervention'), $this->_getParam('case'));
 }