The performHardgoodIdTargetModification chain is executed when called by the handleHardgoodModifyOrder chain.
The following sections describe each processor in the pipeline chain.
handleModificationTargetType2
This processor determines which processor to pass control to by looking at the TargetType property of the IdTargetModification. If the TargetType is TARGET_SHIPPING_GROUP, control passes to performHardgoodShippingGroupModificationChain. If the TargetType is TARGET_ITEM, control passes to performHardgoodItemModificationChain. If TargetType is TARGET_RELATIONSHIP, control passes to performHardgoodRelationshipModificationChain.
Transactional Mode | TX_MANDATORY |
Component |
|
Object |
|
Transitions | Return value of 2 executes the |
performHardgoodShippingGroupModificationChain
This processor executes the performHardgoodShippingGroupModification chain. After execution, execution of this chain then stops.
Transactional Mode | TX_MANDATORY |
Component |
|
Object |
|
Transitions | None. This is the last link in the chain and causes the |
performHardgoodItemModificationChain
This processor executes the performHardgoodItemModification chain. After execution, execution of this chain then stops.
Transactional Mode | TX_MANDATORY |
Component |
|
Object |
|
Transitions | None. This is the last link in the chain and causes the |
performHardgoodRelationshipModificationChain
This processor executes the performHardgoodRelationshipModification chain. After execution, execution of this chain then stops.
Transactional Mode | TX_MANDATORY |
Component |
|
Object |
|
Transitions | None. This is the last link in the chain and causes the |

