|
|||||||||
| 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.SelectConfig
public class SelectConfig
If refineDebug is true, and $map is passed as the refineConfig, this element shows what configurations were considered and the one that was selected
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
SelectConfig()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObject)
|
protected static SelectConfig |
fromXmlParser(atg.search.routing.utils.SearchMessageNode xml)
|
protected void |
getAttributeXML(java.lang.StringBuilder sb)
|
protected void |
getBodyXML(java.lang.StringBuilder sb)
|
java.util.List<SelectConfigMapping> |
getMappings()
Returns the list of mappings |
java.lang.String |
getProperty()
Returns the name of the meta-data property whose values are used for mapping to the refinement configurations |
java.lang.String |
getRequestTag()
|
int |
getTotal()
Returns the total number of candidate items considered for refinements |
void |
setMappings(java.util.List<SelectConfigMapping> pMappings)
Sets the list of mappings |
void |
setProperty(java.lang.String pProperty)
Sets the name of the meta-data property whose values are used for mapping to the refinement configurations |
void |
setTotal(int pTotal)
Sets the total number of candidate items considered for refinements |
| 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, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public SelectConfig()
| Method Detail |
|---|
public boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic java.util.List<SelectConfigMapping> getMappings()
public void setMappings(java.util.List<SelectConfigMapping> pMappings)
pMappings - the list of mappingspublic int getTotal()
public java.lang.String getProperty()
public void setTotal(int pTotal)
pTotal - Total number of candidate items considered for refinementspublic void setProperty(java.lang.String pProperty)
pProperty - The name of the meta-data property whose values are used for mapping to the refinement configurationsprotected static SelectConfig fromXmlParser(atg.search.routing.utils.SearchMessageNode xml)
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.SearchXMLObjectatg.search.routing.command.IncompleteCommandException
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 | ||||||||