com.ibm.commerce.edp.commands
Interface EDPPaymentMethodsBeanCmd
-
- All Superinterfaces:
- AEDPDataBeanCommand, com.ibm.websphere.command.Command, DataBeanCommand, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, com.ibm.commerce.command.TargetableECCommand
- All Known Implementing Classes:
- EDPPaymentMethodsBeanCmdImpl, EDPPaymentMethodsVoidBeanCmdImpl
public interface EDPPaymentMethodsBeanCmd extends AEDPDataBeanCommand
This data bean command is used to populate the data for the data beanEDPPaymentMethodsDataBean
. The default implementation of this command isEDPPaymentMethodsBeanCmdImpl
.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The IBM Copyright notice field.static java.lang.String
defaultCommandClassName
The default implementation of this command.static java.lang.String
NAME
The full class name of this command.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setPaymentGroupId(java.lang.String paymentGroupId)
This method sets the payment configuration group id.-
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
-
NAME
static final java.lang.String NAME
The full class name of this command.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
The default implementation of this command.- See Also:
- Constant Field Values
-
-