Uses of Interface
de.hybris.platform.fraud.strategy.OrderFraudSymptomDetection
-
-
Uses of OrderFraudSymptomDetection in de.hybris.platform.acceleratorservices.fraud.symptom.impl
Classes in de.hybris.platform.acceleratorservices.fraud.symptom.impl that implement OrderFraudSymptomDetection Modifier and Type Class Description classAcceleratorBlackListSymptomclassAcceleratorFirstTimeOrderSymptomclassAcceleratorWhiteListSymptom -
Uses of OrderFraudSymptomDetection in de.hybris.platform.fraud.impl
Methods in de.hybris.platform.fraud.impl that return types with arguments of type OrderFraudSymptomDetection Modifier and Type Method Description java.util.List<OrderFraudSymptomDetection>DefaultHybrisFraudServiceProvider. getSymptomList()Method parameters in de.hybris.platform.fraud.impl with type arguments of type OrderFraudSymptomDetection Modifier and Type Method Description voidDefaultHybrisFraudServiceProvider. setSymptomList(java.util.List<OrderFraudSymptomDetection> symptomList) -
Uses of OrderFraudSymptomDetection in de.hybris.platform.fraud.strategy
Classes in de.hybris.platform.fraud.strategy that implement OrderFraudSymptomDetection Modifier and Type Class Description classAbstractOrderFraudSymptomDetection -
Uses of OrderFraudSymptomDetection in de.hybris.platform.fraud.symptom.impl
Classes in de.hybris.platform.fraud.symptom.impl that implement OrderFraudSymptomDetection Modifier and Type Class Description classBlackListSymptomclassDifferentAddressesSymptomDifferentAddressesSymptom implements a symptom for detecting different addresses.classFirstTimeOrderSymptomFirstTimeOrderSymptom implements a symptom for detecting whether it is a first time order.classOrderEntriesSymptomclassOrderThresholdSymptomOrderThresholdSymptom implements a symptom for detecting whether an order exceeds a defined threshold.classWhiteListSymptomMethods in de.hybris.platform.fraud.symptom.impl that return OrderFraudSymptomDetection Modifier and Type Method Description OrderFraudSymptomDetectionDifferentAddressesSymptom. getFirstOrderSymptomDetection()Methods in de.hybris.platform.fraud.symptom.impl with parameters of type OrderFraudSymptomDetection Modifier and Type Method Description voidDifferentAddressesSymptom. setFirstOrderSymptomDetection(OrderFraudSymptomDetection firstOrderSymptomDetection)
-