Class SocialRankChecker


  • public class SocialRankChecker
    extends java.lang.Object
    This checker checks at the end of month if the next social rank can be reached
    Author:
    Andi Hotz, (c) Sahits GmbH, 2012 Created on Jul 24, 2012
    • Field Detail

      • clientServerEventBus

        @Autowired
        @Qualifier("serverClientEventBus")
        private com.google.common.eventbus.AsyncEventBus clientServerEventBus
      • guildList

        @Autowired
        private GuildList guildList
      • date

        @Autowired
        private Date date
      • map

        @Autowired
        private IMap map
    • Constructor Detail

      • SocialRankChecker

        public SocialRankChecker()
    • Method Detail

      • doMonthlyCheck

        public void doMonthlyCheck()
      • isNextRankAchievable

        private boolean isNextRankAchievable​(IPlayer player)
      • isReputationTooLow

        private boolean isReputationTooLow​(IPlayer player)
      • notEnoughMoney

        private boolean notEnoughMoney​(IPlayer player)