Uses of Interface
net.sf.pmr.core.domain.user.User

Packages that use User
net.sf.pmr.core   
net.sf.pmr.core.data.user   
net.sf.pmr.core.domain.user   
net.sf.pmr.core.service   
 

Uses of User in net.sf.pmr.core
 

Methods in net.sf.pmr.core that return User
static User CoreObjectFactory.getUser()
          get the user
 

Uses of User in net.sf.pmr.core.data.user
 

Methods in net.sf.pmr.core.data.user that return User
 User UserMapperImpl.findByLogin(java.lang.String login)
          find a user by his login
 User UserMapper.findByLogin(java.lang.String login)
          find a user by it's login
 

Uses of User in net.sf.pmr.core.domain.user
 

Classes in net.sf.pmr.core.domain.user that implement User
 class UserImpl
           
 

Methods in net.sf.pmr.core.domain.user that return User
 User UserRepositoryImpl.findUserById(int id)
           
 User UserRepository.findUserById(int id)
          find a user by it's id
 User UserRepositoryImpl.findUserByLogin(java.lang.String login)
          find a user by login
 User UserRepository.findUserByLogin(java.lang.String login)
          find a user by it's login
 

Methods in net.sf.pmr.core.domain.user with parameters of type User
 void UserRepositoryImpl.addOrUpdate(User user)
          add a user in the persistance
 void UserRepository.addOrUpdate(User user)
          Persist a new user in database
 void UserRepositoryImpl.delete(User user)
          delete a user in the persistance
 void UserRepository.delete(User user)
          Delete the user in database
 

Uses of User in net.sf.pmr.core.service
 

Methods in net.sf.pmr.core.service that return User
 User UserServiceImpl.findById(int id)
           
 User UserService.findById(int id)
          Find a User by his id
 User UserServiceImpl.findByLogin(java.lang.String login)
           
 User UserService.findByLogin(java.lang.String login)
          Find a User by his login
 User SecurityServiceImpl.login(java.lang.String login, java.lang.String password)
          return the user corresponding to he login and password or null if any If a user is found, the password is remove from the instance variable Login and password aren't case sensitive
 User SecurityService.login(java.lang.String login, java.lang.String password)
          return the user corresponding to he login and password or null if any If a user is found, the password is remove from the instance variable Login and password aren't case sensitive
 



Copyright © 2005 Arnaud Prost. All Rights Reserved.