return componentStatistic;
}
private ComponentStatistic create(String projectKey, String component, StatisticRef statisticRef, UserWrapper userWrapper)
{
ComponentStatistic componentStatistic = ao.create(getClazz(), new DBParam("KEY", KeyableUtils.buildKey(projectKey, component, statisticRef, userWrapper)));
componentStatistic.setProjectKey(projectKey);
componentStatistic.setComponent(component);
componentStatistic.setStatisticRef(statisticRef);
componentStatistic.setUserWrapper(userWrapper);
componentStatistic.save();