com.ibm.commerce.order.commands
Interface ExtOrderProcessCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- ExtOrderProcessCmdImpl
- public interface ExtOrderProcessCmd
- extends TaskCommand
Perform any additional processing required just prior to the completion of the
OrderProcess command.
Field Summary |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.order.commands.ExtOrderProcessCmd". |
Method Summary |
java.lang.Long |
getOrderRn()
Gets the order reference number. |
void |
setOrderRn(java.lang.Long abOrderRn)
Sets the order reference number |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
NAME
public static final java.lang.String NAME
- The name of this interface is "com.ibm.commerce.order.commands.ExtOrderProcessCmd".
getOrderRn
public java.lang.Long getOrderRn()
- Gets the order reference number.
setOrderRn
public void setOrderRn(java.lang.Long abOrderRn)
- Sets the order reference number