java.lang.Objectcom.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.negotiation.beans.NegotiationListBean
com.ibm.commerce.negotiation.beans.AutoBidListBean
Provides sorted lists of AutoBidDataBean objects.
Field Summary | |
protected java.lang.Long | auctionId |
protected java.lang.String[] | auctionStatus |
protected java.lang.String[] | autoBidStatus |
static java.lang.String | COPYRIGHT |
protected AutoBidDataBean[] | fAutoBids |
java.lang.Long | ownerId |
protected java.lang.Integer | storeId |
Fields inherited from class com.ibm.commerce.negotiation.beans.NegotiationListBean |
listSize, sortingAtt |
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
AutoBidListBean() Constructs an AutoBidListBean, initializes fields to emptyString. |
Method Summary | |
java.lang.String | getAuctionId() Gets the auctionId. |
java.lang.String[] | getAuctionStatus() Gets the status of an auction. |
AutoBidDataBean[] | getAutoBids() Gets a sorted list of AutoBidDataBean objects. |
java.lang.String | getAutoBidStatus() Gets the autoBidStatus. |
java.lang.String | getOwnerId() Gets the ownerId field. |
java.lang.Integer | getStoreId() Returns the storeId. |
void | populate() Looks up a sorted list of auto bids, then populates an array of AutoBidDataBean objects from the list entries. |
void | setAuctionId(java.lang.String newAuctionId) Sets the auctionId. |
void | setAuctionStatus(java.lang.String[] newAuctionStatus) Sets the auction status search criteria. |
void | setAutoBids(AutoBidDataBean[] newAutoBids) Loads the member array fAutoBids. |
void | setAutoBidStatus(java.lang.String newStatus) Sets the autoBidStatus. |
void | setOwnerId(java.lang.String newOwnerId) Sets the ownerId field. |
void | setStoreId(java.lang.Integer storeId) Sets the storeId. |
Methods inherited from class com.ibm.commerce.negotiation.beans.NegotiationListBean |
getLength, getSortAtt, setSortAtt |
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
fulfills, getCommandContext, getResources, setCommandContext |
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
getRequestProperties, setRequestProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.beans.InputDataBean |
getRequestProperties, setRequestProperties |
Field Detail |
public java.lang.Long ownerId
protected AutoBidDataBean[] fAutoBids
protected java.lang.String[] autoBidStatus
protected java.lang.Long auctionId
protected java.lang.String[] auctionStatus
protected java.lang.Integer storeId
public static final java.lang.String COPYRIGHT
Constructor Detail |
public AutoBidListBean()
Method Detail |
public java.lang.String getAuctionId()
public java.lang.String[] getAuctionStatus()
public AutoBidDataBean[] getAutoBids()
public java.lang.String getAutoBidStatus()
public java.lang.String getOwnerId()
public void populate() throws java.lang.Exception
public void setAuctionId(java.lang.String newAuctionId)
public void setAuctionStatus(java.lang.String[] newAuctionStatus)
public void setAutoBids(AutoBidDataBean[] newAutoBids)
public void setAutoBidStatus(java.lang.String newStatus)
public void setOwnerId(java.lang.String newOwnerId)
public java.lang.Integer getStoreId()
public void setStoreId(java.lang.Integer storeId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.