public class CloseAuctionCmdImpl extends TaskCommandImpl implements CloseAuctionCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
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.
|
protected void | inventoryPutBack(AuctionAccessBean aBean)
Once auction closed, puts 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)
Sets the winning bids.
|
public static final java.lang.String COPYRIGHT
public CloseAuctionCmdImpl()
public AuctionAccessBean getAuctionAccessBean() throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.CreateException
public java.lang.Long getAuctionReferenceNumber()
public java.util.Vector getWinningBids()
protected void inventoryPutBack(AuctionAccessBean aBean) throws ECException, javax.ejb.CreateException, javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public void performExecute() throws ECException
public void reset()
public void setAuctionAccessBean(AuctionAccessBean newAuctionAccessBean) throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.CreateException
public void setAuctionReferenceNumber(java.lang.Long s)
public void setWinningBids(java.util.Vector v)