Uses of Class
net.sourceforge.apphere.vo.UserValue

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

Uses of UserValue in net.sourceforge.apphere
 

Methods in net.sourceforge.apphere that return UserValue
 UserValue User.getValue()
           
 

Methods in net.sourceforge.apphere with parameters of type UserValue
 void UserManager.updateUser(UserValue usr)
           
 void User.copyValueIn(UserValue val)
           
 void User.setValue(UserValue val)
           
 

Constructors in net.sourceforge.apphere with parameters of type UserValue
User(UserValue val)
           
 

Uses of UserValue in net.sourceforge.apphere.dao
 

Methods in net.sourceforge.apphere.dao with parameters of type UserValue
 int UserDAO.addUser(UserValue newUser)
           
 void UserDAO.updateUser(UserValue newUserInfo)
           
 

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

Methods in net.sourceforge.apphere.dao.mbeanclient with parameters of type UserValue
 int TestUserDAO.addUser(UserValue newDev)
           
 void TestUserDAO.updateUser(UserValue usr)
           
 

Uses of UserValue in net.sourceforge.apphere.mbean
 

Methods in net.sourceforge.apphere.mbean with parameters of type UserValue
 int TestImpl.addUser(UserValue val)
           
 void TestImpl.updateUser(UserValue newUserInfo)