public class RFQProdListBean extends com.ibm.commerce.utf.beans.UTFListBean implements RFQProdListInputDataBean, RFQProdListSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
com.ibm.commerce.base.util.SortingAttribute |
sortingAtt
The sorting attribute
|
emptyString
Constructor and Description |
---|
RFQProdListBean()
Constructs an RFQProdListBean object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCatentryId()
Gets the catentryId.
|
java.lang.Integer[] |
getNegotiationTypes()
Gets the negotiationTypes.
|
java.lang.String |
getRFQId()
Gets the RFQ ID.
|
RFQProdDataBean[] |
getRFQProds()
Gets an array of RFQ products.
|
int |
getRowCount()
Get the number of total records
|
void |
populate()
Looks up a list of RFQ Products, then uses the list
contents to populate an array of RFQProdDataBean objects.
|
void |
setCatentryId(java.lang.String newCatentryId)
Sets the catentryId.
|
void |
setInitialPosition(int initialPosition)
Sets the cursor initial positions
|
void |
setNegotiationTypes(java.lang.Integer[] newNegotiationTypes)
Sets the negotiationTypes.
|
void |
setRFQCategoryId(java.lang.String newRFQCategoryId)
Sets the RFQCategoryId.
|
void |
setRFQId(java.lang.String newRFQId)
Sets the RFQ ID.
|
void |
setRFQProds(RFQProdDataBean[] newRFQProds)
Loads the array RFQ products.
|
void |
setSize(int size)
Sets the number of record to retrieve
|
getLength, getSortAtt, setSortAtt
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequestProperties, setRequestProperties
public static final java.lang.String COPYRIGHT
public com.ibm.commerce.base.util.SortingAttribute sortingAtt
public java.lang.String getCatentryId()
getCatentryId
in interface RFQProdListSmartDataBean
public java.lang.Integer[] getNegotiationTypes()
public java.lang.String getRFQId()
getRFQId
in interface RFQProdListSmartDataBean
public RFQProdDataBean[] getRFQProds()
getRFQProds
in interface RFQProdListSmartDataBean
public void populate() throws java.lang.Exception
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
- if the access bean could not be created.public void setCatentryId(java.lang.String newCatentryId)
setCatentryId
in interface RFQProdListInputDataBean
newCatentryId
- the relevant catentry id.public void setNegotiationTypes(java.lang.Integer[] newNegotiationTypes)
newNegotiationTypes
- the relevant negotiation type ids.public void setRFQId(java.lang.String newRFQId)
setRFQId
in interface RFQProdListInputDataBean
newRFQId
- the relevant RFQ id.public void setRFQProds(RFQProdDataBean[] newRFQProds)
setRFQProds
in interface RFQProdListInputDataBean
public void setInitialPosition(int initialPosition)
initialPosition
- initial positionpublic void setSize(int size)
size
- sizepublic int getRowCount()
public void setRFQCategoryId(java.lang.String newRFQCategoryId)
newRFQCategoryId
- the category id.