| 
 | |||||||||
| 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.projects.b2cstore.SearchMessage
public class SearchMessage
Message sent in response to a catalog search within the bikestore. It contains the search string as a property, called searchString.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| SearchMessage()Constructs a User Search message. | |
| Method Summary | |
|---|---|
|  java.lang.String | getSearchString()Get property searchString. | 
|  void | setSearchString(java.lang.String pSearchString)Set property searchString, containing the user-entered string used to search on the bikestore product catalog. | 
|  java.lang.String | toString()Returns the String representation of the SearchMessage. | 
| Methods inherited from class atg.userprofiling.dms.DPSMessage | 
|---|
| getParentSessionId, getProfileId, getScenarioPathInfo, getSessionId, getSiteId, setParentSessionId, setProfileId, setScenarioPathInfo, setSessionId, setSiteId, setSiteIdFromSiteContextManager, toStringProperties | 
| Methods inherited from class atg.nucleus.dms.DASMessage | 
|---|
| limitSize | 
| 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 SearchMessage()
| Method Detail | 
|---|
public void setSearchString(java.lang.String pSearchString)
public java.lang.String getSearchString()
public java.lang.String toString()
toString in class DASMessage| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||