com.ibm.commerce.negotiation.commands
Interface ModifyAuctionTaskCmd
- All Superinterfaces:
- AuctionTaskBaseCmd, ECCommand, TaskCommand
- All Known Implementing Classes:
- ModifyAuctionTaskCmdImpl
- public interface ModifyAuctionTaskCmd
- extends AuctionTaskBaseCmd
Modify Auction Task command interface
Methods inherited from interface com.ibm.commerce.negotiation.commands.AuctionTaskBaseCmd |
getAuction, setBidRuleId, setCloseType, setCurrentAskPrice, setDeposit, setDurationDays, setDurationTime, setDurationTimestamp, setEndTime, setFulfillmentCenterId, setLongDescription, setPricingRuleType, setProductDisplayPage, setQuantity, setReservationId, setReservePrice, setRuleDisplayPage, setShortDescription, setStartPrice, setStartTime |
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
setAuctionReferenceNumber
public void setAuctionReferenceNumber(java.lang.Long auctionid)
throws ECApplicationException,
ECSystemException
- Stores the incoming value of the auction identifier.
- Parameters:
auctionid
- The auction identifier.- Throws:
ECApplicationException
- if an invalid reference number is specified.ECSystemException
- if any other error is encountered.