Class OrderThresholdSymptom
java.lang.Object
de.hybris.platform.fraud.strategy.AbstractOrderFraudSymptomDetection
de.hybris.platform.fraud.symptom.impl.OrderThresholdSymptom
- All Implemented Interfaces:
OrderFraudSymptomDetection
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 -
Method Summary
Modifier and TypeMethodDescriptiondoublegetIncrement(double orderDelta) doubledoublerecognizeSymptom(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
-
Constructor Details
-
OrderThresholdSymptom
public OrderThresholdSymptom()
-
-
Method Details
-
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)
-