public interface CalculateBestBidCmd 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.lang.Long |
getHighestWinningBid()
Gets the highest winning bid ID for the specified auction.
|
java.lang.Long |
getLowestWinningBid()
Gets the lowest winning bid (also known as Best Bid) ID for the specified auction
|
void |
setActiveBids(java.util.Vector bids)
Sets the list of active bids to be processed.
|
void |
setAuctionId(java.lang.Long id)
Sets the current auction ID value,
|
void |
setErrorTaskName(java.lang.String errorTaskName)
Sets error task name that will be returned by the exceptions.
|
void |
setQuantityOnAuction(java.lang.Double quantity)
Sets the quantity on auction value.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.lang.Long getHighestWinningBid()
java.lang.Long getLowestWinningBid()
void setActiveBids(java.util.Vector bids)
bids
- Vector - Active bids listvoid setAuctionId(java.lang.Long id)
id
- Long - Auction IDvoid setErrorTaskName(java.lang.String errorTaskName)
errorTaskName
- java.lang.Stringvoid setQuantityOnAuction(java.lang.Double quantity)
quantity
- Double - Quantity on auction.