public interface CheckBidControlCmd 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.String |
getBidQuantity()
Gets the bid quantity.
|
java.lang.String |
getBidValue()
Gets the bid value.
|
java.lang.String |
getErrorTaskName()
Gets the error task name; if null, returns the default error task name.
|
java.lang.String |
getLowestWinningBid()
Gets the lowest winning bid.
|
boolean |
isBidOkay()
Returns the status of bid-control compliance test.
|
void |
setAuction(AuctionAccessBean auction)
Sets the auction access bean.
|
void |
setBidQuantity(java.lang.String newBidQuantity)
Sets the bid quantity.
|
void |
setBidValue(java.lang.String newBidValue)
Sets the bid value.
|
void |
setErrorTaskName(java.lang.String newErrorTaskName)
Sets the error task name.
|
void |
setLowestWinningBid(java.lang.String newLowestWinningBid)
Sets the lowest winning bid.
|
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.lang.String getBidQuantity()
java.lang.String getBidValue()
java.lang.String getErrorTaskName()
java.lang.String getLowestWinningBid()
boolean isBidOkay()
void setAuction(AuctionAccessBean auction) throws ECApplicationException
auction - AuctionAcessBeanECApplicationException - if any problems are encountered.void setBidQuantity(java.lang.String newBidQuantity)
throws ECApplicationException
newBidQuantity - The bid quantity.ECApplicationException - if any problems are encountered.void setBidValue(java.lang.String newBidValue)
throws ECApplicationException
newBidValue - The bid value.ECApplicationException - if any problems are encountered.void setErrorTaskName(java.lang.String newErrorTaskName)
newErrorTaskName - The error task name.void setLowestWinningBid(java.lang.String newLowestWinningBid)
newLowestWinningBid - The lowest winning bid.