| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.fulfillment.scenario.ScenarioEvent
public abstract class ScenarioEvent
ScenarioEvent.java Created: Thu Mar 02 11:07:18 2000
| Nested Class Summary | |
|---|---|
| protected static class | ScenarioEvent.ProfileToolsSingletonStatic inner class useful to retrieve ProfileToolscomponent from the global nucleus only once. | 
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| ScenarioEvent()Initializes the profileId,profile,sessionIdandparentSessionIdproperties 
 of this message when this message is fired in context of HTTP request. | |
| Method Summary | |
|---|---|
| protected  java.lang.String | appendBaseToString(java.lang.StringBuffer pBuf)Returns readable string appending the contents of this Message with the parameter pBufpassed. | 
|  java.lang.String | getId()The id of this message | 
|  java.lang.String | getParentSessionId()Returns the parent session id. | 
|  RepositoryItem | getProfile()The profile of the user owning the objects referred to by this event. | 
|  java.lang.String | getProfileId()Returns the profile id of the user associated with the request when this message is sent in the context of an HTTP request. | 
|  ProfileTools | getProfileTools()Returns ProfileTools to retrieve the profile item. | 
|  java.lang.String | getSessionId()Returns the current session id associated with the request when this message is sent in the context of an HTTP request. | 
|  java.lang.String | getSiteId()Returns the site id associated with the event | 
|  java.lang.String | getType()Returns the JMS type of this event. | 
|  RepositoryItem | lookUpProfile()Retrieves the profile corresponding to the profileIdof this message. | 
|  void | setId(java.lang.String pId) | 
|  void | setParentSessionId(java.lang.String pParentSessionId)Sets the parent session id. | 
|  void | setProfile(RepositoryItem pProfile)Sets the profile property. | 
|  void | setProfileId(java.lang.String pProfileId)Sets the profile id. | 
|  void | setSessionId(java.lang.String pSessionId)Sets the session id | 
|  void | setSiteId(java.lang.String pSiteId)The site id associated with the event | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public ScenarioEvent()
profileId, profile, 
 sessionId and parentSessionId properties 
 of this message when this message is fired in context of HTTP request.
| Method Detail | 
|---|
public java.lang.String getType()
public void setId(java.lang.String pId)
public java.lang.String getId()
public void setProfile(RepositoryItem pProfile)
profileId
 property based on the pProfile passed.
public RepositoryItem getProfile()
profileId is looked up from ProfileAdapterRepository
 using the lookUpProfile().
public java.lang.String getParentSessionId()
public void setParentSessionId(java.lang.String pParentSessionId)
public java.lang.String getSessionId()
public void setSessionId(java.lang.String pSessionId)
public java.lang.String getProfileId()
public void setProfileId(java.lang.String pProfileId)
profile property
 to null.
public void setSiteId(java.lang.String pSiteId)
pSite - site id to setpublic java.lang.String getSiteId()
public RepositoryItem lookUpProfile()
profileId
 of this message. If profileId is null or any error
 happens while retrieving the profile null is returned.
public ProfileTools getProfileTools()
ProfileToolsSingleton.sProfileTools  to get the 
 ProfileTools
protected java.lang.String appendBaseToString(java.lang.StringBuffer pBuf)
pBuf passed. This may be used by sub-classes
 of this class to append the contents of this base class to the sub-class's
 String form.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||