Subversion Repositories eFlore/Applications.del

Rev

Rev 171 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 171 Rev 187
Line 23... Line 23...
23
		chargerDetermination();
23
		chargerDetermination();
24
	}
24
	}
Line 25... Line 25...
25
 
25
 
26
	private void chargerDetermination() {		
26
	private void chargerDetermination() {		
27
		calculerEtAfficherVoteDetermination();
27
		calculerEtAfficherVoteDetermination();
28
		ligneforumVue.chargerDetermination(determination,barreRepartitionVotePresenteur.getBarreRepartitionVoteVueHTML());	
28
		ligneforumVue.chargerDetermination(determination,barreRepartitionVotePresenteur.getBarreRepartitionVoteVue());	
Line 29... Line 29...
29
	}
29
	}
Line 30... Line 30...
30
	
30
	
31
	private void calculerEtAfficherVoteDetermination() {
31
	private void calculerEtAfficherVoteDetermination() {
32
		
32
		
33
		MoyenneVote votes = CalculVoteDeterminationService.calculerVoteDetermination(determination);
33
		MoyenneVote votes = CalculVoteDeterminationService.calculerVoteDetermination(determination);