public interface SetWinnerCmd extends TaskCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name.
|
static java.lang.String |
NAME
The full class name for this interface file.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
getWinningBids()
Gets the vector of winning bids.
|
void |
setAuctionAccessBean(AuctionAccessBean i)
Sets the auction access bean.
|
void |
setAuctionReferenceNumber(java.lang.Long i)
Sets the auction ID
|
void |
setItemReferenceNumber(java.lang.Long i)
Sets the item(product) reference number.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.util.Vector getWinningBids()
void setAuctionAccessBean(AuctionAccessBean i)
i - The auction access bean.void setAuctionReferenceNumber(java.lang.Long i)
i - The auction ID.void setItemReferenceNumber(java.lang.Long i)
i - The item(product) reference number.