}
@Override
public ComponentStatistic createOrUpdate(UserWrapper userWrapper, String projectKey, String component, StatisticRefEnum statisticRefEnum, int value)
{
StatisticRef statisticRef = statisticRefDaoService.get(statisticRefEnum);
ComponentStatistic componentStatistic = null;
if (statisticRef != null)
{
componentStatistic = getOrCreate(projectKey, component, statisticRef, userWrapper);