The createReturnCalculationOrder pipeline chain creates the return calculation order by cloning a given Return Adjusted Order (RAO) and establishing related ReturnRequest properties. The pipeline chain’s transaction mode is TX_REQUIRED.

The following section describes the processor in the pipeline chain.

cloneReturnAdjustedOrder

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 initializeRCOState processor.

initializeRCOState

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 initializeRCOReturnRequestProperties processor.

initializeRCOReturnRequestProperties

Transactional Mode

TX_MANDATORY

Component

/atg/commerce/custsvc/returns/InitializeRCOProperties

Object

atg.commerce.order.edit.processor.ProcInitializeRCOProperties

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