Class AbstractOrderFraudSymptomDetection
java.lang.Object
de.hybris.platform.fraud.strategy.AbstractOrderFraudSymptomDetection
- All Implemented Interfaces:
OrderFraudSymptomDetection
- Direct Known Subclasses:
BlackListSymptom,DifferentAddressesSymptom,FirstTimeOrderSymptom,OrderEntriesSymptom,OrderThresholdSymptom,WhiteListSymptom
public abstract class AbstractOrderFraudSymptomDetection
extends Object
implements OrderFraudSymptomDetection
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FraudSymptomcreateSymptom(boolean positive) protected FraudSymptomcreateSymptom(String explanation, boolean positive) doublevoidsetIncrement(double increment) voidsetSymptomName(String name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.fraud.strategy.OrderFraudSymptomDetection
recognizeSymptom
-
Field Details
-
DEFAULT_INCREMENT
public static final double DEFAULT_INCREMENT- See Also:
-
-
Constructor Details
-
AbstractOrderFraudSymptomDetection
public AbstractOrderFraudSymptomDetection()
-
-
Method Details
-
createSymptom
-
createSymptom
-
getStrategyName
-
getSymptomName
-
setSymptomName
-
getIncrement
public double getIncrement()- Returns:
- the value to be used as score in case the symptom has been tested positively.
-
setIncrement
public void setIncrement(double increment)
-