Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1127 Rev 1202
Línea 92... Línea 92...
92
        return $this->executeFetchAllObject($select, $prototype);
92
        return $this->executeFetchAllObject($select, $prototype);
93
    }
93
    }
Línea 94... Línea 94...
94
 
94
 
95
     /**
95
     /**
-
 
96
     *
-
 
97
     * @param int $candidate_id
-
 
98
     * @return RecruitmentSelectionInterview
-
 
99
     */
-
 
100
    public function fetchAllByCandidateId($candidate_id)
-
 
101
    {
-
 
102
        $prototype = new RecruitmentSelectionInterview();
-
 
103
        
-
 
104
        $select = $this->sql->select(self::_TABLE);
-
 
105
        $select->where->equalTo('candidate_id', $candidate_id);
-
 
106
        $select->order('first_name');
-
 
107
        
-
 
108
        return $this->executeFetchAllObject($select, $prototype);
-
 
109
    }
-
 
110
 
-
 
111
     /**
96
     *
112
     *
97
     * @param int $company_id
113
     * @param int $company_id
98
     * @return RecruitmentSelectionInterview
114
     * @return RecruitmentSelectionInterview
99
     */
115
     */
100
    public function fetchOneByCompanyId($company_id)
116
    public function fetchOneByCompanyId($company_id)