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.
  • 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)