Class OrderThresholdSymptom
- java.lang.Object
-
- de.hybris.platform.fraud.strategy.AbstractOrderFraudSymptomDetection
-
- de.hybris.platform.fraud.symptom.impl.OrderThresholdSymptom
-
- All Implemented Interfaces:
OrderFraudSymptomDetection
public class OrderThresholdSymptom extends AbstractOrderFraudSymptomDetection
OrderThresholdSymptom implements a symptom for detecting whether an order exceeds a defined threshold.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.fraud.strategy.AbstractOrderFraudSymptomDetection
DEFAULT_INCREMENT
-
-
Constructor Summary
Constructors Constructor Description OrderThresholdSymptom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetIncrement(double orderDelta)doublegetThresholdDelta()doublegetThresholdLimit()FraudServiceResponserecognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order)voidsetThresholdDelta(double thresholdDelta)voidsetThresholdLimit(double thresholdLimit)-
Methods inherited from class de.hybris.platform.fraud.strategy.AbstractOrderFraudSymptomDetection
createSymptom, createSymptom, getIncrement, getStrategyName, getSymptomName, setIncrement, setSymptomName
-
-
-
-
Method Detail
-
getThresholdLimit
public double getThresholdLimit()
-
setThresholdLimit
public void setThresholdLimit(double thresholdLimit)
-
getThresholdDelta
public double getThresholdDelta()
-
setThresholdDelta
public void setThresholdDelta(double thresholdDelta)
-
recognizeSymptom
public FraudServiceResponse recognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order)
-
getIncrement
public double getIncrement(double orderDelta)
-
-