Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1567 Rev 1624
Line 26... Line 26...
26
		  this.loadConfig = loadConfig;
26
		  this.loadConfig = loadConfig;
Line 27... Line 27...
27
 
27
 
28
		  BasePagingLoadConfig lc = (BasePagingLoadConfig) loadConfig;		  
28
		  BasePagingLoadConfig lc = (BasePagingLoadConfig) loadConfig;		  
29
		  if (!UtilString.isEmpty(this.publicationId))	{
29
		  if (!UtilString.isEmpty(this.publicationId))	{
30
			  mediateur.selectionnerPersonnesAPublication(this, this.publicationId, recherche, lc.getOffset(), lc.getLimit(), sequenceur);
30
			  mediateur.selectionnerPersonnesAPublication(this, this.publicationId, recherche, lc.getOffset(), lc.getLimit(), sequenceur);
31
		  }	else	{
31
		  }	else {
32
			  this.rafraichir(null);
32
			  this.rafraichir(null);
33
		  }
33
		  }
Line 34... Line 34...
34
	  }
34
	  }