Uses of Class
de.hybris.platform.yacceleratorordermanagement.actions.order.AbstractOrderAction
Packages that use AbstractOrderAction
-
Uses of AbstractOrderAction in de.hybris.platform.yacceleratorordermanagement.actions.order.fraudcheck
Subclasses of AbstractOrderAction in de.hybris.platform.yacceleratorordermanagement.actions.order.fraudcheckModifier and TypeClassDescriptionclassAbstractFraudCheckAction<T extends OrderProcessModel>Abstract action for fraud check action which define 3 possible transitions (OK,POTENTIAL,FRAUD) and some supplementary methodsclassCheck for fraudulent order.
If a fraud is detected, the process transitions to FRAUD and the order will be cancelled.
If no fraud is detected, the process transitions to OK and the order will be sourced.
If the order is deemed potentially fraudulent, the process transitions to POTENTIAL and the order must be approved/declined by a customer support agent.classProcess decision from customer support agent to determine if an order is fraudulent or not.