com.ibm.commerce.returns.commands

Interface RefreshExpiredRMAItemsCmd

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


    public interface RefreshExpiredRMAItemsCmd
    extends TaskCommand
    Interface for the task command that evaluates whether any return merchandise authorization (RMA) items have expired and does something if so.

    Output

    RMAItemExpired
    Returns true if RMAitem has expired and false if not
    • Field Detail

      • defaultCommandClassName

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

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

      • getRMAItemExpired

        boolean getRMAItemExpired()
        This method returns whether any RMA item was expired on the RMA.
        Returns:
        true if RMA item was expired; false otherwise
      • setRMAAB

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

        void setRMAItemABVector(java.util.Vector RMAItemABs)
        This method sets the RMA items to evaluate for RMA approval
        Parameters:
        RMAItemABs - vector of RMA item access beans.