Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1255 | Rev 1265 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1255 Rev 1264
Línea 106... Línea 106...
106
        $select->order('first_name');
106
        $select->order('first_name');
Línea 107... Línea 107...
107
        
107
        
108
        return $this->executeFetchAllObject($select, $prototype);
108
        return $this->executeFetchAllObject($select, $prototype);
Línea -... Línea 109...
-
 
109
    }
-
 
110
 
-
 
111
 
-
 
112
     /**
-
 
113
     *
-
 
114
     * @param int $candidate_id
-
 
115
     * @return RecruitmentSelectionInterview
-
 
116
     */
-
 
117
    public function fetchAllByVacancyIdAndStatus($vacancy_id)
-
 
118
    {
-
 
119
        $prototype = new RecruitmentSelectionInterview();
-
 
120
        
-
 
121
        $select = $this->sql->select(self::_TABLE);
-
 
122
        $select->where->equalTo('vacancy_id', $vacancy_id);
-
 
123
        $select->where->equalTo('status', RecruitmentSelectionInterview::STATUS_ACCEPTED);
-
 
124
        $select->order('first_name');
-
 
125
        
-
 
126
        return $this->executeFetchAllObject($select, $prototype);
109
    }
127
    }
110
 
128
 
111
     /**
129
     /**
112
     *
130
     *
113
     * @param int $company_id
131
     * @param int $company_id