|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.beans.InputDataBeanImpl | +--com.ibm.commerce.beans.SmartDataBeanImpl | +--com.ibm.commerce.negotiation.beans.NegotiationListBean | +--com.ibm.commerce.negotiation.beans.AuctionInfoListBean
Retrieves a list of auctions.
Field Summary | |
protected AuctionInfoDataBean |
aidb
|
protected java.lang.String |
auctId
|
protected java.lang.String |
auctItem
|
protected java.lang.String[] |
auctMultipleStatus
|
protected java.lang.String |
auctOwnerId
|
protected java.lang.String |
auctShopperId
|
protected java.lang.String |
auctStatus
|
protected java.lang.String |
auctStoreId
|
protected java.lang.String |
auctType
|
static java.lang.String |
COPYRIGHT
|
protected AuctionInfoDataBean[] |
fAuctions
|
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 | |
AuctionInfoListBean()
Constructs an AuctionListBean object. |
Method Summary | |
java.lang.String |
getAuctId()
Get auction id |
AuctionInfoDataBean |
getAuction(int index)
Returns a specific auction from an auction list. |
AuctionInfoDataBean[] |
getAuctions()
Get an auction list. |
java.lang.String |
getAuctItem()
Get Auction catalog entry id. |
java.lang.String[] |
getAuctMultipleStatus()
Get multiple auction status. |
java.lang.String |
getAuctOwnerId()
Get Owner id |
java.lang.String |
getAuctShopperId()
Get shopper Id. |
java.lang.String |
getAuctStatus()
Get Auction status. |
java.lang.String |
getAuctStoreId()
Get Store id. |
java.lang.String |
getAuctType()
Get Auction type. |
void |
populate()
Populates a sorted list of auctions. |
void |
setAuctId(java.lang.String newAuctId)
Set Auction id. |
void |
setAuctions(AuctionInfoDataBean[] newAuctionVector)
Populate auction array with an auction list. |
void |
setAuctItem(java.lang.String newAuctItem)
Set auction item id. |
void |
setAuctMultipleStatus(java.lang.String[] newAuctMultipleStatus)
Set multiple auction status. |
void |
setAuctOwnerId(java.lang.String newAuctOwnerId)
Set Owner id. |
void |
setAuctShopperId(java.lang.String newAuctShopperId)
Set Shopper id. |
void |
setAuctStatus(java.lang.String newAuctStatus)
Set Auction status. |
void |
setAuctStoreId(java.lang.String newAuctStoreId)
Set Store id. |
void |
setAuctType(java.lang.String newAuctType)
Set Auction type. |
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 |
protected AuctionInfoDataBean aidb
protected java.lang.String auctId
protected java.lang.String auctItem
protected java.lang.String[] auctMultipleStatus
protected java.lang.String auctOwnerId
protected java.lang.String auctShopperId
protected java.lang.String auctStatus
protected java.lang.String auctStoreId
protected java.lang.String auctType
public static final java.lang.String COPYRIGHT
protected AuctionInfoDataBean[] fAuctions
Constructor Detail |
public AuctionInfoListBean()
Method Detail |
public java.lang.String getAuctId()
getAuctId
in interface AuctionInfoListSmartDataBean
public AuctionInfoDataBean getAuction(int index)
getAuction
in interface AuctionInfoListSmartDataBean
index
- The index in the list of the auction to be returned.public AuctionInfoDataBean[] getAuctions()
getAuctions
in interface AuctionInfoListSmartDataBean
public java.lang.String getAuctItem()
getAuctItem
in interface AuctionInfoListSmartDataBean
public java.lang.String[] getAuctMultipleStatus()
getAuctMultipleStatus
in interface AuctionInfoListSmartDataBean
public java.lang.String getAuctOwnerId()
getAuctOwnerId
in interface AuctionInfoListSmartDataBean
public java.lang.String getAuctShopperId()
getAuctShopperId
in interface AuctionInfoListSmartDataBean
public java.lang.String getAuctStatus()
getAuctStatus
in interface AuctionInfoListSmartDataBean
public java.lang.String getAuctStoreId()
getAuctStoreId
in interface AuctionInfoListSmartDataBean
public java.lang.String getAuctType()
getAuctType
in interface AuctionInfoListSmartDataBean
public void populate() throws java.lang.Exception
populate
in class SmartDataBeanImpl
java.lang.Exception
- if an AuctionInfoAccessBean could not be instantiated.public void setAuctId(java.lang.String newAuctId)
setAuctId
in interface AuctionInfoListInputDataBean
newAuctId
- The auction id.public void setAuctions(AuctionInfoDataBean[] newAuctionVector)
setAuctions
in interface AuctionInfoListInputDataBean
newAuctionVector
- A vector of auction info beans.public void setAuctItem(java.lang.String newAuctItem)
setAuctItem
in interface AuctionInfoListInputDataBean
The
- auction item id.public void setAuctMultipleStatus(java.lang.String[] newAuctMultipleStatus)
setAuctMultipleStatus
in interface AuctionInfoListInputDataBean
newAuctMultipleStatus
- The auction status array.public void setAuctOwnerId(java.lang.String newAuctOwnerId)
setAuctOwnerId
in interface AuctionInfoListInputDataBean
newAuctOwnerId
- The auction owner id.public void setAuctShopperId(java.lang.String newAuctShopperId)
setAuctShopperId
in interface AuctionInfoListInputDataBean
newAuctShopperId
- The shopper id.public void setAuctStatus(java.lang.String newAuctStatus)
setAuctStatus
in interface AuctionInfoListInputDataBean
newAuctStatus
- The auction status.public void setAuctStoreId(java.lang.String newAuctStoreId)
setAuctStoreId
in interface AuctionInfoListInputDataBean
newAuctStoreId
- The store id.public void setAuctType(java.lang.String newAuctType)
setAuctType
in interface AuctionInfoListInputDataBean
newAuctType
- The auction type.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |