Uses of Class
org.outerj.daisy.repository.commonimpl.user.UserImpl

Packages that use UserImpl
org.outerj.daisy.repository.commonimpl.user   
 

Uses of UserImpl in org.outerj.daisy.repository.commonimpl.user
 

Methods in org.outerj.daisy.repository.commonimpl.user that return UserImpl
 UserImpl UserCache.getUser(long userId)
           
 UserImpl UserManagementStrategy.getUser(long userId, AuthenticatedUser user)
           
 UserImpl UserCache.getUser(java.lang.String login)
           
 UserImpl UserManagementStrategy.getUser(java.lang.String login, AuthenticatedUser requestingUser)
           
 

Methods in org.outerj.daisy.repository.commonimpl.user with parameters of type UserImpl
 void UserManagementStrategy.store(UserImpl user)
          stores the specified UserImpl to the data store
 



Copyright © -2012 . All Rights Reserved.