com.ibm.commerce.order.commands
Class OrderProcessPostRejectCmdImpl

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

public class OrderProcessPostRejectCmdImpl
extends OrderProcessApprovalBaseCmdImpl
implements OrderProcessPostRejectCmd

This command is called when the order is rejected.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
IBM copyright notice field.
Fields inherited from interface com.ibm.commerce.order.commands.OrderProcessPostRejectCmd
defaultCommandClassName, NAME
Constructor Summary
OrderProcessPostRejectCmdImpl()
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

OrderProcessPostRejectCmdImpl

public OrderProcessPostRejectCmdImpl()

Feedback