com.ibm.commerce.order.commands
Class ExtOrderProcessCmdImpl

java.lang.Object
  |
  +--com.ibm.commerce.command.AbstractECCommand
        |
        +--com.ibm.commerce.command.TaskCommandImpl
              |
              +--com.ibm.commerce.order.commands.ExtOrderProcessCmdImpl
All Implemented Interfaces:
ECCommand, ExtOrderProcessCmd, TaskCommand
Direct Known Subclasses:
TaxOrderAuditTIKCmdImpl

public class ExtOrderProcessCmdImpl
extends TaskCommandImpl
implements ExtOrderProcessCmd

Perform any additional processing required just prior to the completion of the OrderProcess command. The default implemenation is empty.


Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.order.commands.ExtOrderProcessCmd
COPYRIGHT, NAME
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Constructor Summary
ExtOrderProcessCmdImpl()
           
 
Method Summary
 java.lang.Long getOrderRn()
          Gets the order reference number.
 void performExecute()
          Does the business logic ExtOrderProcessCmdImpl
 void setOrderRn(java.lang.Long anOrderRn)
          Sets the order reference number
 
Methods inherited from class com.ibm.commerce.command.AbstractECCommand
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, 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.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Constructor Detail

ExtOrderProcessCmdImpl

public ExtOrderProcessCmdImpl()
Method Detail

getOrderRn

public java.lang.Long getOrderRn()
Gets the order reference number.
Specified by:
getOrderRn in interface ExtOrderProcessCmd

performExecute

public void performExecute()
                    throws ECException
Does the business logic ExtOrderProcessCmdImpl
Specified by:
performExecute in interface ECCommand
Overrides:
performExecute in class AbstractECCommand
Following copied from interface: com.ibm.commerce.command.ECCommand
Throws:
com.ibm.commerce.command.CommandException - The superclass for all ECExceptions.

setOrderRn

public void setOrderRn(java.lang.Long anOrderRn)
Sets the order reference number
Specified by:
setOrderRn in interface ExtOrderProcessCmd