The createReturnAdjustedOrder pipeline chain creates the return adjusted order by cloning a given order and then establishing ReturnRequest properties. The pipeline chain’s transaction mode is TX_REQUIRED.

The following section describes the processor in the pipeline chain.

cloneOriginalOrder

Transactional Mode

TX_MANDATORY

Component

/atg/commerce/custsvc/returns/CloneReturnWorkingOrder

Object

atg.commerce.order.edit.processor.ProcCloneOrderForEdit

Transitions

If the processor returns 1, call the initializeRAOState processor.

initializeRAOState

Transactional Mode

TX_MANDATORY

Component

/atg/commerce/custsvc/returns/InitializeReturnWorkingOrderState

Object

atg.commerce.order.edit.processor.ProcInitializeCloneEditState

Transitions

If the processor returns 1, call the initializeRAOReturnRequestProperties processor.

initializeRAOReturnRequestProperties

Transactional Mode

TX_MANDATORY

Component

/atg/commerce/custsvc/returns/InitializeRAOProperties

Object

atg.commerce.order.edit.processor.ProcInitializeRAOProperties

Transitions

None, this is the last link in the chain and will cause the PipelineManager to return to the caller.


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