com.ibm.commerce.edp.commands

Class EDPRefundInstructionsVoidBeanCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • EDPRefundInstructionsVoidBeanCmdImpl

        public EDPRefundInstructionsVoidBeanCmdImpl()
        Default Constructor
    • Method Detail

      • performExecute

        public void performExecute()
                            throws ECException
        This method executes the business logic of this command implementation. Actually it does nothing 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 something fails while accessing payments rules subcomponent.
      • reset

        public void reset()
        This method resets the command parameters, called by Commerce framework
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand