com.ibm.commerce.negotiation.commands
Interface ModifyAuctionTaskCmd

All Superinterfaces:
AuctionTaskBaseCmd, TaskCommand
All Known Implementing Classes:
ModifyAuctionTaskCmdImpl

public interface ModifyAuctionTaskCmd
extends AuctionTaskBaseCmd

Modify Auction Task command interface


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement.
static java.lang.String defaultCommandClassName
          The default implementation class name.
static java.lang.String NAME
          The full class name for this interface file.
 
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
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The full class name for this interface file.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name. This is used if there is no record found in the CMDREG table.
See Also:
Constant Field Values
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.