requete->getParametreFormulaire("codeProduit"); $codeBaseTarification = $this->requete->getParametreFormulaire("codeBaseTarification"); $prime_colleges = $this->college_temp->changercategorieprimecollege_temp($codeProduit, $codeGcAssureur); $forfaitTaux = $this->college_temp->getTauxForfait(); $plafondFamille = $this->college_temp->getPlafondFamille($codeProduit,$codeGcAssureur); $plafondIndividu = $this->college_temp->getPlafondIndividu($codeProduit,$codeGcAssureur); $primesTrancheAge = $this->college_temp->getPrimeTrancheAge($codeProduit,$codeGcAssureur); $primesTotalTrancheAge = $this->college_temp->getPrimeTotalTrancheAge($codeProduit,$codeGcAssureur); $codeModecalculPrime = $this->college_temp->getModecalculprimeproduit($codeProduit,$codeGcAssureur); $this->genererVueAjax(array('prime_colleges' => $prime_colleges, 'forfaitTaux' => $forfaitTaux, 'plafondFamille' => $plafondFamille, 'plafondIndividu' => $plafondIndividu, 'primesTrancheAge' => $primesTrancheAge, 'codeModecalculPrime' => $codeModecalculPrime, 'codeBaseTarification' => $codeBaseTarification, 'primesTotalTrancheAge' => $primesTotalTrancheAge, 'ouinonautoriser' => $this->ouinonautoriser )); ?>