Subversion Repositories eFlore/Applications.coel

Rev

Rev 1383 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1383 Rev 1426
Line 26... Line 26...
26
	
26
	
27
	public ProxyCollections(Sequenceur sequenceur) {
27
	public ProxyCollections(Sequenceur sequenceur) {
28
		super(sequenceur);
28
		super(sequenceur);
Line 29... Line -...
29
	}
-
 
30
	
29
	}
31
	@Override
30
	
32
	  public void load(TransformateurJSONaModelData reader, Object loadConfig, AsyncCallback callback, String recherche) {
31
	  public void load(TransformateurJSONaModelData reader, Object loadConfig, AsyncCallback callback, String recherche) {
33
		  this.reader = reader;
32
		  this.reader = reader;
Line 34... Line 33...
34
		  this.callback = callback;
33
		  this.callback = callback;
Line 35... Line 34...
35
		  this.loadConfig = loadConfig;
34
		  this.loadConfig = loadConfig;
36
 
35
	
Line 37... Line -...
37
		  BasePagingLoadConfig lc = (BasePagingLoadConfig)loadConfig;
-
 
38
		  
36
		  BasePagingLoadConfig lc = (BasePagingLoadConfig)loadConfig;
39
		  mediateur.selectionnerCollection(this, recherche, lc.getOffset(), lc.getLimit(), sequenceur);
37
		  
40
	  }
38
		  mediateur.selectionnerCollection(this, recherche, lc.getOffset(), lc.getLimit(), sequenceur);
41
 
-
 
42
 
39
	  }
43
	@Override
40
	
44
	@SuppressWarnings("unchecked")
41
	@Override
45
	public void rafraichir(Object nouvellesDonnees) {
42
	@SuppressWarnings("unchecked")