Uses of Class
com.hack23.cia.model.application.impl.common.User

Packages that use User
com.hack23.cia.model.application.impl.common Common application entity model. 
com.hack23.cia.service.impl.admin Admin service implementations. 
com.hack23.cia.service.impl.commondao.api   
com.hack23.cia.service.impl.commondao.impl   
com.hack23.cia.web.views.form.admin Admin Forms for objects in the model. 
 

Uses of User in com.hack23.cia.model.application.impl.common
 

Subclasses of User in com.hack23.cia.model.application.impl.common
 class RegisteredUser
          The Class RegisteredUser.
 

Methods in com.hack23.cia.model.application.impl.common that return User
 User UserSession.getUser()
          Gets the user.
 User Player.getUser()
          Gets the user.
 

Methods in com.hack23.cia.model.application.impl.common with parameters of type User
 void UserSession.setUser(User user)
          Sets the user.
 void Player.setUser(User user)
          Sets the user.
 

Constructors in com.hack23.cia.model.application.impl.common with parameters of type User
UserSession(User user, Language language, Portal portal, String sessionId, String clientHost, String serverHost, Date createdAt, String userAgent)
          Instantiates a new user session.
 

Uses of User in com.hack23.cia.service.impl.admin
 

Methods in com.hack23.cia.service.impl.admin that return User
 User AdminServiceImpl.loadUserById(Long id)
           
 User AdminService.loadUserById(Long id)
          Load user by id.
 

Methods in com.hack23.cia.service.impl.admin that return types with arguments of type User
 List<User> AdminServiceImpl.getCurrentUserList()
           
 List<User> AdminService.getCurrentUserList()
          Gets the current user list.
 

Uses of User in com.hack23.cia.service.impl.commondao.api
 

Methods in com.hack23.cia.service.impl.commondao.api that return User
 User UserDAO.findByUsername(String username)
          Find by username.
 User UserDAO.getIfValidUser(String username, String encodedPassword)
          Gets the if valid user.
 

Uses of User in com.hack23.cia.service.impl.commondao.impl
 

Methods in com.hack23.cia.service.impl.commondao.impl that return User
 User UserDAOImpl.findByUsername(String username)
           
 User UserDAOImpl.getIfValidUser(String username, String encodedPassword)
           
 

Uses of User in com.hack23.cia.web.views.form.admin
 

Constructors in com.hack23.cia.web.views.form.admin with parameters of type User
UserForm(UserSessionDTO userSessionDTO, User user)
          Instantiates a new user form.
 



Copyright © 2008-2009 www.hack23.com. All Rights Reserved.