Ejemplo n.º 1
0
 /**
  * Fraud point score.
  *
  * @return the long
  */
 public long fraudPointScore() {
   return FraudPoint.count("user = ?", this);
 }