public class AuctionInfoListBean extends NegotiationListBean implements AuctionInfoListInputDataBean, AuctionInfoListSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
sortingAttemptyString| Constructor and Description |
|---|
AuctionInfoListBean()
Constructs an auction list bean object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuctChannelStoreId()
Gets channel store ID.
|
java.lang.String |
getAuctId()
Gets auction ID
|
AuctionInfoDataBean |
getAuction(int index)
Returns a specific auction from an auction list.
|
AuctionInfoDataBean[] |
getAuctions()
Gets an auction list.
|
java.lang.Integer |
getAuctionsNum()
Get number of auctions
|
java.lang.String |
getAuctItem()
Gets auction catalog entry ID.
|
java.lang.String[] |
getAuctMultipleStatus()
Gets multiple auction status.
|
java.lang.String |
getAuctOwnerId()
Gets Owner ID
|
java.lang.String |
getAuctShopperId()
Gets shopper ID.
|
java.lang.String |
getAuctStatus()
Gets auction status.
|
java.lang.String |
getAuctStoreId()
Gets Store ID.
|
java.lang.String |
getAuctType()
Gets auction type.
|
java.lang.String |
getFormattedCurrentTime()
Get formatted current time
|
void |
populate()
Populates a sorted list of auctions.
|
void |
setAuctChannelStoreId(java.lang.String newAuctChannelStoreId)
Sets channel store ID.
|
void |
setAuctId(java.lang.String newAuctId)
Sets auction ID.
|
void |
setAuctions(AuctionInfoDataBean[] newAuctionVector)
Populates auction array with an auction list.
|
void |
setAuctItem(java.lang.String newAuctItem)
Sets auction item ID.
|
void |
setAuctMultipleStatus(java.lang.String[] newAuctMultipleStatus)
Sets multiple auction status.
|
void |
setAuctMultipleStatusWithString(java.lang.String newAuctMultipleStatus)
Sets multiple auction status.
|
void |
setAuctOwnerId(java.lang.String newAuctOwnerId)
Sets owner ID.
|
void |
setAuctShopperId(java.lang.String newAuctShopperId)
Sets shopper ID.
|
void |
setAuctStatus(java.lang.String newAuctStatus)
Sets auction status.
|
void |
setAuctStoreId(java.lang.String newAuctStoreId)
Sets store ID.
|
void |
setAuctType(java.lang.String newAuctType)
Sets auction type.
|
getLength, getSortAtt, setSortAtt, setSortAttByStringfulfills, 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 AuctionInfoListBean()
public java.lang.String getAuctId()
getAuctId in interface AuctionInfoListSmartDataBeanpublic AuctionInfoDataBean getAuction(int index)
getAuction in interface AuctionInfoListSmartDataBeanindex - The index in the list of the auction to be returned.public AuctionInfoDataBean[] getAuctions()
getAuctions in interface AuctionInfoListSmartDataBeanpublic java.lang.String getAuctItem()
getAuctItem in interface AuctionInfoListSmartDataBeanpublic java.lang.String[] getAuctMultipleStatus()
getAuctMultipleStatus in interface AuctionInfoListSmartDataBeanpublic java.lang.String getAuctOwnerId()
getAuctOwnerId in interface AuctionInfoListSmartDataBeanpublic java.lang.String getAuctShopperId()
getAuctShopperId in interface AuctionInfoListSmartDataBeanpublic java.lang.String getAuctStatus()
getAuctStatus in interface AuctionInfoListSmartDataBeanpublic java.lang.String getAuctStoreId()
getAuctStoreId in interface AuctionInfoListSmartDataBeanpublic java.lang.String getAuctType()
getAuctType in interface AuctionInfoListSmartDataBeanpublic java.lang.String getAuctChannelStoreId()
public void populate()
throws java.lang.Exception
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.Exception - if an AuctionInfoAccessBean could not be instantiated.public void setAuctId(java.lang.String newAuctId)
setAuctId in interface AuctionInfoListInputDataBeannewAuctId - The auction ID.public void setAuctions(AuctionInfoDataBean[] newAuctionVector)
setAuctions in interface AuctionInfoListInputDataBeannewAuctionVector - A vector of auction info beans.public void setAuctItem(java.lang.String newAuctItem)
setAuctItem in interface AuctionInfoListInputDataBeanThe - auction item ID.public void setAuctMultipleStatus(java.lang.String[] newAuctMultipleStatus)
setAuctMultipleStatus in interface AuctionInfoListInputDataBeannewAuctMultipleStatus - The auction status array.public void setAuctMultipleStatusWithString(java.lang.String newAuctMultipleStatus)
newAuctMultipleStatus - The auction status list.public void setAuctOwnerId(java.lang.String newAuctOwnerId)
setAuctOwnerId in interface AuctionInfoListInputDataBeannewAuctOwnerId - The auction owner ID.public void setAuctShopperId(java.lang.String newAuctShopperId)
setAuctShopperId in interface AuctionInfoListInputDataBeannewAuctShopperId - The shopper ID.public void setAuctStatus(java.lang.String newAuctStatus)
setAuctStatus in interface AuctionInfoListInputDataBeannewAuctStatus - The auction status.public void setAuctStoreId(java.lang.String newAuctStoreId)
setAuctStoreId in interface AuctionInfoListInputDataBeannewAuctStoreId - The store ID.public void setAuctType(java.lang.String newAuctType)
setAuctType in interface AuctionInfoListInputDataBeannewAuctType - The auction type.public void setAuctChannelStoreId(java.lang.String newAuctChannelStoreId)
newAuctChannelStoreId - The channel store ID.public java.lang.Integer getAuctionsNum()
public java.lang.String getFormattedCurrentTime()