com.ibm.commerce.negotiation.commands
Interface PlaceAuctionOrderCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- PlaceAuctionOrderCmdImpl
- public interface PlaceAuctionOrderCmd
- extends TaskCommand
Interface to place an order for a winning bid.
Method Summary |
void |
setBidReferenceNumber(java.lang.Long i)
Stores the incoming value for the bid reference number. |
void |
setOrderReferenceNumber(java.lang.Long l)
Stores the incoming value for the order reference number. |
void |
setStatus(java.lang.String s)
Stores the incoming value for the status. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
setBidReferenceNumber
public void setBidReferenceNumber(java.lang.Long i)
- Stores the incoming value for the bid reference number.
- Parameters:
i
- java.lang.Integer
setOrderReferenceNumber
public void setOrderReferenceNumber(java.lang.Long l)
- Stores the incoming value for the order reference number.
- Parameters:
l
- java.lang.Long
setStatus
public void setStatus(java.lang.String s)
- Stores the incoming value for the status.
- Parameters:
s
- java.lang.String