public class CloseAuctionCmdImpl extends TaskCommandImpl implements CloseAuctionCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
CloseAuctionCmdImpl()
CloseAuctionCmdImpl default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AuctionAccessBean |
getAuctionAccessBean()
Gets the auction access bean.
|
java.lang.Long |
getAuctionReferenceNumber()
Returns the reference number of the auction.
|
java.util.Vector |
getWinningBids()
Gets the winning bids vector after set winners.
|
void |
performExecute()
performExecute method comment.
|
void |
reset()
Reset method comment.
|
void |
setAuctionAccessBean(AuctionAccessBean newAuctionAccessBean)
Interface method to set auction access bean.
|
void |
setAuctionReferenceNumber(java.lang.Long s)
Stores the incoming auction reference number.
|
void |
setWinningBids(java.util.Vector v)
Sets the winning bids.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public CloseAuctionCmdImpl()
public AuctionAccessBean getAuctionAccessBean()
public java.lang.Long getAuctionReferenceNumber()
public java.util.Vector getWinningBids()
getWinningBids in interface CloseAuctionCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setAuctionAccessBean(AuctionAccessBean newAuctionAccessBean)
CloseAuctionCmdsetAuctionAccessBean in interface CloseAuctionCmdnewAuctionAccessBean - com.ibm.commerce.negotiation.objects.AuctionAccessBeannewAuctionAccessBean - The auction access bean.public void setAuctionReferenceNumber(java.lang.Long s)
setAuctionReferenceNumber in interface CloseAuctionCmds - The auction reference number.public void setWinningBids(java.util.Vector v)
v - The vector contains the winning bids in the form of BidAccessBean object.