com.ibm.commerce.payment.commands
Interface DoCancelPolicyCmd
- All Superinterfaces:
- BusinessPolicyCommand, ECCommand, TaskCommand
- All Known Implementing Classes:
- DoCancelCLCmdImpl, DoCancelPMCmdImpl, DoCancelTestCmdImpl
- public interface DoCancelPolicyCmd
- extends BusinessPolicyCommand
The DoCancelPolicyCmd
Policy Command
This handles the policy specified cancel payment method
Please look at build-in implementation,
DoCancelCLCmdImpl
and DoCancelPMCmdImpl
, for more detail
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
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
- The default implementation class.
ERRTASK_NAME
public static final java.lang.String ERRTASK_NAME
- Name of the Error View for this command.
The constant value of this field is "DoCancelErrorView".
NAME
public static final java.lang.String NAME
setErrorViewName
public void setErrorViewName(java.lang.String sEVN)
- Optional error view name passed in by the Caller.
setOrder
public void setOrder(OrderAccessBean abOrder)
- Sets the order property of the command.
- Parameters:
abOrder
- the OrderAccessBean of the Order for which
is going to be cancelled.