com.ibm.commerce.returns.commands

Interface AutoApproveReturnItemCmd

  • 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:
    AutoApproveReturnItemCmdImpl


    public interface AutoApproveReturnItemCmd
    extends TaskCommand
    Interface for the task command used for determining if a return merchandise authorization (RMA) item may be approved.

    Input Parameters

    RMAItemAB (required)
    RMAItemAccessBean of the RMA item
    RMAAB (required)
    RMAAccessBean of the RMA
    • Field Detail

      • NAME

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

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

      • setRMAAB

        void setRMAAB(RMAAccessBean rmaAB)
        This method sets the RMA being accessed.
        Parameters:
        rmaAB - the RMA access bean.
      • setRMAItemAB

        void setRMAItemAB(RMAItemAccessBean RMAItemAB)
        This method sets the RMA item being accessed.
        Parameters:
        RMAItemAB - the RMA item access bean.