com.ibm.commerce.tools.optools.returns.commands

Class CSRReturnItemDeleteCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • CSRReturnItemDeleteCmdImpl

        public CSRReturnItemDeleteCmdImpl()
    • Method Detail

      • getReturnItemsToBeDeleted

        public java.util.Vector getReturnItemsToBeDeleted()
        Gets list of items to be removed from the Return.
        Returns:
        set of hashtables where each hashtable represents data for a return item that will be passed to the ReturnItemDeleteCmd.
      • performExecute

        public void performExecute()
                            throws ECException
        Sets up the input request property for the ReturnItemDeleteCmd command and calls the command. Sets up the redirect URL by putting the redirect URL parameter into the response property.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class AbstractECTargetableCommand
        Throws:
        ECException - If ReturnItemDeleteCmd command throws an exception. If a general exception occurs while parsing and validating the input parameters.
      • setReturnItemsToBeDeleted

        public void setReturnItemsToBeDeleted(java.util.Vector newReturnItemsToBeDeleted)
        Sets list of items to be removed from Return.
        Parameters:
        newReturnItemsToBeDeleted - vector of hashtables where each hashtable represents data for a return item that will be passed to the ReturnItemDeleteCmd.