com.ibm.commerce.edp.commands
Interface AEDPDataBeanCommand
-
- All Superinterfaces:
- com.ibm.websphere.command.Command, DataBeanCommand, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, com.ibm.commerce.command.TargetableECCommand
- All Known Subinterfaces:
- EDPCompleteOrderActivityHistoryBeanCmd, EDPPaymentActivityHistoryBeanCmd, EDPPaymentInstructionsBeanCmd, EDPPaymentMethodsBeanCmd, EDPPaymentStatusBeanCmd, EDPRefundInstructionsBeanCmd, EDPRefundMethodsBeanCmd, EDPRefundStatusBeanCmd, EDPReleasesBeanCmd
- All Known Implementing Classes:
- AEDPDataBeanCommandImpl, EDPCompleteOrderActivityHistoryBeanCmdImpl, EDPCompleteOrderActivityHistoryVoidBeanCmdImpl, EDPPaymentActivityHistoryBeanCmdImpl, EDPPaymentActivityHistoryVoidBeanCmdImpl, EDPPaymentInstructionsBeanCmdImpl, EDPPaymentInstructionsVoidBeanCmdImpl, EDPPaymentMethodsBeanCmdImpl, EDPPaymentMethodsVoidBeanCmdImpl, EDPPaymentStatusBeanCmdImpl, EDPPaymentStatusVoidBeanCmdImpl, EDPRefundInstructionsBeanCmdImpl, EDPRefundInstructionsVoidBeanCmdImpl, EDPRefundMethodsBeanCmdImpl, EDPRefundMethodsVoidBeanCmdImpl, EDPRefundStatusBeanCmdImpl, EDPRefundStatusVoidBeanCmdImpl, EDPReleasesBeanCmdImpl, EDPReleasesVoidBeanCmdImpl
public interface AEDPDataBeanCommand extends DataBeanCommand
This command is the base payments rules data bean command interface.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The IBM Copyright notice field.
-
Method Summary
-
Methods inherited from interface com.ibm.commerce.command.DataBeanCommand
getDataBean, setDataBean, setRequestProperties
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
The IBM Copyright notice field.- See Also:
- Constant Field Values
-
-