com.ibm.commerce.order.commands
Class ExtOrderProcessCmdImpl

java.lang.Object
  CacheableCommandImpl
      com.ibm.commerce.command.AbstractECTargetableCommand
          com.ibm.commerce.command.TaskCommandImpl
              com.ibm.commerce.order.commands.ExtOrderProcessCmdImpl
All Implemented Interfaces:
ECCommand, ECTargetableCommand, ExtOrderProcessCmd, TaskCommand
Direct Known Subclasses:
ExtOrderProcessServiceCmdImpl, TaxOrderAuditTIKCmdImpl

public class ExtOrderProcessCmdImpl
extends TaskCommandImpl
implements ExtOrderProcessCmd

Empty default implementation of the ExtOrderProcessCmd task command interface.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
IBM Copyright notice field.
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
commandContext
Fields inherited from interface com.ibm.commerce.order.commands.ExtOrderProcessCmd
defaultCommandClassName, NAME
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
Constructor Summary
ExtOrderProcessCmdImpl()
Method Summary
OrderAccessBean getOrder()
Gets the OrderAccessBean for the Order that was processed.
java.lang.Long getOrderRn()
Deprecated.
void performExecute()
Executes the main business logic of the command.
void setOrder(OrderAccessBean aabOrder)
Sets the OrderAccessBean for the Order that was processed.
void setOrderRn(java.lang.Long anOrderRn)
Deprecated.
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
Field Detail

COPYRIGHT

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

ExtOrderProcessCmdImpl

public ExtOrderProcessCmdImpl()
Method Detail

getOrder

public OrderAccessBean getOrder()
Gets the OrderAccessBean for the Order that was processed.
Specified by:
getOrder in interface ExtOrderProcessCmd
Returns:
the OrderAccessBean for the Order that was processed.

getOrderRn

public java.lang.Long getOrderRn()
Deprecated.
Gets the identifier of the Order that was processed.
Specified by:
getOrderRn in interface ExtOrderProcessCmd
Returns:
the identifier of the Order that was processed.

performExecute

public void performExecute()
                    throws ECException
Executes the main business logic of the command. This default implementation does nothing.
Specified by:
performExecute in interface ECCommand
Overrides:
performExecute in class AbstractECTargetableCommand
Throws:
ECException

setOrder

public void setOrder(OrderAccessBean aabOrder)
Sets the OrderAccessBean for the Order that was processed.
Specified by:
setOrder in interface ExtOrderProcessCmd
Parameters:
aabOrder - the OrderAccessBean for the Order that was processed.

setOrderRn

public void setOrderRn(java.lang.Long anOrderRn)
Deprecated.
Sets the identifier of the Order that was processed.
Specified by:
setOrderRn in interface ExtOrderProcessCmd
Parameters:
anOrderRn - the identifier of the Order that was processed.

Feedback