com.ibm.commerce.marketingcenter.events.dbobjects
Class EventComponent

java.lang.Object
  |
  +--com.ibm.commerce.marketingcenter.events.dbobjects.EventComponent
Direct Known Subclasses:
CpgnLogRecommendationEventListener, CpgnStatsRecommendationEventListener, OrdersMgpPersistEventListener, PAStatsInvocationEventListener, PCStatsInvocationEventListener, PEStatsInvocationEventListener, SAStatsInvocationEventListener

public class EventComponent
extends java.lang.Object

Base event object class for merchant events feature.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
protected static java.lang.String ENABLE_ATTRIBUTE_NAME
          Constant value to indicate that the component has been enabled.
protected static java.lang.String START_ELEMENT_NAME
          Constant value to indicate that the component is in start state.
 
Constructor Summary
EventComponent()
          Constructor for EventComponent.
 
Method Summary
 boolean isComponentEnabled(org.w3c.dom.Element node)
          Checks whether the given component has been enabled or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

START_ELEMENT_NAME

protected static final java.lang.String START_ELEMENT_NAME
Constant value to indicate that the component is in start state.
See Also:
Constant Field Values

ENABLE_ATTRIBUTE_NAME

protected static final java.lang.String ENABLE_ATTRIBUTE_NAME
Constant value to indicate that the component has been enabled.
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.