public class ResultListControls
extends atg.search.routing.command.SearchXMLObject
implements java.io.Serializable
ResultCollection.
Contains a map of controls, and a list of types.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
ResultListControls() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object pObject) |
protected static ResultListControls |
fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml) |
protected void |
getBodyXML(java.lang.StringBuilder sb) |
java.lang.String |
getRequestTag() |
java.util.Map<java.lang.String,Control> |
getResultListControls()
Returns the map of result list controls, where control.name is mapped to the control.
|
java.util.List<Control> |
getResultListTypes()
List of result list types
|
int |
hashCode() |
void |
setResultListControls(java.util.Map<java.lang.String,Control> pResultListControls)
Sets the map of result list controls, where control.name is mapped to the control.
|
void |
setResultListTypes(java.util.List<Control> pResultListTypes)
Sets List of result list types
|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getAttributeXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXMLpublic boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.Map<java.lang.String,Control> getResultListControls()
public void setResultListControls(java.util.Map<java.lang.String,Control> pResultListControls)
pResultListControls - the map of result list controls, where control.name is mapped to the control.public java.util.List<Control> getResultListTypes()
public void setResultListTypes(java.util.List<Control> pResultListTypes)
pResultListTypes - List of result list typesprotected static ResultListControls fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
public java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObjectprotected void getBodyXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandException