com.ibm.commerce.returns.commands

Class CalculateRMAApprovalCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, CalculateRMAApprovalCmd, 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 CalculateRMAApprovalCmdImpl
    extends TaskCommandImpl
    implements CalculateRMAApprovalCmd
    Default implementation of the CalculateRMAAproval interface. Command used for calculating overall status of return merchandise authorization (RMA). If any RMA item is not approved (RMAITEM.STATUS='APP') or manually approved (RMAITEM.STATUS='MAN'), then the RMA is set to pending (RMA.STATUS='PND'). Otherwise, it is set to approved (RMA.STATUS='APP').

    Utilizes these access beans

    See Also:
    Serialized Form
    • Constructor Detail

      • CalculateRMAApprovalCmdImpl

        public CalculateRMAApprovalCmdImpl()
        CalculateRMAApprovalCmdImpl constructor.