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, values

    Fields 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 Type
    Method
    Description
     
     
    org.gvsig.fmap.dal.feature.Feature
     
    org.gvsig.fmap.dal.feature.FeatureStore
     
    org.gvsig.fmap.dal.feature.EditableFeatureType
     
     
    org.gvsig.fmap.dal.DataStore
     
    boolean
     
    void
    setSkipFeatureValidation(boolean skipTheFeatureValidation)
     
    boolean
     

    Methods inherited from class org.gvsig.tools.observer.BaseNotification

    abort, abort, cancel, getAbortCause, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.gvsig.tools.observer.Notification

    abort, abort, cancel, getAbortCause, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue
  • Method Details

    • getSource

      public Object getSource()
      Specified by:
      getSource in interface org.gvsig.fmap.dal.EditingNotification
    • getDocument

      public Object getDocument()
      Specified by:
      getDocument in interface org.gvsig.fmap.dal.EditingNotification
    • getAuxData

      public Object getAuxData()
      Specified by:
      getAuxData in interface org.gvsig.fmap.dal.EditingNotification
    • getStore

      public org.gvsig.fmap.dal.DataStore getStore()
      Specified by:
      getStore in interface org.gvsig.fmap.dal.EditingNotification
    • getFeatureStore

      public org.gvsig.fmap.dal.feature.FeatureStore getFeatureStore()
      Specified by:
      getFeatureStore in interface org.gvsig.fmap.dal.EditingNotification
    • getFeature

      public org.gvsig.fmap.dal.feature.Feature getFeature()
      Specified by:
      getFeature in interface org.gvsig.fmap.dal.EditingNotification
    • getFeatureType

      public org.gvsig.fmap.dal.feature.EditableFeatureType getFeatureType()
      Specified by:
      getFeatureType in interface org.gvsig.fmap.dal.EditingNotification
    • isCancelable

      public boolean isCancelable()
      Specified by:
      isCancelable in interface org.gvsig.fmap.dal.EditingNotification
    • setSkipFeatureValidation

      public void setSkipFeatureValidation(boolean skipTheFeatureValidation)
      Specified by:
      setSkipFeatureValidation in interface org.gvsig.fmap.dal.EditingNotification
    • shouldValidateTheFeature

      public boolean shouldValidateTheFeature()
      Specified by:
      shouldValidateTheFeature in interface org.gvsig.fmap.dal.EditingNotification