Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 706 Rev 707
Línea 16... Línea 16...
16
{
16
{
17
    const _TABLE = 'tbl_recruitment_selection_candidates';
17
    const _TABLE = 'tbl_recruitment_selection_candidates';
Línea 18... Línea 18...
18
    
18
    
19
    /**
19
    /**
20
     *
20
     *
21
     * @var RecruitmentSelectionMapper
21
     * @var RecruitmentSelectionCandidateMapper
22
     */
22
     */
Línea 23... Línea 23...
23
    private static $_instance;
23
    private static $_instance;
24
    
24
    
Línea 94... Línea 94...
94
     /**
94
     /**
95
     *
95
     *
96
     * @param int $company_id
96
     * @param int $company_id
97
     * @param int $selection_id
97
     * @param int $selection_id
98
     * @param int $user_id
98
     * @param int $user_id
99
     * @return RecruitmentSelectionVacancy
99
     * @return RecruitmentSelectionCandidate
100
     */
100
     */
101
    public function fetchAllByCompanyIdAndSelectionIdAndUserId($company_id, $selection_id, $user_id)
101
    public function fetchAllByCompanyIdAndSelectionIdAndUserId($company_id, $selection_id, $user_id)
102
    {
102
    {
103
        $prototype = new RecruitmentSelectionCandidate();
103
        $prototype = new RecruitmentSelectionCandidate();
Línea 112... Línea 112...
112
    }
112
    }
Línea 113... Línea 113...
113
    
113
    
114
    
114
    
115
    /**
115
    /**
116
     * 
116
     * 
117
     * @param RecruitmentRecruitmentSelectionCandidate $form
117
     * @param RecruitmentSelectionCandidate $form
118
     * @return boolean
118
     * @return boolean
119
     */
119
     */
120
    public function insert($form)
120
    public function insert($form)