public class PAttrProdListBean extends com.ibm.commerce.utf.beans.UTFListBean implements PAttrProdListInputDataBean, PAttrProdListSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
PAttrProdListBean()
Constructs an PAttrProdListBean object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeId()
Gets the attributeId.
|
java.lang.String |
getCatentryId()
Gets the catentryId.
|
PAttrProdDataBean[] |
getPAttrProds()
Gets an array of fPAttrProds.
|
void |
populate()
Looks up a list of Personalized Attribute Products, then uses the list
contents to populate an array of PAttrProdDataBean objects.
|
void |
setAttributeId(java.lang.String newAttributeId)
Sets the attributeId.
|
void |
setCatentryId(java.lang.String newCatentryId)
Sets the catentryId.
|
void |
setPAttrProds(PAttrProdDataBean[] newPAttrProds)
Loads the array fPAttrProds.
|
getLength, getSortAtt, setSortAttfulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public PAttrProdListBean()
public java.lang.String getAttributeId()
getAttributeId in interface PAttrProdListSmartDataBeanpublic java.lang.String getCatentryId()
getCatentryId in interface PAttrProdListSmartDataBeanpublic PAttrProdDataBean[] getPAttrProds()
getPAttrProds in interface PAttrProdListSmartDataBeanpublic void populate()
throws java.lang.Exception
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.Exception - if the access bean could not be created.public void setAttributeId(java.lang.String newAttributeId)
setAttributeId in interface PAttrProdListInputDataBeannewAttributeId - relevant attribute id.public void setCatentryId(java.lang.String newCatentryId)
setCatentryId in interface PAttrProdListInputDataBeannewCatentryId - relevant catentry id.public void setPAttrProds(PAttrProdDataBean[] newPAttrProds)
setPAttrProds in interface PAttrProdListInputDataBeannewPAttrProds - relevant PAttribute Products