Class FeatureInfosImpl

  • All Implemented Interfaces:
    FeatureInfos

    public class FeatureInfosImpl
    extends java.lang.Object
    implements FeatureInfos
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyChanges​(java.lang.String sessionID)
      apply changes to I-Server
      void collectData​(java.lang.String sessionID)
      get feature infos data from I-Server or cache.
      FeatureInfo getFeatureInfoByID​(java.lang.String id)
      get the feature info by pulldown control's id.
      java.util.ArrayList<FeatureInfo> getFeatureInfos()
      get the list of feature infos.
      boolean hasData()
      whether we have the feature info data.
      void loadDefaultStatus()
      load default status as feature info status.
      void setHasData​(boolean _hasData)
      set whether we have the feature info data.
      • Methods inherited from class java.lang.Object

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