Revision 45739 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/EditingManager.java

View differences:

EditingManager.java
4 4
import java.util.Iterator;
5 5
import java.util.List;
6 6
import org.gvsig.fmap.dal.exception.DataException;
7
import org.gvsig.fmap.dal.feature.EditableFeature;
7 8
import org.gvsig.fmap.dal.feature.Feature;
8 9
import org.gvsig.fmap.dal.feature.FeatureReference;
9 10
import org.gvsig.fmap.dal.feature.FeatureStore;
......
36 37

  
37 38
//    public void delete(FeatureReference featureReference);
38 39
    
39
    public void add(Feature newFeature);
40
    public void add(EditableFeature newFeature);
40 41
    
41
    public int update(Feature newFeature, Feature oldFeature);
42
    public int update(EditableFeature newFeature, Feature oldFeature);
42 43
        
43 44
    public int update(FeatureType type, FeatureType oldType);
44 45
    

Also available in: Unified diff