There are two form handlers that display the return process.

Base Return Form Handler

The BaseReturnFormHandler contains the following handlers used for working with returns.

Handler

Description

handleCreateReturnRequest

Creates a ReturnRequest object and puts it into the OrderHolder's ReturnRequest property. If the OrderHolder already contains a ReturnRequest, it will be replaced with the new one and all previously selected return items will be lost.

handleConfirmReturn

Validates and saves a return.

handleApplyRefunds

Allocates the refund amount across the refund methods.

handleCancelReturn

Cancels the current, active return.

handleSelectItems

Makes item selections and calculations of the initial refund value. If set to true, the selectAllItems property of this handler will select all returnable items and associate them with a single return reason, which is specified using the selectAllItemsReturnReason property.

Return Form Handler

This form handler contains Commerce Service Center-specific UI handlers and extensions of the BaseReturnFormHandler.

Components

Description

handleReceiveReturnItems

This handler marks items as received.


Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices