com.ibm.commerce.returns.commands

Class CheckRMAItemExpirationCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, CheckRMAItemExpirationCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class CheckRMAItemExpirationCmdImpl
    extends TaskCommandImpl
    implements CheckRMAItemExpirationCmd
    Task command to check a return merchandise authorization (RMA) item to see if it has expired. Compares how long ago the RMA item was last updated (RMAITEM.LASTUPDATE) to the period which RMAs are good for (STORE.RMAGOODFOR). If the RMA item was last updated longer ago than RMA is good for, then the RMA item is expired.
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckRMAItemExpirationCmdImpl

        public CheckRMAItemExpirationCmdImpl()
        CheckRMAItemExpirationCmdImpl constructor.