com.ibm.commerce.marketingcenter.events.dbobjects

Class EventComponent

  • java.lang.Object
    • com.ibm.commerce.marketingcenter.events.dbobjects.EventComponent
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      EventComponent()
      Constructor for EventComponent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean isComponentEnabled(org.w3c.dom.Element node)
      Checks whether the given component has been enabled or not.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EventComponent

        public EventComponent()
        Constructor for EventComponent.
    • Method Detail

      • isComponentEnabled

        public boolean isComponentEnabled(org.w3c.dom.Element node)
        Checks whether the given component has been enabled or not.
        Parameters:
        node - The element object that defines the component setting.
        Returns:
        boolean true if the component is enabled; false otherwise.