com.ibm.commerce.negotiation.commands
Interface DetermineWinnersCmd
- All Superinterfaces:
- ECCommand
- All Known Implementing Classes:
- DetermineWinnersCmdImpl
- public interface DetermineWinnersCmd
- extends ECCommand
Determine winning auto-bids' best bidding prices command interface.
Method Summary |
void |
setActiveBids(java.util.Vector bids)
Sets the list of active bids to be processed. |
void |
setBidRuleId(java.lang.Long id)
Sets the current auction Bid Rule Id, |
void |
setErrorTaskName(java.lang.String errorTaskName)
Set error task name that will be returned by the exceptions. |
void |
setQuantityOnAuction(java.lang.Double quantity)
Sets the quantity on auction value. |
void |
setWinners(java.util.Vector winners)
Sets the incoming vector of winners. |
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
setActiveBids
public void setActiveBids(java.util.Vector bids)
- Sets the list of active bids to be processed.
- Parameters:
bids
- Vector - Active bids list
setBidRuleId
public void setBidRuleId(java.lang.Long id)
- Sets the current auction Bid Rule Id,
- Parameters:
id
- Long - Auction's Bid Rule Id.
setErrorTaskName
public void setErrorTaskName(java.lang.String errorTaskName)
- Set error task name that will be returned by the exceptions.
- Parameters:
errorTaskName
- java.lang.String
setQuantityOnAuction
public void setQuantityOnAuction(java.lang.Double quantity)
- Sets the quantity on auction value.
- Parameters:
quantity
- Double - Quantity on auction.
setWinners
public void setWinners(java.util.Vector winners)
- Sets the incoming vector of winners.
- Parameters:
winners
- java.util.Vector