/** {@inheritDoc} */
 public User getUser(String userId) {
   return userDao.get(new Long(userId));
 }