Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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