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


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Fields inherited from interface com.ibm.commerce.negotiation.commands.AuctionTaskBaseCmd
AUCTION_BASE_TIMESTAMP
 
Method Summary
 void setAuctionReferenceNumber(java.lang.Long auctionid)
          Stores the incoming value of the auction identifier.
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

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.