Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1661 Rev 3471
Línea 18... Línea 18...
18
{
18
{
19
    const _TABLE = 'tbl_recruitment_selection_candidate_interviews';
19
    const _TABLE = 'tbl_recruitment_selection_candidate_interviews';
Línea 20... Línea 20...
20
    
20
    
21
    /**
21
    /**
22
     *
22
     *
23
     * @var RecruitmentInterviewMapper
23
     * @var RecruitmentSelectionInterviewMapper
24
     */
24
     */
Línea 25... Línea 25...
25
    private static $_instance;
25
    private static $_instance;
26
    
26
    
Línea 126... Línea 126...
126
    }
126
    }
Línea 127... Línea 127...
127
 
127
 
128
     /**
128
     /**
129
     *
129
     *
130
     * @param int $company_id
130
     * @param int $company_id
131
     * @param int $topic_id
131
     * @param int $vacancy_id
132
     * @return RecruitmentSelectionVacancy[]
132
     * @return RecruitmentSelectionVacancy[]
133
     */
133
     */
134
    public function fetchAllByCompanyIdAndVacancyId($company_id, $vancacy_id)
134
    public function fetchAllByCompanyIdAndVacancyId($company_id, $vacancy_id)
135
    {
135
    {
Línea 136... Línea 136...
136
        $prototype = new RecruitmentSelectionVacancy();
136
        $prototype = new RecruitmentSelectionVacancy();
137
        
137
        
Línea 179... Línea 179...
179
        return $this->executeFetchAllObject($select, $prototype);
179
        return $this->executeFetchAllObject($select, $prototype);
180
    }
180
    }
Línea 181... Línea 181...
181
    
181
    
182
    /**
182
    /**
183
     * 
183
     * 
184
     * @param RecruitmentSelectionInterview $form
184
     * @param RecruitmentSelectionInterviewMapper $form
185
     * @return boolean
185
     * @return boolean
186
     */
186
     */
187
    public function insert($form)
187
    public function insert($form)
188
    {
188
    {
Línea 202... Línea 202...
202
        return $result;
202
        return $result;
203
    }
203
    }
Línea 204... Línea 204...
204
    
204
    
205
    /**
205
    /**
206
     *
206
     *
207
     * @param RecruitmentInterview $form
207
     * @param RecruitmentSelectionInterviewMapper $form
208
     * @return boolean
208
     * @return boolean
209
     */
209
     */
210
    public function update($form)
210
    public function update($form)
211
    {
211
    {