java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.TaskCommandImpl
com.ibm.commerce.negotiation.commands.PlaceAuctionOrderCmdImpl
Implemention for PlaceAuctionOrderCmd To place an auction order (insert a new row in bidordrrel)
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.PlaceAuctionOrderCmd |
defaultCommandClassName, NAME |
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Constructor Summary | |
PlaceAuctionOrderCmdImpl() SetWinnerCmdImpl constructor comment. |
Method Summary | |
java.lang.Long | getBidReferenceNumber() Mutation method to get bid reference number |
java.lang.Long | getOrderReferenceNumber() Mutation method to get order reference number |
java.lang.String | getStatus() Mutation method to get status |
void | performExecute() performExecute method comment. |
void | setBidReferenceNumber(java.lang.Long newBidReferenceNumber) Mutation method to set bid reference number |
void | setOrderReferenceNumber(java.lang.Long newOrderReferenceNumber) Mutation method to set order reference number |
void | setStatus(java.lang.String newStatus) Mutation method to set status |
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, reset, 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 PlaceAuctionOrderCmdImpl()
Method Detail |
public java.lang.Long getBidReferenceNumber()
public java.lang.Long getOrderReferenceNumber()
public java.lang.String getStatus()
public void performExecute() throws ECException
public void setBidReferenceNumber(java.lang.Long newBidReferenceNumber)
public void setOrderReferenceNumber(java.lang.Long newOrderReferenceNumber)
public void setStatus(java.lang.String newStatus)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.