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:
-
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. |
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM Copyright notice field.
- See Also:
-
Constant Field Values
ExtOrderProcessCmdImpl
public ExtOrderProcessCmdImpl()
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.
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.