com.ibm.commerce.returns.commands

Interface AutoApproveReturnItemStandardChecksCmd

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


    public interface AutoApproveReturnItemStandardChecksCmd
    extends TaskCommand
    Interface for the command used for the base evaluation of whether a return merchandise authorization (RMA) item may be approved.
    • Method Detail

      • getRMAItemDenyReasonList

        java.util.List getRMAItemDenyReasonList()
        This method returns the list of deny reasons applicable to this RMA item.
      • setRMAItemAB

        void setRMAItemAB(RMAItemAccessBean RMAItemAB)
        This method sets the RMA item being accessed.
        Parameters:
        RMAItemAB - the RMA item access bean.
      • setRMAItemDenyReasonList

        void setRMAItemDenyReasonList(java.util.List RMAItemDenyReasonList)
        This method sets the list of deny reasons applicable to this RMA item. For the first auto-approve logic command called, the list will be empty.
        Parameters:
        RMAItemDenyReasonList - List of deny reason ids applicable to this RMA item