com.ibm.commerce.returns.commands

Interface RePrepareExpiredRMACmd

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


    public interface RePrepareExpiredRMACmd
    extends TaskCommand
    Interface for the task command that evaluates whether a return merchandise authorization (RMA) has expired and re-prepares if so.

    Output

    RMAexpired
    returns true if RMA was expired: false otherwise
    • Field Detail

      • defaultCommandClassName

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

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

      • getRMAExpired

        boolean getRMAExpired()
        Returns whether the RMA was expired
        Returns:
        true if RMA was expired; false otherwise.
      • setRequestProperties

        void setRequestProperties(TypedProperty requestProperties)
        The request properties to be passed to the controller command
        Parameters:
        requestProperties - incoming request properties
      • 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.