com.ibm.commerce.negotiation.commands
Class NotifyModifyAuctionCmdImpl

com.ibm.commerce.negotiation.commands.NotifyAuctionBaseCmdImpl
  |
  +--com.ibm.commerce.negotiation.commands.NotifyModifyAuctionCmdImpl
All Implemented Interfaces:
ECCommand, NotifyAuctionBaseCmd, NotifyModifyAuctionCmd, TaskCommand

public class NotifyModifyAuctionCmdImpl
extends NotifyAuctionBaseCmdImpl
implements NotifyModifyAuctionCmd

Implementation for interface NotifyModifyAuctionCmd So far performExcute doing nothing and customer can exterds this class and override performExcute


Fields inherited from class com.ibm.commerce.negotiation.commands.NotifyAuctionBaseCmdImpl
auctionAccessBean, auctionReferenceNumber, COPYRIGHT, delayDays, delayHours, delayMins
 
Fields inherited from interface com.ibm.commerce.negotiation.commands.NotifyModifyAuctionCmd
defaultCommandClassName, NAME
 
Fields inherited from interface com.ibm.commerce.negotiation.commands.NotifyAuctionBaseCmd
COPYRIGHT
 
Constructor Summary
NotifyModifyAuctionCmdImpl()
          NotifyModifyAuctionCmdImpl constructor.
 
Method Summary
 void performExecute()
          Logic implementation for notify
 
Methods inherited from class com.ibm.commerce.negotiation.commands.NotifyAuctionBaseCmdImpl
getAuctionAccessBean, getAuctionReferenceNumber, getDelayDays, getDelayHours, getDelayMins, getPreferredLanguageId, parseDelayString, setAuctionAccessBean, setAuctionReferenceNumber, setDelayDays, setDelayHours, setDelayMins
 
Methods inherited from interface com.ibm.commerce.negotiation.commands.NotifyAuctionBaseCmd
setAuctionAccessBean, setAuctionReferenceNumber
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Constructor Detail

NotifyModifyAuctionCmdImpl

public NotifyModifyAuctionCmdImpl()
NotifyModifyAuctionCmdImpl constructor.
Method Detail

performExecute

public void performExecute()
Logic implementation for notify
Specified by:
performExecute in interface ECCommand
Throws:
ECException - The exception description.