com.ibm.commerce.returns.commands

Interface CheckRMAItemExpirationCmd

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


    public interface CheckRMAItemExpirationCmd
    extends TaskCommand
    Interface for the task command that checks to see if the return merchandise authorization (RMA) item has expired.
    • Method Detail

      • getRMAItemExpired

        boolean getRMAItemExpired()
        Whether RMAItem has expired.
        Returns:
        true if RMA item has expired; false otherwise;
      • setRMAItemAB

        void setRMAItemAB(RMAItemAccessBean anRMAItemAB)
        Set the RMA Item being accessed.
        Parameters:
        anRMAItemAB - the RMA Item access bean.