Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 532 Rev 533
Línea 65... Línea 65...
65
        
65
        
66
        $prototype = new JobDescriptionSubordinate();
66
        $prototype = new JobDescriptionSubordinate();
67
        return $this->executeFetchOneObject($select, $prototype);
67
        return $this->executeFetchOneObject($select, $prototype);
Línea 68... Línea -...
68
    }
-
 
69
 
-
 
70
    /**
-
 
71
     *
-
 
72
     * @param int $id
-
 
73
     * @return JobDescriptionSubordinate
-
 
74
     */
-
 
75
    public function fetchByJobDescriptionId($id)
-
 
76
    {
-
 
77
        $select = $this->sql->select(self::_TABLE);
-
 
78
        $select->where->equalTo('job_description_id', $job_description_id);
-
 
79
        $select->limit(1);
-
 
80
        
-
 
81
        $prototype = new JobDescriptionSubordinate();
-
 
82
        return $this->executeFetchOneObject($select, $prototype);
68
    }
83
    }
-
 
84
 
69
 
85
    
70
   
86
    /**
71
    /**
87
     *
72
     *
88
     * @param int $job_description_id_top_level
73
     * @param int $job_description_id_top_level