atg.search.routing.command.search
Class QueryAction

java.lang.Object
  extended by atg.search.routing.command.SearchXMLObject
      extended by atg.search.routing.command.search.QueryAction
All Implemented Interfaces:
java.io.Serializable

public class QueryAction
extends atg.search.routing.command.SearchXMLObject
implements java.io.Serializable

list of query action items

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
QueryAction()
           
 
Method Summary
 boolean equals(java.lang.Object pObject)
           
protected static QueryAction fromXmlParser(atg.search.routing.utils.SearchMessageNode pRoot)
           
 java.util.List<QueryActionItem> getActions()
          Returns the list of QueryActionItem
protected  void getBodyXML(java.lang.StringBuilder sb)
          Override to provide the body of the xml.
 java.lang.String getRequestTag()
          Gets the xml element tag used in the request
 int hashCode()
           
 void setActions(java.util.List<QueryActionItem> pActions)
          Sets the list of QueryActionItem
 
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, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

QueryAction

public QueryAction()
Method Detail

equals

public boolean equals(java.lang.Object pObject)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getActions

public java.util.List<QueryActionItem> getActions()
Returns the list of QueryActionItem

Returns:
list of QueryActionItem

setActions

public void setActions(java.util.List<QueryActionItem> pActions)
Sets the list of QueryActionItem

Parameters:
pActions - list of QueryActionItem

fromXmlParser

protected static QueryAction fromXmlParser(atg.search.routing.utils.SearchMessageNode pRoot)

getRequestTag

public java.lang.String getRequestTag()
Gets the xml element tag used in the request

Specified by:
getRequestTag in class atg.search.routing.command.SearchXMLObject
Returns:
xml element tag

getBodyXML

protected void getBodyXML(java.lang.StringBuilder sb)
                   throws atg.search.routing.command.IncompleteCommandException
Override to provide the body of the xml. Do not include the main element tag.

Overrides:
getBodyXML in class atg.search.routing.command.SearchXMLObject
Parameters:
sb - shared buffer
Throws:
atg.search.routing.command.IncompleteCommandException