| java.lang.Object net.jforum.repository.RankingRepository
RankingRepository | public class RankingRepository implements Cacheable(Code) | | author: Rafael Steil version: $Id: RankingRepository.java,v 1.15 2007/09/19 02:51:11 rafaelsteil Exp $ |
Method Summary | |
public static String | getRankTitle(int rankId, int total) Gets the title associated to total of messages the user have
Parameters: total - Number of messages the user have. | public static void | loadRanks() | public void | setCacheEngine(CacheEngine engine) | public static int | size() |
getRankTitle | public static String getRankTitle(int rankId, int total)(Code) | | Gets the title associated to total of messages the user have
Parameters: total - Number of messages the user have. The ranking will bereturned according to the range to which this total belongs to. String with the ranking title. |
loadRanks | public static void loadRanks()(Code) | | |
size | public static int size()(Code) | | |
|
|