java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.TaskCommandImpl
com.ibm.commerce.negotiation.commands.CloseAuctionCmdImpl
Implementation of CloseAuctionCmd which set auction status into Bidding Close
Field Summary | |
static java.lang.String | COPYRIGHT Copyright statement. |
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.negotiation.commands.CloseAuctionCmd |
defaultCommandClassName, NAME |
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Constructor Summary | |
CloseAuctionCmdImpl() CloseAuctionCmdImpl default constructor. |
Method Summary | |
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. |
protected void | inventoryPutBack(AuctionAccessBean aBean) Once auction closed, put remaining quantity back to inventory. |
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) Set the winning bids. |
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public CloseAuctionCmdImpl()
Method Detail |
public AuctionAccessBean getAuctionAccessBean() throws FinderException, java.rmi.RemoteException, javax.naming.NamingException, CreateException
public java.lang.Long getAuctionReferenceNumber()
public java.util.Vector getWinningBids()
protected void inventoryPutBack(AuctionAccessBean aBean) throws ECException, CreateException, javax.naming.NamingException, FinderException, java.rmi.RemoteException
public void performExecute() throws ECException
public void reset()
public void setAuctionAccessBean(AuctionAccessBean newAuctionAccessBean) throws FinderException, java.rmi.RemoteException, javax.naming.NamingException, CreateException
public void setAuctionReferenceNumber(java.lang.Long s)
public void setWinningBids(java.util.Vector v)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.