atg.commerce.csr.scenario
Class InitializeProfile

java.lang.Object
  extended by atg.commerce.fulfillment.scenario.ScenarioEvent
      extended by atg.commerce.csr.scenario.InitializeProfile
All Implemented Interfaces:
java.io.Serializable

public class InitializeProfile
extends atg.commerce.fulfillment.scenario.ScenarioEvent

This event is sent whenever a customer profile is initialized in the CSR application.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class atg.commerce.fulfillment.scenario.ScenarioEvent
atg.commerce.fulfillment.scenario.ScenarioEvent.ProfileToolsSingleton
 
Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
InitializeProfile()
           
 
Method Summary
 java.lang.String getType()
          Gets the type property, i.e.
 
Methods inherited from class atg.commerce.fulfillment.scenario.ScenarioEvent
appendBaseToString, getId, getParentSessionId, getProfile, getProfileId, getProfileTools, getSessionId, getSiteId, lookUpProfile, setId, setParentSessionId, setProfile, setProfileId, setSessionId, setSiteId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

InitializeProfile

public InitializeProfile()
Method Detail

getType

public java.lang.String getType()
Gets the type property, i.e. the DMS message type (NOT the java type of the bean!)

Overrides:
getType in class atg.commerce.fulfillment.scenario.ScenarioEvent