Project

General

Profile

« Previous | Next » 

Revision b13da0b9

Added by Cherian Mathew almost 9 years ago

#5007 : Add remoting handler / operations for the taxon navigator

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/session/ICdmEntitySessionManager.java
1 1
package eu.etaxonomy.taxeditor.session;
2 2

  
3 3
import java.util.Collection;
4
import java.util.Set;
5 4

  
6 5
import eu.etaxonomy.cdm.model.common.CdmBase;
7 6

  
......
45 44
     */
46 45
    public void disposeAll();
47 46

  
48
    /**
49
     * @param cdmBase
50
     * @param affectedObjects
51
     */
52
    public <T extends CdmBase> void update(T cdmBase, Set<CdmBase> affectedObjects);
53 47

  
54 48
    /**
55 49
     *

Also available in: Unified diff