Package com.madgnome.jira.plugins.jirachievements.data.services.impl

Examples of com.madgnome.jira.plugins.jirachievements.data.services.impl.ConfigDaoService


               UserAchievement.class,
               UserWrapper.class);

    achievementDaoService = new AchievementDaoService(ao);
    statisticRefDaoService = new StatisticRefDaoService(ao);
    configDaoService = new ConfigDaoService(ao);
    levelDaoService = new LevelDaoService(ao, statisticRefDaoService);
  }
View Full Code Here


               UserAchievement.class,
               UserStatistic.class,
               UserWrapper.class,
               VersionStatistic.class);

    configDaoService = new ConfigDaoService(ao);

    upgradeConfig();
    upgradeStatistics(ao);
  }
View Full Code Here

TOP

Related Classes of com.madgnome.jira.plugins.jirachievements.data.services.impl.ConfigDaoService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.