public class AuctionInfoListBean extends NegotiationListBean implements AuctionInfoListInputDataBean, AuctionInfoListSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
sortingAtt
emptyString
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, setSortAttByString
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 AuctionInfoListBean()
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 java.lang.String getAuctChannelStoreId()
public void populate() throws java.lang.Exception
populate
in interface SmartDataBean
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 setAuctMultipleStatusWithString(java.lang.String newAuctMultipleStatus)
newAuctMultipleStatus
- The auction status list.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.public void setAuctChannelStoreId(java.lang.String newAuctChannelStoreId)
newAuctChannelStoreId
- The channel store ID.public java.lang.Integer getAuctionsNum()
public java.lang.String getFormattedCurrentTime()