Class WhiteListSymptom
java.lang.Object
de.hybris.platform.fraud.strategy.AbstractOrderFraudSymptomDetection
de.hybris.platform.fraud.symptom.impl.WhiteListSymptom
- All Implemented Interfaces:
OrderFraudSymptomDetection
- Direct Known Subclasses:
AcceleratorWhiteListSymptom
-
Field Summary
Fields inherited from class de.hybris.platform.fraud.strategy.AbstractOrderFraudSymptomDetection
DEFAULT_INCREMENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrecognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order) voidsetFavoredEmails(Set<String> favoredEmails) voidsetFavoredUserIDs(Set<String> favoredUserIDs) Methods inherited from class de.hybris.platform.fraud.strategy.AbstractOrderFraudSymptomDetection
createSymptom, createSymptom, getIncrement, getStrategyName, getSymptomName, setIncrement, setSymptomName
-
Constructor Details
-
WhiteListSymptom
public WhiteListSymptom()
-
-
Method Details
-
getFavoredEmails
- Returns:
- the favoredEmails
-
setFavoredEmails
- Parameters:
favoredEmails- the favoredEmails to set
-
getFavoredUserIDs
- Returns:
- the favoredUserIDs
-
setFavoredUserIDs
- Parameters:
favoredUserIDs- the favoredUserIDs to set
-
recognizeSymptom
public FraudServiceResponse recognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order)
-