| 
 | |||||||||
| 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
atg.userprofiling.dms.ClickThroughMessage
public class ClickThroughMessage
This is a JMS Message that holds information about the context in which a link was clicked. It contains the following properties:
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Fields inherited from class atg.userprofiling.dms.DPSMessage | 
|---|
| SITE_GROUP_STORAGE_ADAPTER_PATH | 
| Constructor Summary | |
|---|---|
| ClickThroughMessage()Creates a new blank ClickThroughMessage | |
| ClickThroughMessage(java.lang.String pProfileId) | |
| ClickThroughMessage(java.lang.String pSourcePath,
                    java.lang.String pDestinationPath,
                    java.lang.String pSourceScenarioPathInfo,
                    java.lang.String pDestinationScenarioPathInfo,
                    java.lang.String[] pSourceNames,
                    java.lang.String pProfileId) | |
| Method Summary | |
|---|---|
|  java.lang.String | getDestinationPath() | 
|  java.lang.String | getDestinationScenarioPathInfo()Get property DestinationScenarioPathInfo | 
|  java.lang.String | getReportingSourceNames()Returns a comma-separated string of each of the source names set for this message. | 
|  java.lang.String[] | getSourceNames() | 
|  java.lang.String | getSourcePath() | 
|  java.lang.String | getSourceScenarioPathInfo()Get property SourceScenarioPathInfo | 
|  void | setDestinationPath(java.lang.String pDestinationPath)Sets the destinationPath for this Message. | 
|  void | setDestinationScenarioPathInfo(java.lang.String pDestinationScenarioPathInfo)Set property DestinationScenarioPathInfo | 
|  void | setSourceNames(java.lang.String[] pSourceNames)Sets the sourceNames for this Message | 
|  void | setSourcePath(java.lang.String pSourcePath)This sets the sourcePath for this Message. | 
|  void | setSourceScenarioPathInfo(java.lang.String pSourceScenarioPathInfo)Set property SourceScenarioPathInfo | 
| protected  java.lang.String | toStringProperties()Returns the String representation of all the public properties of this message. | 
| Methods inherited from class atg.userprofiling.dms.DPSMessage | 
|---|
| getParentSessionId, getProfileId, getRealmId, getScenarioPathInfo, getSessionId, getSiteGroupIds, getSiteId, setParentSessionId, setProfileId, setRealmId, setScenarioPathInfo, setSessionId, setSiteId, setSiteIdFromSiteContextManager | 
| 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 ClickThroughMessage()
public ClickThroughMessage(java.lang.String pProfileId)
public ClickThroughMessage(java.lang.String pSourcePath,
                           java.lang.String pDestinationPath,
                           java.lang.String pSourceScenarioPathInfo,
                           java.lang.String pDestinationScenarioPathInfo,
                           java.lang.String[] pSourceNames,
                           java.lang.String pProfileId)
| Method Detail | 
|---|
public void setSourcePath(java.lang.String pSourcePath)
pSourcePath - - the path info of the referring pagepublic java.lang.String getSourcePath()
public void setDestinationPath(java.lang.String pDestinationPath)
pDestinationPath - - the path info of the clicked linkpublic java.lang.String getDestinationPath()
public void setSourceNames(java.lang.String[] pSourceNames)
pSourceName - - the user-defined logical names
 for this clicked linkpublic java.lang.String[] getSourceNames()
public java.lang.String getReportingSourceNames()
public void setSourceScenarioPathInfo(java.lang.String pSourceScenarioPathInfo)
SourceScenarioPathInfo
pSourceScenarioPathInfo - new value to setpublic java.lang.String getSourceScenarioPathInfo()
SourceScenarioPathInfo
SourceScenarioPathInfopublic void setDestinationScenarioPathInfo(java.lang.String pDestinationScenarioPathInfo)
DestinationScenarioPathInfo
pDestinationScenarioPathInfo - new value to setpublic java.lang.String getDestinationScenarioPathInfo()
DestinationScenarioPathInfo
DestinationScenarioPathInfoprotected java.lang.String toStringProperties()
toStringProperties in class DPSMessage| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||