|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.dms.DASMessage
atg.userprofiling.dms.DPSMessage
public class DPSMessage
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
DPSMessage()
Constructs a DPS message with no profileId. |
|
DPSMessage(java.lang.String pProfileId)
Constructs a DPS message. |
|
DPSMessage(java.lang.String pProfileId,
java.lang.String pSessionId)
Constructs an instance of DPSMessage |
|
DPSMessage(java.lang.String pProfileId,
java.lang.String pSessionId,
java.lang.String pParentSessionId)
Constructs an instance of DPSMessage |
|
DPSMessage(java.lang.String pProfileId,
java.lang.String pSessionId,
java.lang.String pParentSessionId,
java.lang.String pScenarioPathInfo)
Constructs an instance of DPSMessage |
|
| Method Summary | |
|---|---|
java.lang.String |
getParentSessionId()
Get property ParentSessionId |
java.lang.String |
getProfileId()
|
java.lang.String |
getScenarioPathInfo()
Get property ScenarioPathInfo |
java.lang.String |
getSessionId()
Gets the SessionId property |
java.lang.String |
getSiteId()
Set the site id. |
void |
setParentSessionId(java.lang.String pParentSessionId)
Set property ParentSessionId |
void |
setProfileId(java.lang.String pProfileId)
|
void |
setScenarioPathInfo(java.lang.String pScenarioPathInfo)
Set property ScenarioPathInfo |
void |
setSessionId(java.lang.String pSessionId)
Sets the SessionId property |
void |
setSiteId(java.lang.String pSiteId)
With the provided String, set the siteId on this message. |
protected void |
setSiteIdFromSiteContextManager()
Set the Site Id using the utility method on the SiteContextManager. |
protected java.lang.String |
toStringProperties()
Returns the String representation of all the public properties of this message. |
| Methods inherited from class atg.nucleus.dms.DASMessage |
|---|
limitSize, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public DPSMessage(java.lang.String pProfileId)
public DPSMessage(java.lang.String pProfileId,
java.lang.String pSessionId)
pProfileId - the id of the profile that caused the eventpSessionId - the id of the session that caused the event
public DPSMessage(java.lang.String pProfileId,
java.lang.String pSessionId,
java.lang.String pParentSessionId)
pProfileId - the id of the profile that caused the eventpSessionId - the id of the session that caused the eventpParentSessionId - the id of the parent session, if any
public DPSMessage(java.lang.String pProfileId,
java.lang.String pSessionId,
java.lang.String pParentSessionId,
java.lang.String pScenarioPathInfo)
pProfileId - the id of the profile that caused the eventpSessionId - the id of the session that caused the eventpParentSessionId - the id of the parent session, if anypublic DPSMessage()
| Method Detail |
|---|
public void setProfileId(java.lang.String pProfileId)
public java.lang.String getProfileId()
public void setSessionId(java.lang.String pSessionId)
public java.lang.String getSessionId()
public void setParentSessionId(java.lang.String pParentSessionId)
ParentSessionId
pParentSessionId - new value to setpublic java.lang.String getParentSessionId()
ParentSessionId
ParentSessionIdpublic void setScenarioPathInfo(java.lang.String pScenarioPathInfo)
ScenarioPathInfo
pScenarioPathInfo - new value to setpublic java.lang.String getScenarioPathInfo()
ScenarioPathInfo
ScenarioPathInfopublic void setSiteId(java.lang.String pSiteId)
pSiteId - the SiteId value to set.public java.lang.String getSiteId()
protected void setSiteIdFromSiteContextManager()
protected java.lang.String toStringProperties()
toStringProperties in class DASMessage
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||