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

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


               Statistic.class,
               StatisticRef.class,
               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

TOP

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

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.