com.ibm.commerce.returns.commands

Interface AutoApproveReturnItemPolicyCmd

  • All Superinterfaces:
    BusinessPolicyCommand, 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:
    AutoApproveReturnItemByDaysPolicyCmdImpl


    public interface AutoApproveReturnItemPolicyCmd
    extends BusinessPolicyCommand
    Interface for the command used for determining if a return merchandise authorization (RMA) item may be approved (policy).
    • Method Detail

      • getRMAItemDenyReasonList

        java.util.List getRMAItemDenyReasonList()
        This method returns the list of deny reasons for this RMA item.
        Returns:
        The list of RMA item deny reasons.
      • 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 reason codes for this RMA item.
        Parameters:
        RMAItemDenyReasonList - The list of deny reason codes applicable to this RMA item.