final String noticeBoard = preference.getString(Preference.NOTICE_BOARD);
dataModel.put(Preference.NOTICE_BOARD, noticeBoard);
} catch (final JSONException e) {
LOGGER.log(Level.ERROR, "Fills user template failed", e);
throw new ServiceException(e);
} finally {
Stopwatchs.end();
}
}