com.ibm.commerce.order.commands
Class OrderProcessPostCancelCmdImpl

java.lang.Object
  BusinessFlowCmdImpl
      com.ibm.commerce.order.commands.OrderProcessApprovalBaseCmdImpl
          com.ibm.commerce.order.commands.OrderProcessPostCancelCmdImpl
All Implemented Interfaces:
AccCommand, ControllerCommand, ECCommand, OrderProcessPostCancelCmd, Protectable

public class OrderProcessPostCancelCmdImpl
extends OrderProcessApprovalBaseCmdImpl
implements OrderProcessPostCancelCmd

This command is called when the order is cancelled.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
IBM copyright notice field.
Fields inherited from interface com.ibm.commerce.order.commands.OrderProcessPostCancelCmd
defaultCommandClassName, NAME
Constructor Summary
OrderProcessPostCancelCmdImpl()
Methods inherited from class com.ibm.commerce.order.commands.OrderProcessApprovalBaseCmdImpl
getEntityId, getEntityObject, getResources, mergeNVPs, performExecute, reset, setOrderFlowEntityBean, setRequestProperties, setStateIdentifier, validateParameters
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Constructor Detail

OrderProcessPostCancelCmdImpl

public OrderProcessPostCancelCmdImpl()

Feedback