How does a component in the ATG Commerce fulfillment module verify that it has privileges to edit
a specific part of an order?
A.
It uses the CheckPrincipal component.
B.
It uses the Fulfillment Pipeline Manager component.
C.
It does not perform such verification.
D.
It uses the ATG Security Manager Component.
Explanation:
Flow of control defines which components have privileges to edit different parts of
the order. The basic premise is that once a component has control over a part of the order, only
this component should edit this part of the order.
ATG Commerce does not verify that a component has the privileges to edit a specific part of an
order. ATG Commerce does not perform this verification because if the system is distributed,
orders might be modified with a different system.