public class AutoBidListBean extends NegotiationListBean implements AutoBidListInputDataBean, AutoBidListSmartDataBean
NegotiationListBean
,
CommandDataBean
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
java.lang.Long |
ownerId |
sortingAtt
emptyString
Constructor and Description |
---|
AutoBidListBean()
Constructs an auto bid data bean, initialize fields to emptyString.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuctionId()
Gets the auction ID.
|
java.lang.String[] |
getAuctionStatus()
Gets the status of an auction.
|
AutoBidDataBean[] |
getAutoBids()
Gets a sorted list of auto bid data bean objects.
|
java.lang.Integer |
getAutoBidsNum() |
java.lang.String |
getAutoBidStatus()
Gets the auto bid status.
|
java.lang.String |
getOwnerId()
Gets the owner ID field.
|
java.lang.Integer |
getStoreId()
Returns the store ID.
|
void |
populate()
Looks up a sorted list of auto bids, then populates an array of
auto bid data bean objects from the list entries.
|
void |
setAuctionId(java.lang.String newAuctionId)
Sets the auction ID.
|
void |
setAuctionStatus(java.lang.String[] newAuctionStatus)
Sets the auction status search criteria.
|
void |
setAuctionStatusString(java.lang.String newAuctionStatusString)
Sets the auction status search criteria.
|
void |
setAutoBids(AutoBidDataBean[] newAutoBids)
Loads the member array auto bids.
|
void |
setAutoBidStatus(java.lang.String newStatus)
Sets the auto bid status.
|
void |
setOwnerId(java.lang.String newOwnerId)
Sets the owner ID field.
|
void |
setStoreId(java.lang.Integer storeId)
Sets the store ID.
|
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 java.lang.Long ownerId
public static final java.lang.String COPYRIGHT
public AutoBidListBean()
public java.lang.String getAuctionId()
getAuctionId
in interface AutoBidListSmartDataBean
public java.lang.String[] getAuctionStatus()
getAuctionStatus
in interface AutoBidListSmartDataBean
public AutoBidDataBean[] getAutoBids()
getAutoBids
in interface AutoBidListSmartDataBean
public java.lang.String getAutoBidStatus()
getAutoBidStatus
in interface AutoBidListSmartDataBean
public java.lang.String getOwnerId()
getOwnerId
in interface AutoBidListSmartDataBean
public void populate() throws java.lang.Exception
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
- if an AutoBidAccessBean could not be created.public void setAuctionId(java.lang.String newAuctionId)
setAuctionId
in interface AutoBidListInputDataBean
newAuctionId
- the relevant auction ID.public void setAuctionStatus(java.lang.String[] newAuctionStatus)
setAuctionStatus
in interface AutoBidListInputDataBean
newAuctionStatus
- intpublic void setAuctionStatusString(java.lang.String newAuctionStatusString)
newAuctionStatus
- intpublic void setAutoBids(AutoBidDataBean[] newAutoBids)
setAutoBids
in interface AutoBidListInputDataBean
newAutoBids
- new array of AutoBidDataBean objects.public void setAutoBidStatus(java.lang.String newStatus)
setAutoBidStatus
in interface AutoBidListInputDataBean
newStatus
- the auto bid status.public void setOwnerId(java.lang.String newOwnerId)
setOwnerId
in interface AutoBidListInputDataBean
newOwnerId
- ID of the auction owner.public java.lang.Integer getStoreId()
public void setStoreId(java.lang.Integer storeId)
storeId
- The store ID to setpublic java.lang.Integer getAutoBidsNum()