Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 169 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 169 Rev 3639
Línea 78... Línea 78...
78
        return $this->executeFetchOneObject($select, $prototype);
78
        return $this->executeFetchOneObject($select, $prototype);
79
    }
79
    }
Línea 80... Línea 80...
80
    
80
    
81
    /**
81
    /**
-
 
82
     *
-
 
83
     * @param int $uuid
-
 
84
     * @param int $network_id
-
 
85
     * @return Job
-
 
86
     */
-
 
87
    public function fetchOneByUuidAndNetworkId($uuid, $network_id)
-
 
88
    {
-
 
89
        $select = $this->sql->select(self::_TABLE);
-
 
90
        $select->where->equalTo('uuid', $uuid);
-
 
91
        $select->where->equalTo('network_id', $network_id);
-
 
92
        
-
 
93
        $prototype = new Job();
-
 
94
        return $this->executeFetchOneObject($select, $prototype);
-
 
95
    }
-
 
96
    
-
 
97
    /**
82
     *
98
     *
83
     * @param Job $job
99
     * @param Job $job
84
     * @return boolean
100
     * @return boolean
85
     */
101
     */
86
    public function insert($job)
102
    public function insert($job)