Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1484 Rev 1486
Line 37... Line 37...
37
		  this.reader = reader;
37
		  this.reader = reader;
38
		  this.callback = callback;
38
		  this.callback = callback;
39
		  this.loadConfig = loadConfig;
39
		  this.loadConfig = loadConfig;
Line 40... Line 40...
40
 
40
 
41
		  BasePagingLoadConfig lc = (BasePagingLoadConfig)loadConfig;
-
 
42
		  Debug.log("appel depuis proxy");
41
		  BasePagingLoadConfig lc = (BasePagingLoadConfig)loadConfig;
43
		  mediateur.selectionnerCollectionACommentaire(this, this.collectionId, recherche, lc.getOffset(), lc.getLimit(), sequenceur);
42
		  mediateur.selectionnerCollectionACommentaire(this, this.collectionId, recherche, lc.getOffset(), lc.getLimit(), sequenceur);
Line 44... Line 43...
44
	  }
43
	  }
45
 
44