|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.search.routing.command.SearchXMLObject
atg.search.routing.command.search.ResultListControls
public class ResultListControls
Result list controls component of ResultCollection.
Contains a map of controls, and a list of types.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
ResultListControls()
|
|
| Method Summary | |
|---|---|
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 |
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 |
| Methods inherited from class atg.search.routing.command.SearchXMLObject |
|---|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getAttributeXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public ResultListControls()
| Method Detail |
|---|
public boolean equals(java.lang.Object pObject)
equals 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.SearchXMLObject
protected void getBodyXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||