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

Class CSRReturnItemUpdateCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • CSRReturnItemUpdateCmdImpl

        public CSRReturnItemUpdateCmdImpl()
    • Method Detail

      • getReturnItemsToBeUpdated

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

        public void performExecute()
                            throws ECException
        This method sets up the input request property for the ReturnItemUpdateCmd command and calls the command. This method 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 ReturnItemUpdateCmd command throws an exception. If a general exception occurs while parsing and validating the input parameters.
      • setReturnItemsToBeUpdated

        public void setReturnItemsToBeUpdated(java.util.Vector newReturnItemsToBeUpdated)
        This method sets list of items to be updated on a Return.
        Parameters:
        newReturnItemsToBeUpdated - vector of hashtables where each hashtable represents data for a return item that will be passed to the ReturnItemUpdateCmd.