Subversion Repositories eFlore/Applications.del

Rev

Rev 148 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 148 Rev 178
Line 37... Line 37...
37
		chargerObservationsEflore();
37
		chargerObservationsEflore();
38
		gererEvenements();
38
		gererEvenements();
39
	}
39
	}
Line 40... Line 40...
40
 
40
 
41
	private void chargerValidationObservationPrincipale() {
41
	private void chargerValidationObservationPrincipale() {
42
		List<VoteProtocole> observationValidations = validationService.getValidationData(imagePrincipale.getIdImage());
42
		List<VoteProtocole> observationValidations = validationService.getVote(imagePrincipale.getIdImage());
43
		imagePrincipale.setVoteProtocoles(observationValidations);
43
		imagePrincipale.setVoteProtocoles(observationValidations);
Line 44... Line 44...
44
	}
44
	}
45
 
45