com.ibm.commerce.negotiation.commands
Class NotifyCreateAuctionCmdImpl

java.lang.Object
  CacheableCommandImpl
      com.ibm.commerce.command.AbstractECTargetableCommand
          com.ibm.commerce.command.TaskCommandImpl
              com.ibm.commerce.negotiation.commands.NotifyAuctionBaseCmdImpl
                  com.ibm.commerce.negotiation.commands.NotifyCreateAuctionCmdImpl
All Implemented Interfaces:
ECCommand, ECTargetableCommand, NotifyAuctionBaseCmd, NotifyCreateAuctionCmd, TaskCommand

public class NotifyCreateAuctionCmdImpl
extends NotifyAuctionBaseCmdImpl
implements NotifyCreateAuctionCmd

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

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
Copyright statement.
Fields inherited from class com.ibm.commerce.negotiation.commands.NotifyAuctionBaseCmdImpl
auctionAccessBean, auctionReferenceNumber, delayDays, delayHours, delayMins
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
commandContext
Fields inherited from interface com.ibm.commerce.negotiation.commands.NotifyCreateAuctionCmd
defaultCommandClassName, NAME
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
Constructor Summary
NotifyCreateAuctionCmdImpl()
NotifyCreateAuctionCmdImpl constructor comment.
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 class com.ibm.commerce.command.AbstractECTargetableCommand
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ibm.commerce.negotiation.commands.NotifyCreateAuctionCmd
setAuctionReferenceNumber
Methods inherited from interface com.ibm.commerce.negotiation.commands.NotifyAuctionBaseCmd
setAuctionAccessBean
Field Detail

COPYRIGHT

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

NotifyCreateAuctionCmdImpl

public NotifyCreateAuctionCmdImpl()
NotifyCreateAuctionCmdImpl constructor comment.
Method Detail

performExecute

public void performExecute()
Logic implementation for notify
Specified by:
performExecute in interface ECCommand
Overrides:
performExecute in class AbstractECTargetableCommand

Feedback