com.ibm.commerce.returns.commands

Interface CreditReturnItemCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    CreditReturnItemCmdImpl


    public interface CreditReturnItemCmd
    extends TaskCommand
    Interface for the command used for performing the actual refund for a return merchandise authorization (RMA) and its items.

    Inputs

    • RMAAB (required)
      • RMAccessBean of the RMA
    • RMAItemABs (required)
      • Vector of RMAItemAccessBeans
    • Field Detail

      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name is "com.ibm.commerce.returns.commands.CreditReturnItemCmdimpl" .
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of this interface is "com.ibm.commerce.returns.commands.CreditReturnItemCmd".
        See Also:
        Constant Field Values
    • Method Detail

      • setRMAAB

        void setRMAAB(RMAAccessBean anRMAAB)
        Set the RMA being accessed.
        Parameters:
        anRMAAB - The RMA access bean.
      • setRMAItemABs

        void setRMAItemABs(java.util.Vector anRMAItemABList)
        Set the RMA items being credited.
        Parameters:
        anRMAItemABList - The RMA item access bean vector.