Uses of Class
org.eclipse.higgins.ics.ws.wsdl.UserProfileTO

Packages that use UserProfileTO
org.eclipse.higgins.ics.ws.client   
org.eclipse.higgins.ics.ws.wsdl   
 

Uses of UserProfileTO in org.eclipse.higgins.ics.ws.client
 

Methods in org.eclipse.higgins.ics.ws.client that return UserProfileTO
static UserProfileTO Utils.UserProfile2UserProfileTO(UserProfile userProfile)
           
 

Methods in org.eclipse.higgins.ics.ws.client with parameters of type UserProfileTO
static UserProfile Utils.UserProfileTO2UserProfile(UserProfileTO userProfileTO)
           
 

Uses of UserProfileTO in org.eclipse.higgins.ics.ws.wsdl
 

Methods in org.eclipse.higgins.ics.ws.wsdl that return UserProfileTO
 UserProfileTO RPPSServiceSEI.getUserProfile(String userId, String password)
           
 UserProfileTO RPPSServiceSEI.modifyUserProfile(String userId, String password, UserProfileTO userProfile)
           
 UserProfileTO RPPSServiceSEIBindingStub.getUserProfile(String userId, String password)
           
 UserProfileTO RPPSServiceSEIBindingStub.modifyUserProfile(String userId, String password, UserProfileTO userProfile)
           
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type UserProfileTO
 ResponseMessage RPPSServiceSEI.addUserProfile(String userId, String password, UserProfileTO userProfile)
           
 UserProfileTO RPPSServiceSEI.modifyUserProfile(String userId, String password, UserProfileTO userProfile)
           
 ResponseMessage RPPSServiceSEIBindingStub.addUserProfile(String userId, String password, UserProfileTO userProfile)
           
 UserProfileTO RPPSServiceSEIBindingStub.modifyUserProfile(String userId, String password, UserProfileTO userProfile)