com.ibm.commerce.order.commands
Class OrderMessagingCmdImpl

java.lang.Object
  |
  +--CacheableCommandImpl
        |
        +--com.ibm.commerce.command.AbstractECTargetableCommand
              |
              +--com.ibm.commerce.command.TaskCommandImpl
                    |
                    +--com.ibm.commerce.order.commands.OrderMessagingCmdImpl
All Implemented Interfaces:
ECCommand, ECTargetableCommand, 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".

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. OrderMessagingCmd
defaultCommandClassName, NAME
 
Fields inherited from interface com.ibm.commerce.command. ECCommand
defaultCommandClassName
 
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. 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
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Constructor Detail

OrderMessagingCmdImpl

public OrderMessagingCmdImpl()
Method Detail

getOrderRn

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

performExecute

public void performExecute()
                    throws ECException
Does the business logic ExtOrderProcessCmdImpl
Specified by:
performExecute in interface ECCommand
Overrides:
performExecute in class AbstractECTargetableCommand
Throws:
ECException

setOrderRn

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