Uses of Class
org.eclipse.higgins.rpps.core.tobj.UserProfileTO

Packages that use UserProfileTO
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.impl   
 

Uses of UserProfileTO in org.eclipse.higgins.rpps.core
 

Methods in org.eclipse.higgins.rpps.core that return UserProfileTO
 UserProfileTO IRppsService.getUserProfile()
           
 UserProfileTO IRppsService.modifyUserProfile(UserProfileTO userProfile)
          Update user profile
 

Methods in org.eclipse.higgins.rpps.core with parameters of type UserProfileTO
 ResponseMessage IRppsService.addUserProfile(UserProfileTO userProfile, String password)
          Creates a new user profile
 UserProfileTO IRppsService.modifyUserProfile(UserProfileTO userProfile)
          Update user profile
 

Uses of UserProfileTO in org.eclipse.higgins.rpps.core.impl
 

Methods in org.eclipse.higgins.rpps.core.impl that return UserProfileTO
static UserProfileTO ConvertHelper.convertUserProfile_to_UserProfileTO(org.eclipse.higgins.userprofile.entity.UserProfile userProfile)
          Convert UserProfile to UserProfile transfer object
 UserProfileTO RppsService.getUserProfile()
           
 UserProfileTO RppsService.modifyUserProfile(UserProfileTO userProfile)
          Update user profile
 

Methods in org.eclipse.higgins.rpps.core.impl with parameters of type UserProfileTO
static org.eclipse.higgins.userprofile.entity.UserProfile ConvertHelper.convertUserProfileTO_to_UserProfile(org.eclipse.higgins.userprofile.entity.UserProfile userProfile, UserProfileTO userProfileTO)
          Convert UserProfile transfer object to UserProfile object
 ResponseMessage RppsService.addUserProfile(UserProfileTO userProfile, String password)
          Creates a new user profile
 UserProfileTO RppsService.modifyUserProfile(UserProfileTO userProfile)
          Update user profile