com.ibm.commerce.order.commands
Class OrderMessagingCmdImpl

java.lang.Object
  |
  +--com.ibm.commerce.command.AbstractECCommand
        |
        +--com.ibm.commerce.command.TaskCommandImpl
              |
              +--com.ibm.commerce.order.commands.OrderMessagingCmdImpl
All Implemented Interfaces:
ECCommand, OrderMessagingCmd, TaskCommand

public class OrderMessagingCmdImpl
extends TaskCommandImpl
implements OrderMessagingCmd

The implementation of the OrderMessagingCmd task command that generates the outbound Order Create Message "Report_NC_PurchaseOrder".


Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.order.commands.OrderMessagingCmd
COPYRIGHT, defaultCommandClassName, NAME
 
Constructor Summary
OrderMessagingCmdImpl()
           
 
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

OrderMessagingCmdImpl

public OrderMessagingCmdImpl()
Method Detail

getOrderRn

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

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 OrderMessagingCmd