Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1513 Rev 1624
Line 32... Line 32...
32
		
32
		
33
		this.collectionId = collectionId;
33
		this.collectionId = collectionId;
Line 34... Line 34...
34
	}
34
	}
35
	
35
	
36
	@Override
36
	@Override
37
	  public void load(TransformateurJSONaModelData reader, Object loadConfig, AsyncCallback callback, String recherche) {
37
	public void load(TransformateurJSONaModelData reader, Object loadConfig, AsyncCallback callback, String recherche) {
38
			this.reader = reader;
38
		this.reader = reader;
39
			this.callback = callback;
39
		this.callback = callback;
40
			this.loadConfig = loadConfig;
40
		this.loadConfig = loadConfig;
41
 
41
		
42
			BasePagingLoadConfig lc = (BasePagingLoadConfig)loadConfig;
42
		BasePagingLoadConfig lc = (BasePagingLoadConfig)loadConfig;
-
 
43
		if (!UtilString.isEmpty(this.collectionId))	{
-
 
44
			mediateur.selectionnerCollectionACommentaire(this, this.collectionId, recherche, lc.getOffset(), lc.getLimit(), sequenceur);
43
		if (!UtilString.isEmpty(this.collectionId))	{
45
		} else {
44
			mediateur.selectionnerCollectionACommentaire(this, this.collectionId, recherche, lc.getOffset(), lc.getLimit(), sequenceur);
46
			  this.rafraichir(null);
Line 45... Line 47...
45
		  }
47
		}
46
	  }
48
	}
47
 
49
 
48
	@Override
50
	@Override