Subversion Repositories eFlore/Applications.del

Rev

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

Rev 979 Rev 1001
Line 92... Line 92...
92
	
92
	
93
	public boolean aDesCommentaires() {
93
	public boolean aDesCommentaires() {
94
		return (listeCommentaires.size() != 0);
94
		return (listeCommentaires.size() != 0);
Line -... Line 95...
-
 
95
	}
-
 
96
	
-
 
97
	public void supprimerIntervention(InterventionForum intervention) {
-
 
98
		if(listeCommentaires.contains(intervention)) {
-
 
99
			listeCommentaires.remove(intervention);
-
 
100
		} else {
-
 
101
			for (Iterator<Commentaire> iterator = listeCommentaires.iterator(); iterator.hasNext();) {
-
 
102
				iterator.next().supprimerIntervention(intervention);
-
 
103
			}
-
 
104
		}
95
	}
105
	}
96
	
106
	
97
	public PropositionDetermination getPropositionParenteOuNulle() {
107
	public PropositionDetermination getPropositionParenteOuNulle() {
98
		InterventionForum parent = getParent();
108
		InterventionForum parent = getParent();
99
		PropositionDetermination proposition = null;
109
		PropositionDetermination proposition = null;