org.zeroexchange.resource.reputation
Class DefaultReputationReader

java.lang.Object
  extended by org.zeroexchange.resource.reputation.DefaultReputationReader
All Implemented Interfaces:
ReputationReader

public class DefaultReputationReader
extends Object
implements ReputationReader

Reputation reader implementation.

Author:
black

Constructor Summary
DefaultReputationReader()
           
 
Method Summary
 BigDecimal getUserReliability(User user)
          Returns user reliability
 BigDecimal getUserReputation(User user)
          Returns the reputation level of the of the current user.
 void setSteepness(BigDecimal steepness)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultReputationReader

public DefaultReputationReader()
Method Detail

setSteepness

public void setSteepness(BigDecimal steepness)

getUserReputation

public BigDecimal getUserReputation(User user)
Returns the reputation level of the of the current user.

Specified by:
getUserReputation in interface ReputationReader

getUserReliability

public BigDecimal getUserReliability(User user)
Description copied from interface: ReputationReader
Returns user reliability

Specified by:
getUserReliability in interface ReputationReader


Copyright © 2013. All Rights Reserved.