Uses of Class
net.sourceforge.apphere.User

Packages that use User
net.sourceforge.apphere   
net.sourceforge.apphere.dao   
net.sourceforge.apphere.dao.mbeanclient   
net.sourceforge.apphere.mbean   
 

Uses of User in net.sourceforge.apphere
 

Methods in net.sourceforge.apphere that return User
 User UserManager.fetchUserFromToken(java.lang.String token)
          Method fetchUser.
 User UserManager.getUser(int userId)
           
 User Pan.getOwner()
           
 User Device.getOwner()
           
 

Methods in net.sourceforge.apphere with parameters of type User
 void Pan.setOwner(User user)
           
 

Constructors in net.sourceforge.apphere with parameters of type User
Pan(User owner)
           
Device(User owner)
           
 

Uses of User in net.sourceforge.apphere.dao
 

Methods in net.sourceforge.apphere.dao that return User
 User UserDAO.getUser(int userId)
           
 

Uses of User in net.sourceforge.apphere.dao.mbeanclient
 

Methods in net.sourceforge.apphere.dao.mbeanclient that return User
 User TestUserDAO.getUser(int userId)
           
 

Uses of User in net.sourceforge.apphere.mbean
 

Methods in net.sourceforge.apphere.mbean that return User
 User TestImpl.getUser(int userId)
           
 

Methods in net.sourceforge.apphere.mbean with parameters of type User
 void TestImpl.setUser(User user)