Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 993 Rev 1893
Línea 45... Línea 45...
45
    }
45
    }
Línea 46... Línea 46...
46
    
46
    
47
    /**
47
    /**
48
     * 
48
     * 
49
     * @param int $id
49
     * @param int $id
50
     * @return RecruitmentSelectionVacancy()
50
     * @return RecruitmentSelectionVacancy
51
     */
51
     */
52
    public function fetchOne($id)
52
    public function fetchOne($id)
53
    {
53
    {
Línea 61... Línea 61...
61
    
61
    
62
    
62
    
63
    /**
63
    /**
64
     *
64
     *
65
     * @param int $uuid
65
     * @param int $uuid
66
     * @return RecruitmentSelectionVacancy()
66
     * @return RecruitmentSelectionVacancy
67
     */
67
     */
68
    public function fetchOneByUuid($uuid)
68
    public function fetchOneByUuid($uuid)
69
    {
69
    {
Línea 76... Línea 76...
76
   
76
   
77
    
77
    
78
    /**
78
    /**
79
     *
79
     *
80
     * @param int $company_id
80
     * @param int $company_id
81
     * @return RecruitmentSelectionVacancy()
81
     * @return RecruitmentSelectionVacancy
82
     */
82
     */
83
    public function fetchAllByCompanyId($company_id)
83
    public function fetchAllByCompanyId($company_id)
Línea 92... Línea 92...
92
    }
92
    }
Línea 93... Línea 93...
93
 
93
 
94
     /**
94
     /**
95
     *
95
     *
96
     * @param int $company_id
96
     * @param int $company_id
97
     * @return RecruitmentSelectionVacancy()
97
     * @return RecruitmentSelectionVacancy
98
     */
98
     */
99
    public function fetchOneByCompanyId($company_id)
99
    public function fetchOneByCompanyId($company_id)
100
    {
100
    {
Línea 108... Línea 108...
108
    }
108
    }
Línea 109... Línea 109...
109
    
109
    
110
    
110
    
111
    /**
111
    /**
112
     * 
112
     * 
113
     * @param RecruitmentSelectionVacancy() $form
113
     * @param RecruitmentSelectionVacancy $form
114
     * @return boolean
114
     * @return boolean
115
     */
115
     */
116
    public function insert($form)
116
    public function insert($form)
Línea 129... Línea 129...
129
        return $result;
129
        return $result;
130
    }
130
    }
Línea 131... Línea 131...
131
    
131
    
132
    /**
132
    /**
133
     *
133
     *
134
     * @param RecruitmentSelectionVacancy() $form
134
     * @param RecruitmentSelectionVacancy $form
135
     * @return boolean
135
     * @return boolean
136
     */
136
     */
137
    public function update($form)
137
    public function update($form)
138
    {
138
    {