|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.beasys.commerce.ebusiness.catalog.tags.CatalogQueryTag
public class CatalogQueryTag
The tag handler of the catalogQuery. The catalogQuery tag allows arbitrary personalized content to be selected based on a catalog query.
| Field Summary | |
|---|---|
String |
catalogManagerName
The CatalogManagerName to use for querying. |
String |
expression
The expression for an expression search. |
String |
id
The identifier that holds the results of the CatalogQuery. |
String |
keywords
The keywords for a keyword query. |
int |
maxResults
The maximum number of results to return. |
int |
viewSize
View size in the ViewIterator. |
| Fields inherited from interface com.bea.p13n.advisor.AdviceConstants |
|---|
RESULTS |
| Fields inherited from interface com.beasys.commerce.ebusiness.catalog.rules.CatalogRuleConstants |
|---|
KEYWORD_QUERY, PRODUCT_ITEM_QUERY |
| Constructor Summary | |
|---|---|
CatalogQueryTag()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Processes the start tag. |
String |
getCatalogManagerName()
Get the value of catalogManagerName. |
String |
getExpression()
Get the value of expression. |
String |
getId()
Get the value of id. |
protected ViewIterator |
getItems()
Get a ViewIterator over catalog items. |
String |
getKeywords()
Get the value of keywords. |
int |
getMaxResults()
Get the value of maxResults. |
int |
getViewSize()
Get the value of viewSize. |
void |
release()
Clean up. |
void |
setCatalogManagerName(String v)
Set the value of catalogManagerName. |
void |
setExpression(String v)
Set the value of expression. |
void |
setId(String v)
Set the value of id. |
void |
setKeywords(String v)
Set the value of keywords. |
void |
setMaxResults(int v)
Set the value of maxResults. |
void |
setViewSize(int v)
Set the value of viewSize. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String catalogManagerName
public int maxResults
public int viewSize
public String keywords
public String expression
public String id
| Constructor Detail |
|---|
public CatalogQueryTag()
| Method Detail |
|---|
public String getCatalogManagerName()
public void setCatalogManagerName(String v)
v - Value to assign to catalogManagerName.public int getMaxResults()
public void setMaxResults(int v)
v - Value to assign to maxResults.public int getViewSize()
public void setViewSize(int v)
v - Value to assign to viewSize.public String getKeywords()
public void setKeywords(String v)
v - Value to assign to keywords.public String getExpression()
public void setExpression(String v)
v - Value to assign to expression.public String getId()
public void setId(String v)
v - Value to assign to id.
public int doStartTag()
throws JspException
JspTagException - If the id variable is missing.
JspException
protected ViewIterator getItems()
throws JspTagException
JspTagExceptionpublic void release()
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||