com.ibm.commerce.utf.beans
Class RFQProdListBean

java.lang.Object
  UTFListBean
      com.ibm.commerce.utf.beans.RFQProdListBean
All Implemented Interfaces:
RFQProdListInputDataBean, RFQProdListSmartDataBean

public class RFQProdListBean
extends UTFListBean
implements RFQProdListInputDataBean, RFQProdListSmartDataBean
See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
The IBM Copyright
Constructor Summary
RFQProdListBean()
Constructs an RFQProdListBean object.
Method Summary
java.lang.String getCatentryId()
Gets the catentryId.
java.lang.String getRFQId()
Gets the rFQId.
RFQProdDataBean[] getRFQProds()
Gets an array of fRFQProds.
int getRowCount()
Get the number of total record
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 position
void setRFQCategoryId(java.lang.String newRFQCategoryId)
Sets the RFQCategoryId.
void setRFQId(java.lang.String newRFQId)
Sets the rFQId.
void setRFQProds(RFQProdDataBean[] newRFQProds)
Loads the array fRFQProds.
void setSize(int size)
Sets the number of record to retrieve
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
The IBM Copyright
See Also:
Constant Field Values
Constructor Detail

RFQProdListBean

public RFQProdListBean()
Constructs an RFQProdListBean object.
Method Detail

getCatentryId

public java.lang.String getCatentryId()
Gets the catentryId.
Specified by:
getCatentryId in interface RFQProdListSmartDataBean
Returns:
java.lang.String

getRFQId

public java.lang.String getRFQId()
Gets the rFQId.
Specified by:
getRFQId in interface RFQProdListSmartDataBean
Returns:
java.lang.String

getRFQProds

public RFQProdDataBean[] getRFQProds()
Gets an array of fRFQProds.
Specified by:
getRFQProds in interface RFQProdListSmartDataBean
Returns:
com.ibm.commerce.utf.beans.RFQProdDataBean[]

populate

public void populate()
              throws java.lang.Exception
Looks up a list of RFQ Products, then uses the list contents to populate an array of RFQProdDataBean objects.
Throws:
java.lang.Exception - if the access bean could not be created.

setCatentryId

public void setCatentryId(java.lang.String newCatentryId)
Sets the catentryId.
Specified by:
setCatentryId in interface RFQProdListInputDataBean
Parameters:
newCatentryId - the relevant catentry id.

setRFQId

public void setRFQId(java.lang.String newRFQId)
Sets the rFQId.
Specified by:
setRFQId in interface RFQProdListInputDataBean
Parameters:
newRFQId - the relevant RFQ id.

setRFQProds

public void setRFQProds(RFQProdDataBean[] newRFQProds)
Loads the array fRFQProds.
Specified by:
setRFQProds in interface RFQProdListInputDataBean

setInitialPosition

public void setInitialPosition(int initialPosition)
Sets the cursor initial position
Parameters:
initialPosition - initial position

setSize

public void setSize(int size)
Sets the number of record to retrieve
Parameters:
size - size

getRowCount

public int getRowCount()
Get the number of total record
Returns:
int

setRFQCategoryId

public void setRFQCategoryId(java.lang.String newRFQCategoryId)
Sets the RFQCategoryId.
Parameters:
newRFQCategoryId - the category id.

Feedback