com.ibm.commerce.edp.commands

Class EDPPaymentMethodsVoidBeanCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • EDPPaymentMethodsVoidBeanCmdImpl

        public EDPPaymentMethodsVoidBeanCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws ECException
        This method executes the business logic of this command implementation. Actually it does noting here.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class AbstractECTargetableCommand
        Throws:
        ECException - This exception is thrown if error occurs.
      • reset

        public void reset()

        This method resets the command fields.

        After this method is invoked, and proper attributes are set, the command can be executed again.

        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • setPaymentGroupId

        public void setPaymentGroupId(java.lang.String payGroupId)
        This method sets the payment configuration group id.
        Specified by:
        setPaymentGroupId in interface EDPPaymentMethodsBeanCmd
        Parameters:
        payGroupId - A String that specifies the current payment configuration group id.