Package org.gvsig.fmap.dal.impl
Class DefaultEditingNotificationManager.DefaultEditingNotification
java.lang.Object
org.gvsig.tools.observer.BaseNotification
org.gvsig.fmap.dal.impl.DefaultEditingNotificationManager.DefaultEditingNotification
- All Implemented Interfaces:
org.gvsig.fmap.dal.EditingNotification,org.gvsig.tools.observer.Notification
- Enclosing class:
DefaultEditingNotificationManager
public class DefaultEditingNotificationManager.DefaultEditingNotification
extends org.gvsig.tools.observer.BaseNotification
implements org.gvsig.fmap.dal.EditingNotification
-
Field Summary
Fields inherited from class org.gvsig.tools.observer.BaseNotification
canceled, valuesFields inherited from interface org.gvsig.fmap.dal.EditingNotification
AFTER_ENTER_EDITING_STORE, AFTER_EXIT_EDITING_STORE, AFTER_INSERT_FEATURE, AFTER_REMOVE_FEATURE, AFTER_UPDATE_FEATURE, AFTER_UPDATE_FEATURE_TYPE, BEFORE_ENTER_EDITING_STORE, BEFORE_EXIT_EDITING_STORE, BEFORE_INSERT_FEATURE, BEFORE_REMOVE_FEATURE, BEFORE_UPDATE_FEATURE, BEFORE_UPDATE_FEATURE_TYPE -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.fmap.dal.feature.Featureorg.gvsig.fmap.dal.feature.FeatureStoreorg.gvsig.fmap.dal.feature.EditableFeatureTypeorg.gvsig.fmap.dal.DataStoregetStore()booleanvoidsetSkipFeatureValidation(boolean skipTheFeatureValidation) booleanMethods inherited from class org.gvsig.tools.observer.BaseNotification
abort, abort, cancel, getAbortCause, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.tools.observer.Notification
abort, abort, cancel, getAbortCause, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue
-
Method Details
-
getSource
- Specified by:
getSourcein interfaceorg.gvsig.fmap.dal.EditingNotification
-
getDocument
- Specified by:
getDocumentin interfaceorg.gvsig.fmap.dal.EditingNotification
-
getAuxData
- Specified by:
getAuxDatain interfaceorg.gvsig.fmap.dal.EditingNotification
-
getStore
public org.gvsig.fmap.dal.DataStore getStore()- Specified by:
getStorein interfaceorg.gvsig.fmap.dal.EditingNotification
-
getFeatureStore
public org.gvsig.fmap.dal.feature.FeatureStore getFeatureStore()- Specified by:
getFeatureStorein interfaceorg.gvsig.fmap.dal.EditingNotification
-
getFeature
public org.gvsig.fmap.dal.feature.Feature getFeature()- Specified by:
getFeaturein interfaceorg.gvsig.fmap.dal.EditingNotification
-
getFeatureType
public org.gvsig.fmap.dal.feature.EditableFeatureType getFeatureType()- Specified by:
getFeatureTypein interfaceorg.gvsig.fmap.dal.EditingNotification
-
isCancelable
public boolean isCancelable()- Specified by:
isCancelablein interfaceorg.gvsig.fmap.dal.EditingNotification
-
setSkipFeatureValidation
public void setSkipFeatureValidation(boolean skipTheFeatureValidation) - Specified by:
setSkipFeatureValidationin interfaceorg.gvsig.fmap.dal.EditingNotification
-
shouldValidateTheFeature
public boolean shouldValidateTheFeature()- Specified by:
shouldValidateTheFeaturein interfaceorg.gvsig.fmap.dal.EditingNotification
-