Project

General

Profile

« Previous | Next » 

Revision bb1997d0

Added by Cherian Mathew almost 9 years ago

#5054 Integrate remoting session in Term Editor

This commit also fixes a loading bug in the CdmServiceCacher, adds a test for creating term vocabulary and adapts to the change in the save call (#5056)

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/session/ICdmEntitySession.java
24 24

  
25 25
	public <T extends CdmBase> EntityCacherDebugResult debug(T cdmBase);
26 26

  
27
	public <T extends CdmBase> EntityCacherDebugResult debug(List<T> cdmBase);
27
	public <T extends CdmBase> EntityCacherDebugResult debug(Collection<T> cdmBase);
28 28

  
29 29
	public <T extends CdmBase> EntityCacherDebugResult debug();
30 30

  
......
32 32

  
33 33
	public  void setEntitiesAsLatest();
34 34

  
35
	public <T extends CdmBase> List<T> getRootEntities();
35
	public <T extends CdmBase> Collection<T> getRootEntities();
36 36

  
37 37
	public  void dispose();
38 38

  

Also available in: Unified diff