Subversion Repositories eFlore/Applications.coel

Rev

Rev 1383 | Show entire file | Ignore 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;
34
		  this.callback = callback;
33
		  this.callback = callback;
35
		  this.loadConfig = loadConfig;
34
		  this.loadConfig = loadConfig;
Line 36... Line 35...
36
 
35
	
37
		  BasePagingLoadConfig lc = (BasePagingLoadConfig)loadConfig;
36
		  BasePagingLoadConfig lc = (BasePagingLoadConfig)loadConfig;
38
		  
-
 
39
		  mediateur.selectionnerCollection(this, recherche, lc.getOffset(), lc.getLimit(), sequenceur);
37
		  
40
	  }
38
		  mediateur.selectionnerCollection(this, recherche, lc.getOffset(), lc.getLimit(), sequenceur);
41
 
39
	  }
42
 
40
	
43
	@Override
-
 
44
	@SuppressWarnings("unchecked")
41
	@Override
45
	public void rafraichir(Object nouvellesDonnees) {
42
	@SuppressWarnings("unchecked")
46
		
43
	public void rafraichir(Object nouvellesDonnees) {
47
		try
44
		try