|
|||||||||
| 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.Grouping
public class Grouping
Result grouping activity
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
Grouping()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObject)
|
protected static Grouping |
fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
|
protected void |
getAttributeXML(java.lang.StringBuilder sb)
Override to provide attributes. |
protected void |
getBodyXML(java.lang.StringBuilder sb)
Override to provide the body of the xml. |
java.util.List<Group> |
getGroups()
Returns the List of result groups containing the item |
GroupingMode |
getMode()
Returns the grouping mode |
java.lang.String |
getName()
Returns the name of per-group configuration setting |
java.lang.String |
getRequestTag()
Gets the xml element tag used in the request |
int |
getSetting()
Returns the configuration value |
int |
hashCode()
|
void |
setGroups(java.util.List<Group> pGroups)
Sets the List of result groups containing the item |
void |
setMode(GroupingMode pMode)
Sets the grouping mode |
void |
setName(java.lang.String pName)
Sets the name of per-group configuration setting |
void |
setSetting(int pSetting)
Sets the configuration value |
| Methods inherited from class atg.search.routing.command.SearchXMLObject |
|---|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, 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 |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public Grouping()
| Method Detail |
|---|
public boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic GroupingMode getMode()
public void setMode(GroupingMode pMode)
pMode - public java.lang.String getName()
public void setName(java.lang.String pName)
pName - public int getSetting()
public void setSetting(int pSetting)
pSetting - public java.util.List<Group> getGroups()
public void setGroups(java.util.List<Group> pGroups)
pGroups - protected static Grouping fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
public java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObject
protected void getAttributeXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getAttributeXML in class atg.search.routing.command.SearchXMLObjectsb - shared buffer
atg.search.routing.command.IncompleteCommandException - if required values are missing
protected void getBodyXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class atg.search.routing.command.SearchXMLObjectsb - shared buffer
atg.search.routing.command.IncompleteCommandException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||