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

public class WhiteListSymptom extends AbstractOrderFraudSymptomDetection
  • Constructor Details

    • WhiteListSymptom

      public WhiteListSymptom()
  • Method Details

    • getFavoredEmails

      public Set<String> getFavoredEmails()
      Returns:
      the favoredEmails
    • setFavoredEmails

      public void setFavoredEmails(Set<String> favoredEmails)
      Parameters:
      favoredEmails - the favoredEmails to set
    • getFavoredUserIDs

      public Set<String> getFavoredUserIDs()
      Returns:
      the favoredUserIDs
    • setFavoredUserIDs

      public void setFavoredUserIDs(Set<String> favoredUserIDs)
      Parameters:
      favoredUserIDs - the favoredUserIDs to set
    • recognizeSymptom

      public FraudServiceResponse recognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order)